Add insmod-sh policy
Fix: 260366066 Change-Id: I0874c1f476b47a9ad3cee344986404958c96fd25
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
# b/260366066
|
||||
dontaudit insmod-sh insmod-sh:capability { sys_nice };
|
||||
dontaudit insmod-sh kernel:process { setsched };
|
||||
# b/260522378
|
||||
dontaudit insmod-sh vendor_regmap_debugfs:dir { search };
|
||||
# b/264490091
|
||||
userdebug_or_eng(`
|
||||
permissive insmod-sh;
|
||||
')
|
||||
')
|
||||
|
||||
2
vendor/insmod-sh.te
vendored
Normal file
2
vendor/insmod-sh.te
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
allow insmod-sh self:capability sys_nice;
|
||||
allow insmod-sh kernel:process setsched;
|
||||
Reference in New Issue
Block a user