am a2e4e265
: Allow shell to read/search /dev/input directory.
* commit 'a2e4e2656bfdd0bb002123c0e1da893831a47b82': Allow shell to read/search /dev/input directory.
This commit is contained in:
commit
db4af52df9
1 changed files with 1 additions and 0 deletions
1
shell.te
1
shell.te
|
@ -29,6 +29,7 @@ allow shell rootfs:dir r_dir_perms;
|
|||
allow shell devpts:chr_file rw_file_perms;
|
||||
allow shell tty_device:chr_file rw_file_perms;
|
||||
allow shell console_device:chr_file rw_file_perms;
|
||||
allow shell input_device:dir r_dir_perms;
|
||||
allow shell input_device:chr_file rw_file_perms;
|
||||
allow shell system_file:file x_file_perms;
|
||||
allow shell shell_exec:file rx_file_perms;
|
||||
|
|
Loading…
Reference in a new issue