Skip to content

Commit

Permalink
Rename all /var/run file context entries to /run
Browse files Browse the repository at this point in the history
With the 1f76e522a ("Rename all /var/run file context entries to /run")
selinux-policy commit, all /var/run file context entries moved to /run
and the equivalency was inverted. Subsequently, changes in usbguard.fc
need to be done, too, in a similar manner.
  • Loading branch information
zpytela authored and radosroka committed Feb 7, 2024
1 parent 86bf247 commit 3534057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usbguard.fc
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
/usr/sbin/usbguard-daemon -- gen_context(system_u:object_r:usbguard_exec_t,s0)
/usr/sbin/usbguard-dbus -- gen_context(system_u:object_r:usbguard_exec_t,s0)
/var/log/usbguard(/.*)? gen_context(system_u:object_r:usbguard_log_t,s0)
/var/run/usbguard.* -- gen_context(system_u:object_r:usbguard_var_run_t,s0)
/run/usbguard.* -- gen_context(system_u:object_r:usbguard_var_run_t,s0)

0 comments on commit 3534057

Please sign in to comment.