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.
15 lines
394 B
15 lines
394 B
7 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;
|