diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-01-06 16:04:16 +0100 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-01-06 16:04:16 +0100 |
| commit | 7cd05645ad1f727fb8a5ed14a43fc8807237f343 (patch) | |
| tree | 11a65d2f8ed0a312db38b023828f8251005d038f /sepolicy/init.te | |
| parent | b49c1edd86c8860fb76dd1d24512126440afabaf (diff) | |
sepolicy: gestures rules
Diffstat (limited to 'sepolicy/init.te')
| -rw-r--r-- | sepolicy/init.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/init.te b/sepolicy/init.te index e6374dc..eaf63b5 100644 --- a/sepolicy/init.te +++ b/sepolicy/init.te @@ -13,3 +13,6 @@ allow init nvdata_file:dir { write search setattr read create open add_name }; # Operation : Migration # Purpose : for L : add for partition allow init platformblk_device:blk_file setattr; + +# Gestures +allow init gesture_sysfs:file setattr; |
