Add always_check_network policy capability.

Disabled by default, as most systems don't want/need this.
This commit is contained in:
Chris PeBenito 2015-01-27 17:25:36 -05:00
parent fd0c07c8b3
commit 68f2c6f44c
1 changed files with 10 additions and 0 deletions

View File

@ -31,3 +31,13 @@ policycap network_peer_controls;
# blk_file: open
#
policycap open_perms;
# Always enforce network access controls, even
# if labeling is not configured for them.
# Available in kernel 3.13+
#
# Checks enabled:
# packet: send recv
# peer: recv
#
# policycap always_check_network;