trunk: add missing tcp_socket rules for xfs.

This commit is contained in:
Chris PeBenito 2007-11-19 20:36:33 +00:00
parent 285d009351
commit 8d1f9d9e14
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
policy_module(xfs,1.2.2)
policy_module(xfs,1.2.3)
########################################
#
@ -26,6 +26,7 @@ dontaudit xfs_t self:capability sys_tty_config;
allow xfs_t self:process { signal_perms setpgid };
allow xfs_t self:unix_stream_socket create_stream_socket_perms;
allow xfs_t self:unix_dgram_socket create_socket_perms;
allow xfs_t self:tcp_socket create_stream_socket_perms;
manage_dirs_pattern(xfs_t,xfs_tmp_t,xfs_tmp_t)
manage_sock_files_pattern(xfs_t,xfs_tmp_t,xfs_tmp_t)