2012-01-04 18:33:27 +01:00
|
|
|
# Enable new networking controls.
|
|
|
|
policycap network_peer_controls;
|
|
|
|
|
|
|
|
# Enable open permission check.
|
|
|
|
policycap open_perms;
|
2016-12-08 19:35:27 +01:00
|
|
|
|
|
|
|
# Enable separate security classes for
|
|
|
|
# all network address families previously
|
|
|
|
# mapped to the socket class and for
|
|
|
|
# ICMP and SCTP sockets previously mapped
|
|
|
|
# to the rawip_socket class.
|
|
|
|
policycap extended_socket_class;
|
|
|
|
|
2018-09-07 19:48:55 +02:00
|
|
|
# Enable NoNewPrivileges support. Requires libsepol 2.7+
|
|
|
|
# and kernel 4.14 (estimated).
|
|
|
|
#
|
|
|
|
# Checks enabled;
|
|
|
|
# process2: nnp_transition, nosuid_transition
|
|
|
|
#
|
|
|
|
policycap nnp_nosuid_transition;
|