We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f17c0ce + 8ad6ebd commit ebc0ff7Copy full SHA for ebc0ff7
ceph_devstack/ceph_devstack.pp
174 Bytes
ceph_devstack/ceph_devstack.te
@@ -70,6 +70,7 @@ require {
70
class bpf prog_load;
71
class bpf map_create;
72
73
+ type lvm_control_t;
74
type fuse_device_t;
75
76
type tun_tap_device_t;
@@ -111,6 +112,7 @@ allow container_init_t system_map_t:file mounton;
111
112
allow container_init_t mtrr_device_t:file mounton;
113
allow container_init_t self:bpf prog_load;
114
allow container_init_t self:bpf map_create;
115
+allow container_init_t lvm_control_t:chr_file mounton;
116
allow container_init_t fuse_device_t:chr_file mounton;
117
allow container_init_t fixed_disk_device_t:blk_file mounton;
118
allow container_init_t tun_tap_device_t:chr_file mounton;
0 commit comments