commit | a332670afa83ac398f5f8d08fcf7dc1a06e2d551 | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Sat Dec 12 23:52:34 2015 +0100 |
committer | maxwen <max.weninger@gmail.com> | Sun Dec 13 21:51:09 2015 +0100 |
tree | 7f4520453a063b99a386a56682b851ffdb80e349 | |
parent | 0cd2c1acc294769f4024b518cc4c92f12132b458 [diff] [blame] |
seplicy: fix io scheduler sysfs access for PC files under /dev/block are symlinks so also add the plain failes to the context Change-Id: I1e3fd3dbb198265e94cba014c6fad969abfc620f
diff --git a/sepolicy/init.te b/sepolicy/init.te new file mode 100644 index 0000000..853faa2 --- /dev/null +++ b/sepolicy/init.te
@@ -0,0 +1,6 @@ +########################### +# OmniROM common sepolicy +# + +# damn! +allow init sysfs_ioscheduler:file rw_file_perms;