Skip to content
Snippets Groups Projects
Commit 20feb75b authored by Robert Craig's avatar Robert Craig
Browse files

Allow all domains to read from socket_device directory.


This is a world-readable directory anyway and will help to
address a small number of new denials.

Change-Id: I9e53c89a19da8553cbcbef8295c02ccaaa5d564c
Signed-off-by: default avatarrpcraig <rpcraig@tycho.ncsc.mil>
parent d9d9d2f4
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ allow domain device:dir search;
allow domain dev_type:lnk_file r_file_perms;
allow domain devpts:dir search;
allow domain device:file read;
allow domain socket_device:dir search;
allow domain socket_device:dir r_dir_perms;
allow domain owntty_device:chr_file rw_file_perms;
allow domain null_device:chr_file rw_file_perms;
allow domain zero_device:chr_file r_file_perms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment