Allow mount_t usage of /dev/loop-control
If loopback devices are not pregenerated (kernel option CONFIG_BLK_DEV_LOOP_MIN_COUNT=0), mount needs to write to /dev/loop-control do create them dynamically when needed.
This commit is contained in:
parent
09370605a3
commit
24be4c0096
@ -77,6 +77,7 @@ dev_list_all_dev_nodes(mount_t)
|
||||
dev_read_sysfs(mount_t)
|
||||
dev_dontaudit_write_sysfs_dirs(mount_t)
|
||||
dev_rw_lvm_control(mount_t)
|
||||
dev_rw_loop_control(mount_t)
|
||||
dev_dontaudit_getattr_all_chr_files(mount_t)
|
||||
dev_dontaudit_getattr_memory_dev(mount_t)
|
||||
dev_getattr_sound_dev(mount_t)
|
||||
|
Loading…
Reference in New Issue
Block a user