Skip to content

Commit

Permalink
selinux/nmutils.fc - add special handling for dhclient pid
Browse files Browse the repository at this point in the history
  • Loading branch information
sshambar committed Dec 16, 2024
1 parent 58c156a commit 36a42e4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion selinux/nmutils.fc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/run/nmutils(/.*)? gen_context(system_u:object_r:initrc_var_run_t,s0)
/run/nmutils/dhclient.* -- gen_context(system_u:object_r:dhcpc_var_run_t,s0)
/run/nmutils/.* -- gen_context(system_u:object_r:initrc_var_run_t,s0)
/etc/NetworkManager/dispatcher\.d/[0-9][0-9]-ifd-.* -- gen_context(system_u:object_r:nmutils_exec_t,s0)
/etc/NetworkManager/dispatcher\.d/08-ipv6-prefix -- gen_context(system_u:object_r:nmutils_exec_t,s0)
/etc/NetworkManager/dispatcher\.d/09-ddns -- gen_context(system_u:object_r:nmutils_exec_t,s0)
Expand Down

0 comments on commit 36a42e4

Please sign in to comment.