diff options
Diffstat (limited to 'sepolicy/file_contexts')
-rw-r--r-- | sepolicy/file_contexts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 69b759b..07853c1 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -28,6 +28,12 @@ /data/credmgr(/.*) u:object_r:secd_data_file:s0 /system/bin/scd u:object_r:scd_exec:s0 +/data/scd u:object_r:scd_data:s0 +/data/scd(/.*) u:object_r:scd_data:s0 /system/bin/scdnotifier u:object_r:scd_exec:s0 /system/bin/wvkbd u:object_r:wv_exec:s0 + +#cam_socket +/data/misc/camera/cam_socket1 u:object_r:camera_socket:s0 +/data/misc/camera/cam_socket2 u:object_r:camera_socket:s0 |