We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314d713 commit a3fa7b6Copy full SHA for a3fa7b6
2 files changed
ceph_devstack/ceph_devstack.pp
469 Bytes
ceph_devstack/ceph_devstack.te
@@ -28,6 +28,7 @@ require {
28
29
type fixed_disk_device_t;
30
class blk_file setattr;
31
+ class blk_file mounton;
32
33
type fs_t;
34
@@ -68,6 +69,10 @@ require {
68
69
70
class bpf prog_load;
71
class bpf map_create;
72
+
73
+ type fuse_device_t;
74
75
+ type tun_tap_device_t;
76
}
77
78
#============= container_init_t ==============
@@ -106,3 +111,6 @@ allow container_init_t system_map_t:file mounton;
106
111
allow container_init_t mtrr_device_t:file mounton;
107
112
allow container_init_t self:bpf prog_load;
108
113
allow container_init_t self:bpf map_create;
114
+allow container_init_t fuse_device_t:chr_file mounton;
115
+allow container_init_t fixed_disk_device_t:blk_file mounton;
116
+allow container_init_t tun_tap_device_t:chr_file mounton;
0 commit comments