universal7580: sepolicy: correct sswap sysfs node labelling
[GitHub/LineageOS/android_device_samsung_universal7580-common.git] / sepolicy / hal_light_default.te
CommitLineData
c63278d0 1allow hal_light_default sysfs_light:dir search;
ee133eb7
JA
2allow hal_light_default sysfs_light:file rw_file_perms;
3
c63278d0 4allow hal_light_default sysfs_graphics:dir search;
ee133eb7
JA
5allow hal_light_default sysfs_graphics:file rw_file_perms;
6
7allow hal_light_default sysfs_input:dir search;
8allow hal_light_default sysfs_input:lnk_file read;
9allow hal_light_default sysfs_input:file rw_file_perms;
10
c1a50488 11allow hal_light_default sysfs_sec:dir search;
c63278d0 12allow hal_light_default sysfs_sec:lnk_file read;
ee133eb7 13allow hal_light_default sysfs_sec:file rw_file_perms;