[selinux-policy: 1860/3172] trunk: add missing tcp_socket rules for xfs.

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 21:45:52 UTC 2010


commit 8d1f9d9e1454f9ad25ce37c00b8ad174f638c0ef
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon Nov 19 20:36:33 2007 +0000

    trunk: add missing tcp_socket rules for xfs.

 policy/modules/services/xfs.te |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/policy/modules/services/xfs.te b/policy/modules/services/xfs.te
index 33f81dd..e6099f8 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)


More information about the scm-commits mailing list