trunk: add missing tcp_socket rules for xfs.
This commit is contained in:
parent
285d009351
commit
8d1f9d9e14
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user