Skip to content

Commit 3534057

Browse files
zpytelaradosroka
authored andcommitted
Rename all /var/run file context entries to /run
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.
1 parent 86bf247 commit 3534057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

usbguard.fc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
/usr/sbin/usbguard-daemon -- gen_context(system_u:object_r:usbguard_exec_t,s0)
2222
/usr/sbin/usbguard-dbus -- gen_context(system_u:object_r:usbguard_exec_t,s0)
2323
/var/log/usbguard(/.*)? gen_context(system_u:object_r:usbguard_log_t,s0)
24-
/var/run/usbguard.* -- gen_context(system_u:object_r:usbguard_var_run_t,s0)
24+
/run/usbguard.* -- gen_context(system_u:object_r:usbguard_var_run_t,s0)

0 commit comments

Comments
 (0)