smoltclient patch from Dan Walsh

This commit is contained in:
Jeremy Solt 2010-08-27 12:52:17 -04:00 committed by Chris PeBenito
parent b8097d6ec4
commit 689d95422f

View File

@ -1,4 +1,4 @@
policy_module(smoltclient,1.0.0)
policy_module(smoltclient, 1.0.0)
########################################
#
@ -18,7 +18,7 @@ files_tmp_file(smoltclient_tmp_t)
# Local policy
#
allow smoltclient_t self:process { setsched getsched };
allow smoltclient_t self:process { setsched getsched };
allow smoltclient_t self:fifo_file rw_fifo_file_perms;
allow smoltclient_t self:tcp_socket create_socket_perms;
@ -42,6 +42,7 @@ dev_read_sysfs(smoltclient_t)
fs_getattr_all_fs(smoltclient_t)
fs_getattr_all_dirs(smoltclient_t)
fs_list_auto_mountpoints(smoltclient_t)
files_getattr_generic_locks(smoltclient_t)
files_read_etc_files(smoltclient_t)