Skip to content
Snippets Groups Projects
Commit 0d619d29 authored by Werner Sembach's avatar Werner Sembach
Browse files

Add policy to allow shell user access to KList

Change-Id: I0032c19e4297fb148dd1924295cdc4b4f3643ab8
parent f8505e2d
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,7 @@ ...@@ -76,6 +76,7 @@
/dev/input(/.*) u:object_r:input_device:s0 /dev/input(/.*) u:object_r:input_device:s0
/dev/iio:device[0-9]+ u:object_r:iio_device:s0 /dev/iio:device[0-9]+ u:object_r:iio_device:s0
/dev/ion u:object_r:ion_device:s0 /dev/ion u:object_r:ion_device:s0
/dev/klist u:object_r:klist_device:s0
/dev/kmem u:object_r:kmem_device:s0 /dev/kmem u:object_r:kmem_device:s0
/dev/log(/.*)? u:object_r:log_device:s0 /dev/log(/.*)? u:object_r:log_device:s0
/dev/mem u:object_r:kmem_device:s0 /dev/mem u:object_r:kmem_device:s0
......
type klist_device, dev_type;
# Allow shell user access to KList.
allow shell klist_device:chr_file { read write open ioctl };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment