diff options
Diffstat (limited to 'sepolicy/file.te')
-rw-r--r-- | sepolicy/file.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/file.te b/sepolicy/file.te index b33eadf..486a6d0 100644 --- a/sepolicy/file.te +++ b/sepolicy/file.te @@ -10,6 +10,7 @@ type sysfs_fingerprint, sysfs_type, fs_type; type sysfs_pcie, sysfs_type, fs_type, mlstrustedobject; type sysfs_wifi, sysfs_type, fs_type, mlstrustedobject; type sysfs_scsi_devices_0000, sysfs_type, fs_type; +type sysfs_doubletap, sysfs_type, fs_type; # /vendor type idc_file, file_type, vendor_file_type; |