projects
/
GitHub
/
LineageOS
/
android_device_samsung_universal7580-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7644af9
)
universal7580: sepolicy: fixup init sysfs_light lnk_file permissions
author
Jan Altensen
<info@stricted.net>
Tue, 2 Jul 2019 15:03:45 +0000
(17:03 +0200)
committer
Jan Altensen
<info@stricted.net>
Fri, 16 Aug 2019 21:19:03 +0000
(23:19 +0200)
Change-Id: Id0162030f71561009c84535dac594b4af70b30a3
sepolicy/init.te
patch
|
blob
|
blame
|
history
diff --git
a/sepolicy/init.te
b/sepolicy/init.te
index c1a3b03538e4f99a9b578c11e706cbc2687e2e5d..0673892303f95861d9aa492eb1aebd841e174500 100644
(file)
--- a/
sepolicy/init.te
+++ b/
sepolicy/init.te
@@
-70,6
+70,7
@@
allow init sysfs_mmc:file { w_file_perms setattr };
allow init sysfs_net:file rw_file_perms;
allow init sysfs_graphics:file { rw_file_perms setattr };
allow init sysfs_light:file { rw_file_perms setattr };
+allow init sysfs_light:lnk_file { rw_file_perms setattr };
allow init sysfs_mdnie:file { setattr };
allow init sysfs_sec:file { rw_file_perms setattr };
allow init sysfs_sec:lnk_file read;