grant debugfs access to insmod under userdebug
Bug: 182086611 Test: boot with the error gone Change-Id: I555c12b4ccbb61266dc289aac577d0240bde4d28
This commit is contained in:
parent
58b693aff0
commit
59ba0f97aa
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
|||
# b/182086611
|
||||
dontaudit init-insmod-sh vendor_regmap_debugfs:dir { search };
|
||||
dontaudit init-insmod-sh vendor_regmap_debugfs:dir { search };
|
||||
dontaudit init-insmod-sh vendor_regmap_debugfs:dir { search };
|
4
whitechapel/vendor/google/init-insmod-sh.te
vendored
4
whitechapel/vendor/google/init-insmod-sh.te
vendored
|
@ -8,4 +8,8 @@ allow init-insmod-sh vendor_toolbox_exec:file execute_no_trans;
|
|||
|
||||
set_prop(init-insmod-sh, vendor_device_prop)
|
||||
|
||||
userdebug_or_eng(`
|
||||
allow init-insmod-sh vendor_regmap_debugfs:dir search;
|
||||
')
|
||||
|
||||
dontaudit init-insmod-sh proc_cmdline:file r_file_perms;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue