mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Bug: 34784662 Test: ssr_setup is in enforcing and the device functions normally Change-Id: Iacd79ec0da63b5bee3c898fadd91fb73ed70dcb6
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
type ssr_setup, domain;
|
|
type ssr_setup_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
init_daemon_domain(ssr_setup);
|
|
|
|
userdebug_or_eng(`
|
|
allow ssr_setup sysfs_msm_subsys:dir r_dir_perms;
|
|
allow ssr_setup sysfs_msm_subsys:file rw_file_perms;
|
|
allow ssr_setup sysfs_msm_subsys:lnk_file read;
|
|
')
|