diff options
author | Pavel Kirpichyov <pavel.kirpichyov@gmail.com> | 2013-11-18 20:57:45 +0400 |
---|---|---|
committer | Pavel Kirpichyov <pavel.kirpichyov@gmail.com> | 2013-11-18 19:08:10 +0200 |
commit | b67b732a0cc9c98ea6a0bf0c838af0c3b2106900 (patch) | |
tree | 582fafcc448093762ec55ae9d2e37efcbc148bfe /selinux/file_contexts | |
parent | e43d6d9042ea080bd5c72acc816f573c07ba24cb (diff) | |
download | device_samsung_galaxys2-common-b67b732a0cc9c98ea6a0bf0c838af0c3b2106900.zip device_samsung_galaxys2-common-b67b732a0cc9c98ea6a0bf0c838af0c3b2106900.tar.gz device_samsung_galaxys2-common-b67b732a0cc9c98ea6a0bf0c838af0c3b2106900.tar.bz2 |
Make SELinux policies more 4.4 compatible
Change-Id: I8494f924f1d979fe88eae60ffc118cf34a90184c
Diffstat (limited to 'selinux/file_contexts')
-rw-r--r-- | selinux/file_contexts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/selinux/file_contexts b/selinux/file_contexts index 3b9f7bc..3dc49e7 100644 --- a/selinux/file_contexts +++ b/selinux/file_contexts @@ -1,7 +1,7 @@ # GFX -/dev/mali u:object_r:mali_device:s0 -/dev/ump u:object_r:mali_device:s0 -/dev/fimg2d u:object_r:mali_device:s0 +/dev/mali u:object_r:graphics_device:s0 +/dev/ump u:object_r:graphics_device:s0 +/dev/fimg2d u:object_r:graphics_device:s0 # RIL /dev/umts_boot0 u:object_r:radio_device:s0 |