]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
Namespace_init needs to execute shell
authorDan Walsh <dwalsh@redhat.com>
Wed, 23 Nov 2011 20:02:39 +0000 (15:02 -0500)
committerDan Walsh <dwalsh@redhat.com>
Wed, 23 Nov 2011 20:02:39 +0000 (15:02 -0500)
policy/modules/apps/namespace.te

index 6d4ec21c6c030bb112914fb9880433b15b9cb621..a337d62fe46114ddf41f96549e999af010c4a368 100644 (file)
@@ -22,6 +22,8 @@ allow namespace_init_t self:unix_stream_socket create_stream_socket_perms;
 
 kernel_read_system_state(namespace_init_t)
 
+corecmd_exec_shell(namespace_init_t)
+
 domain_use_interactive_fds(namespace_init_t)
 
 files_read_etc_files(namespace_init_t)