Signed-off-by: George Zenner <zen@pyl.onl>
modified: policy/modules/system/sysnetwork.if
This commit is contained in:
parent
cd8b67a066
commit
105e623ee8
@ -83,6 +83,25 @@ interface(`sysnet_dontaudit_use_dhcpc_fds',`
|
|||||||
dontaudit $1 dhcpc_t:fd use;
|
dontaudit $1 dhcpc_t:fd use;
|
||||||
')
|
')
|
||||||
|
|
||||||
|
########################################
|
||||||
|
## <summary>
|
||||||
|
## Do not audit attempts to read/write to the
|
||||||
|
## dhcp unix datagram socket descriptors.
|
||||||
|
## </summary>
|
||||||
|
## <param name="domain">
|
||||||
|
## <summary>
|
||||||
|
## Domain to not audit.
|
||||||
|
## </summary>
|
||||||
|
## </param>
|
||||||
|
#
|
||||||
|
interface(`sysnet_dontaudit_rw_dhcpc_unix_dgram_sockets',`
|
||||||
|
gen_require(`
|
||||||
|
type dhcpc_t;
|
||||||
|
')
|
||||||
|
|
||||||
|
dontaudit $1 dhcpc_t:unix_dgram_socket { read write };
|
||||||
|
')
|
||||||
|
|
||||||
########################################
|
########################################
|
||||||
## <summary>
|
## <summary>
|
||||||
## Do not audit attempts to read/write to the
|
## Do not audit attempts to read/write to the
|
||||||
|
Loading…
Reference in New Issue
Block a user