commit | bf33b379a796c3c4859912cc40e75386d06838f3 | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Mon Mar 30 02:13:25 2015 +0200 |
committer | maxwen <max.weninger@gmail.com> | Mon Mar 30 22:27:48 2015 +0200 |
tree | 8ba30eecddaaa6d4a5367edbfd851efd6b09c2bd | |
parent | f562a44c097aac13d1ec991a03d393d14ef0493e [diff] [blame] |
vendor: omni: sepolicy update thanks to CM Change-Id: I033a7af3aaf6ba5fa3b6d78bd4ddd674e152e40c
diff --git a/sepolicy/userinit.te b/sepolicy/userinit.te new file mode 100644 index 0000000..a9b63a4 --- /dev/null +++ b/sepolicy/userinit.te
@@ -0,0 +1,8 @@ +########################### +# OmniROM common sepolicy +# + +type userinit_exec, exec_type, file_type; +type userinit_data_exec, file_type; + +allow userinit_exec userinit_prop:property_service set;