Branch: refs/heads/rfe/122/user-access
Home:
https://github.com/mej/nhc
Commit: 071a0e5857c308f7c51bc7ab342c0bcab384e89c
https://github.com/mej/nhc/commit/071a0e5857c308f7c51bc7ab342c0bcab384e89c
Author: Michael Jennings <
m...@lanl.gov>
Date: 2023-04-24 (Mon, 24 Apr 2023)
Changed paths:
M
lbnl-nhc.spec.in
Log Message:
-----------
lbnl-nhc.spec.in: Allow for normal user access
At LANL, we have use cases that will require `nhc` and its script
files to be readable by normal system users. Previously, several
directories owned by the `lbnl-nhc` RPM package had permissions of
`0700` for security/privacy reasons; however, nothing in the RPM
itself is privacy- or security-sensitive, so there's no reason to
limit functionality unnecessarily.
It's still possible to obtain the prior behavior by building without
`useraccess` (i.e., `rpmbuild --without useraccess ...`), but the
default is now to use the less restrictive permissions.
Closes #122.