You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
660 B
21 lines
660 B
4 months ago
|
# For diag over socket
|
||
|
allow kernel self:qipcrtr_socket create;
|
||
|
|
||
|
userdebug_or_eng(`
|
||
|
allow kernel debugfs_wlan:dir search;
|
||
|
allow kernel debugfs_ipc:dir search;
|
||
|
')
|
||
|
|
||
|
allow kernel debugfs_pmic:dir create_dir_perms;
|
||
|
allow kernel debugfs_pmic:file create_file_perms;
|
||
|
|
||
|
dontaudit kernel self:qipcrtr_socket create;
|
||
|
dontaudit kernel debugfs_wlan:dir search;
|
||
|
dontaudit kernel debugfs_ipc:dir search;
|
||
|
|
||
|
# TODO(b/132393658): remove redundant log during selinux setup
|
||
|
dontaudit kernel self:capability sys_admin;
|
||
|
dontaudit kernel sepolicy_file:file getattr;
|
||
|
dontaudit kernel system_bootstrap_lib_file:dir getattr;
|
||
|
dontaudit kernel system_bootstrap_lib_file:file getattr;
|