Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified ceph_devstack/ceph_devstack.pp
Binary file not shown.
2 changes: 2 additions & 0 deletions ceph_devstack/ceph_devstack.te
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ require {
class bpf prog_load;
class bpf map_create;

type lvm_control_t;
type fuse_device_t;

type tun_tap_device_t;
Expand Down Expand Up @@ -111,6 +112,7 @@ allow container_init_t system_map_t:file mounton;
allow container_init_t mtrr_device_t:file mounton;
allow container_init_t self:bpf prog_load;
allow container_init_t self:bpf map_create;
allow container_init_t lvm_control_t:chr_file mounton;
allow container_init_t fuse_device_t:chr_file mounton;
allow container_init_t fixed_disk_device_t:blk_file mounton;
allow container_init_t tun_tap_device_t:chr_file mounton;