Skip to content

Commit b2aa606

Browse files
committed
Update ceph_devstack.te
Signed-off-by: Zack Cerza <[email protected]>
1 parent 314d713 commit b2aa606

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ceph_devstack/ceph_devstack.te

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ require {
2828

2929
type fixed_disk_device_t;
3030
class blk_file setattr;
31+
class blk_file mounton;
3132

3233
type fs_t;
3334

@@ -68,6 +69,10 @@ require {
6869

6970
class bpf prog_load;
7071
class bpf map_create;
72+
73+
type fuse_device_t;
74+
75+
type tun_tap_device_t;
7176
}
7277

7378
#============= container_init_t ==============
@@ -106,3 +111,6 @@ allow container_init_t system_map_t:file mounton;
106111
allow container_init_t mtrr_device_t:file mounton;
107112
allow container_init_t self:bpf prog_load;
108113
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

Comments
 (0)