Skip to content

Commit

Permalink
selinux-policy: label FIPS binaries
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Cressey <[email protected]>
  • Loading branch information
bcressey committed Apr 29, 2024
1 parent 2a871a0 commit 2a0f446
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/selinux-policy/fs.cil
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
(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)
(filecon "/.*/usr/bin/runc.*" file runtime_exec)
(filecon "/.*/usr(/fips)?/bin/containerd.*" file runtime_exec)
(filecon "/.*/usr(/fips)?/bin/docker.*" file runtime_exec)
(filecon "/.*/usr(/fips)?/bin/host-ctr" file runtime_exec)
(filecon "/.*/usr(/fips)?/bin/runc.*" file runtime_exec)
(filecon "/.*/usr/bin/shibaken" file api_exec)

; Label local storage mounts.
Expand Down

0 comments on commit 2a0f446

Please sign in to comment.