allwinner_a64/android/system/sepolicy/private/policy_capabilities
2018-08-08 17:48:24 +08:00

13 lines
346 B
Text

# Enable new networking controls.
policycap network_peer_controls;
# Enable open permission check.
policycap open_perms;
# 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;