diff options
author | Ben Gruver <bgruv@google.com> | 2013-05-02 16:04:11 -0700 |
---|---|---|
committer | Ben Gruver <bgruv@google.com> | 2013-05-02 16:33:05 -0700 |
commit | c8f59020042f573338ed25adb0d1f1c5dc32f554 (patch) | |
tree | bdf3198f83b5c87e1a10a97ae5f8cc7151a10094 /sepolicy | |
parent | 69223427dc82e263c89cd21ff49679d8460585e9 (diff) | |
download | device_samsung_tuna-c8f59020042f573338ed25adb0d1f1c5dc32f554.zip device_samsung_tuna-c8f59020042f573338ed25adb0d1f1c5dc32f554.tar.gz device_samsung_tuna-c8f59020042f573338ed25adb0d1f1c5dc32f554.tar.bz2 |
Label dsscomp as graphics_device for tuna
Change-Id: I1e8f623799fe015e83b433236eb76ad68ac3af5d
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/file_contexts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts index 729e9d0..85f8036 100644 --- a/sepolicy/file_contexts +++ b/sepolicy/file_contexts @@ -4,6 +4,7 @@ /dev/block/mmcblk0p9 u:object_r:radio_device:s0 /dev/block/platform/omap/omap_hsmmc.0/by-name/radio u:object_r:radio_device:s0 /dev/cdma_.* u:object_r:radio_device:s0 +/dev/dsscomp u:object_r:graphics_device:s0 /dev/lte_.* u:object_r:radio_device:s0 /dev/tiler u:object_r:video_device:s0 /dev/ttyFIQ0 u:object_r:console_device:s0 @@ -17,7 +18,6 @@ /factory(/.*)? u:object_r:efs_file:s0 /factory/bluetooth(/.*)? u:object_r:bluetooth_efs_file:s0 /factory/nv_data.bin.* u:object_r:radio_data_file:s0 - #nfc /dev/ttyO3 u:object_r:nfc_device:s0 |