From 8d1f9d9e1454f9ad25ce37c00b8ad174f638c0ef Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Mon, 19 Nov 2007 20:36:33 +0000 Subject: [PATCH] trunk: add missing tcp_socket rules for xfs. --- policy/modules/services/xfs.te | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/modules/services/xfs.te b/policy/modules/services/xfs.te index 33f81ddc..e6099f8a 100644 --- a/policy/modules/services/xfs.te +++ b/policy/modules/services/xfs.te @@ -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)