Merge "Allow init to access user mode helpers" into main
This commit is contained in:
commit
171a6fbca2
1 changed files with 3 additions and 0 deletions
|
@ -57,6 +57,9 @@ allow init tmpfs:lnk_file { getattr read relabelfrom };
|
||||||
# setrlimit
|
# setrlimit
|
||||||
allow init self:global_capability_class_set sys_resource;
|
allow init self:global_capability_class_set sys_resource;
|
||||||
|
|
||||||
|
# Set usermodehelpers.
|
||||||
|
allow init { usermodehelper sysfs_usermodehelper }:file rw_file_perms;
|
||||||
|
|
||||||
# Remove /dev/.booting and load /debug_ramdisk/* files
|
# Remove /dev/.booting and load /debug_ramdisk/* files
|
||||||
allow init tmpfs:file { getattr unlink };
|
allow init tmpfs:file { getattr unlink };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue