File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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;
106111allow container_init_t mtrr_device_t:file mounton;
107112allow container_init_t self:bpf prog_load;
108113allow 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;
You can’t perform that action at this time.
0 commit comments