Explore delivery of SELinux manifests for communications between NUT programs and their environment #2831
Labels
Linux
Some issues are specific to Linux as a platform
packaging
portability
We want NUT to build and run everywhere possible
Milestone
According to examples like #2808 (comment) there are constraints placed on NUT when SELinux is enabled (maybe even if permissive), of which we are likely to see more going forward.
Some concerns raised or presumed:
nut
user home directory (or attempts to, if it does not exist) - not sure where that originates from, maybe some scripts running asupsmon
descendants:failed to retrieve rpm info for /home/nut
/SELinux is preventing upsmon from search access on the directory /home/nut.
failed to retrieve rpm info for /var/lib/net-snmp/mib_indexes/0
/SELinux is preventing /usr/sbin/snmp-ups from getattr access on the file /var/lib/net-snmp/mib_indexes/0.
, orSELinux is preventing /usr/sbin/snmp-ups from open access on the directory /var/lib/net-snmp/cert_indexes
, orSELinux is preventing /usr/sbin/snmp-ups from search access on the directory /var/lib/net-snmp.
wall
messaging nowHelp/PRs from domain experts would be welcome.
The text was updated successfully, but these errors were encountered: