Revert "Revert "Revert "Split some device nodes out from device."""
This reverts commit e7e54fac10
Change-Id: I26b577cf46a0eaccf6adf7ae851383a10bf03b4b
This commit is contained in:
parent
e7e54fac10
commit
0259932950
4 changed files with 0 additions and 17 deletions
|
@ -10,9 +10,6 @@ type binder_device, dev_type, mlstrustedobject;
|
|||
type block_device, dev_type;
|
||||
type camera_device, dev_type;
|
||||
type dm_device, dev_type;
|
||||
# XXX may be specific for mako
|
||||
type dss_device, dev_type;
|
||||
type knvmap_device, dev_type;
|
||||
type loop_device, dev_type;
|
||||
type radio_device, dev_type;
|
||||
type ram_device, dev_type;
|
||||
|
@ -23,7 +20,6 @@ type graphics_device, dev_type;
|
|||
type input_device, dev_type;
|
||||
type kmem_device, dev_type;
|
||||
type log_device, dev_type, mlstrustedobject;
|
||||
type msm_rotator_device, dev_type;
|
||||
type mtd_device, dev_type;
|
||||
type mtp_device, dev_type, mlstrustedobject;
|
||||
type nfc_device, dev_type;
|
||||
|
@ -31,7 +27,6 @@ type nv_device, dev_type, mlstrustedobject;
|
|||
type powervr_device, dev_type, mlstrustedobject;
|
||||
type ptmx_device, dev_type, mlstrustedobject;
|
||||
type qemu_device, dev_type;
|
||||
type sysfs_devices_system_cpu, dev_type;
|
||||
type kmsg_device, dev_type;
|
||||
type null_device, dev_type, mlstrustedobject;
|
||||
type random_device, dev_type;
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
/dev/console u:object_r:console_device:s0
|
||||
/dev/cpuctl(/.*)? u:object_r:cpuctl_device:s0
|
||||
/dev/device-mapper u:object_r:dm_device:s0
|
||||
/dev/dsscomp u:object_r:dss_device:s0
|
||||
/dev/eac u:object_r:audio_device:s0
|
||||
/dev/full u:object_r:full_device:s0
|
||||
/dev/fuse u:object_r:fuse_device:s0
|
||||
|
@ -54,16 +53,12 @@
|
|||
/dev/input(/.*) u:object_r:input_device:s0
|
||||
/dev/iio:device[0-9]+ u:object_r:iio_device:s0
|
||||
/dev/ion u:object_r:ion_device:s0
|
||||
/dev/kgsl-3d0 u:object_r:graphics_device:s0
|
||||
/dev/kmem u:object_r:kmem_device:s0
|
||||
/dev/knvmap u:object_r:knvmap_device:s0
|
||||
/dev/log(/.*)? u:object_r:log_device:s0
|
||||
/dev/mem u:object_r:kmem_device:s0
|
||||
/dev/modem.* u:object_r:radio_device:s0
|
||||
/dev/mpu u:object_r:gps_device:s0
|
||||
/dev/mpuirq u:object_r:gps_device:s0
|
||||
# XXX move to device-specific
|
||||
/dev/msm_rotator u:object_r:msm_rotator_device:s0
|
||||
/dev/mtd(/.*)? u:object_r:mtd_device:s0
|
||||
/dev/mtd/mtd5 u:object_r:radio_device:s0
|
||||
/dev/mtd/mtd5ro u:object_r:radio_device:s0
|
||||
|
|
|
@ -32,9 +32,3 @@ allow surfaceflinger ctl_default_prop:property_service set;
|
|||
allow surfaceflinger appdomain:fd use;
|
||||
allow surfaceflinger platform_app_data_file:file { read write };
|
||||
allow surfaceflinger app_data_file:file { read write };
|
||||
|
||||
# Allow access to special-purpose devices
|
||||
# XXX may be device-specific
|
||||
allow surfaceflinger dss_device:chr_file { read write };
|
||||
allow surfaceflinger knvmap_device:chr_file { ioctl };
|
||||
allow surfaceflinger msm_rotator_device:chr_file { open };
|
|
@ -122,7 +122,6 @@ selinux_check_access(system)
|
|||
|
||||
# XXX Label sysfs files with a specific type?
|
||||
allow system sysfs:file rw_file_perms;
|
||||
allow system sysfs_devices_system_cpu:dir search;
|
||||
allow system sysfs_nfc_power_writable:file rw_file_perms;
|
||||
|
||||
# Access devices.
|
||||
|
|
Loading…
Reference in a new issue