diff options
| author | Arian <arian.kulmer@web.de> | 2019-09-19 21:07:25 +0200 |
|---|---|---|
| committer | SpiritCroc <dev@spiritcroc.de> | 2020-02-15 10:08:46 +0100 |
| commit | 858c306a52fd265b1a15dfbdb2ae60b4a8bef7f6 (patch) | |
| tree | 3ff7bd19fe477cf2f0d07903eb3537edaf408b4c | |
| parent | 5e044df127c4b8fdb4f04e91a651e8b4d7b5bb96 (diff) | |
shinano-common: sepolicy: Label Trim Area Daemon
Change-Id: I849c429d6b1fd57d6593f4b9a6152f31477c71a0
| -rw-r--r-- | sepolicy/file_contexts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 8cc7280..c9bc038 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -29,3 +29,6 @@ /sys/devices/virtual/input/clearpad/wakeup_gesture -- u:object_r:sysfs_touch:s0 /sys/devices/virtual/input/max1187x/glove -- u:object_r:sysfs_touch:s0 /sys/devices/virtual/input/max1187x/wakeup_gesture -- u:object_r:sysfs_touch:s0 + +# Trim Area daemon +/system/vendor/bin/tad_static u:object_r:tad_exec:s0 |
