From 689d95422fdff156378791d2bced76427e0f1e4e Mon Sep 17 00:00:00 2001 From: Jeremy Solt Date: Sep 15 2010 13:14:53 +0000 Subject: smoltclient patch from Dan Walsh --- diff --git a/policy/modules/admin/smoltclient.te b/policy/modules/admin/smoltclient.te index 254c59d..edd6308 100644 --- a/policy/modules/admin/smoltclient.te +++ b/policy/modules/admin/smoltclient.te @@ -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)