diff options
author | Adam Shih <adamshih@google.com> | 2022-11-29 07:28:50 +0800 |
---|---|---|
committer | Adam Shih <adamshih@google.com> | 2022-11-29 07:28:50 +0800 |
commit | 594463304417281fa1da9738ff7908f7df76754c (patch) | |
tree | f998d29f72a959e343bfcf6b259d50720f9094ba /touch | |
parent | 561d23c356e5389051e05c6bf9c2e162d0df7388 (diff) |
Move sysfs_touch to gs-common
Bug: 256521567
Test: adb bugreport
Change-Id: I2690b19ba1729af53a7d6e4f3f6c4d87f2ebd7eb
Diffstat (limited to 'touch')
-rw-r--r-- | touch/focaltech/sepolicy/file.te | 1 | ||||
-rw-r--r-- | touch/gti/sepolicy/file.te | 2 | ||||
-rw-r--r-- | touch/lsi/sepolicy/file.te | 2 | ||||
-rw-r--r-- | touch/syna/sepolicy/file.te | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/touch/focaltech/sepolicy/file.te b/touch/focaltech/sepolicy/file.te index 929bf69..c9a0c1f 100644 --- a/touch/focaltech/sepolicy/file.te +++ b/touch/focaltech/sepolicy/file.te @@ -1,2 +1,3 @@ type proc_touch, proc_type, fs_type; +type sysfs_touch, sysfs_type, fs_type; diff --git a/touch/gti/sepolicy/file.te b/touch/gti/sepolicy/file.te new file mode 100644 index 0000000..3e53ec3 --- /dev/null +++ b/touch/gti/sepolicy/file.te @@ -0,0 +1,2 @@ +type sysfs_touch, sysfs_type, fs_type; + diff --git a/touch/lsi/sepolicy/file.te b/touch/lsi/sepolicy/file.te new file mode 100644 index 0000000..3e53ec3 --- /dev/null +++ b/touch/lsi/sepolicy/file.te @@ -0,0 +1,2 @@ +type sysfs_touch, sysfs_type, fs_type; + diff --git a/touch/syna/sepolicy/file.te b/touch/syna/sepolicy/file.te new file mode 100644 index 0000000..3e53ec3 --- /dev/null +++ b/touch/syna/sepolicy/file.te @@ -0,0 +1,2 @@ +type sysfs_touch, sysfs_type, fs_type; + |