diff options
| author | mcampbellsmith <mcampbellsmith@gmail.com> | 2013-12-14 22:04:54 +1100 | 
|---|---|---|
| committer | mcampbellsmith <mcampbellsmith@gmail.com> | 2013-12-14 22:04:54 +1100 | 
| commit | 56e9073c2f5b54277bf7269ad6aa5f1c872daad2 (patch) | |
| tree | a23dad90f80c18a45f139770e2eca1f4abcfb69a /selinux | |
| parent | 2d598cf590461156ad5572fb35acbd78590060c1 (diff) | |
| download | device_samsung_i9305-56e9073c2f5b54277bf7269ad6aa5f1c872daad2.zip device_samsung_i9305-56e9073c2f5b54277bf7269ad6aa5f1c872daad2.tar.gz device_samsung_i9305-56e9073c2f5b54277bf7269ad6aa5f1c872daad2.tar.bz2  | |
i9305: fix SELinux labels for /tombstones
Change-Id: Ibddc6cd099645b2e20699ba3b8b4f29b6629144c
Diffstat (limited to 'selinux')
| -rw-r--r-- | selinux/file_contexts | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/selinux/file_contexts b/selinux/file_contexts index fb1996e..8fbf038 100644 --- a/selinux/file_contexts +++ b/selinux/file_contexts @@ -32,8 +32,9 @@  /system/vendor/firmware/mfc_fw.bin      u:object_r:firmware_mfc:s0  /system/vendor/firmware/fimc_is_fw.bin  u:object_r:firmware_camera:s0  /data/cfw(/.*)?                         u:object_r:firmware_camera:s0 +/tombstones                             u:object_r:system_data_file:s0 +/tombstones(/.*)?                       u:object_r:tombstone_data_file:s0  /tombstones/qcks(/.*)?                  u:object_r:kickstart_data_file:s0 -/tombstones(/.*)?	                    u:object_r:tombstone_data_file:s0  # Vibrator  /dev/tspdrv                             u:object_r:input_device:s0  | 
