Skip to content

Commit

Permalink
Merge pull request #3311 from zmrow/networkd-selinux
Browse files Browse the repository at this point in the history
selinux: Add `network_exec` label for systemd-networkd
  • Loading branch information
zmrow authored Aug 4, 2023
2 parents b437756 + da72038 commit bbf8402
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/selinux-policy/fs.cil
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
(filecon "/.*/usr/sbin/chronyd" file clock_exec)
(filecon "/.*/usr/sbin/wicked.*" file network_exec)
(filecon "/.*/usr/libexec/wicked/bin/wicked.*" file network_exec)
(filecon "/.*/usr/lib/systemd/systemd-networkd.*" file network_exec)
(filecon "/.*/usr/bin/containerd.*" file runtime_exec)
(filecon "/.*/usr/bin/docker.*" file runtime_exec)
(filecon "/.*/usr/bin/host-ctr" file runtime_exec)
Expand Down

0 comments on commit bbf8402

Please sign in to comment.