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)