Skip to content

Commit

Permalink
Add missing SELinux permissions for sriov
Browse files Browse the repository at this point in the history
Signed-off-by: Jed Lejosne <[email protected]>
  • Loading branch information
jean-edouard committed May 11, 2020
1 parent 3440e09 commit 738de71
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/virt-handler/virt_launcher.cil
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
(typeattributeset mcs_constrained_type (process))
(allow process self (tun_socket (relabelfrom relabelto attach_queue)))
(allow process hugetlbfs_t (dir (add_name create write remove_name rmdir setattr)))
(allow process hugetlbfs_t (file (create unlink))))
(allow process hugetlbfs_t (file (create unlink)))
(allow process sysfs_t (file (write))))

0 comments on commit 738de71

Please sign in to comment.