Chris PeBenito 0fbfa5
# FLASK
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
#
Chris PeBenito 0fbfa5
# Define the security context for each initial SID
Chris PeBenito 0fbfa5
# sid sidname   context
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
sid kernel	system_u:system_r:kernel_t
Chris PeBenito 0fbfa5
sid security	system_u:object_r:security_t
Chris PeBenito 0fbfa5
sid unlabeled	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid fs		system_u:object_r:fs_t
Chris PeBenito 0fbfa5
sid file	system_u:object_r:file_t
Chris PeBenito 0fbfa5
# Persistent label mapping is gone.  This initial SID can be removed.
Chris PeBenito 0fbfa5
sid file_labels	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
# init_t is still used, but an initial SID is no longer required.
Chris PeBenito 0fbfa5
sid init	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
# any_socket is no longer used.
Chris PeBenito 0fbfa5
sid any_socket 	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid port	system_u:object_r:port_t
Chris PeBenito 0fbfa5
sid netif	system_u:object_r:netif_t
Chris PeBenito 0fbfa5
# netmsg is no longer used.
Chris PeBenito 0fbfa5
sid netmsg	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid node	system_u:object_r:node_t
Chris PeBenito 0fbfa5
# These sockets are now labeled with the kernel SID,
Chris PeBenito 0fbfa5
# and do not require their own initial SIDs.
Chris PeBenito 0fbfa5
sid igmp_packet system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid icmp_socket system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid tcp_socket  system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
# Most of the sysctl SIDs are now computed at runtime
Chris PeBenito 0fbfa5
# from genfs_contexts, so the corresponding initial SIDs
Chris PeBenito 0fbfa5
# are no longer required.
Chris PeBenito 0fbfa5
sid sysctl_modprobe	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
# But we still need the base sysctl initial SID as a default.
Chris PeBenito 0fbfa5
sid sysctl	system_u:object_r:sysctl_t
Chris PeBenito 0fbfa5
sid sysctl_fs	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid sysctl_kernel	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid sysctl_net	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid sysctl_net_unix	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid sysctl_vm	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid sysctl_dev	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
# No longer used, can be removed.
Chris PeBenito 0fbfa5
sid kmod	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid policy	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid scmp_packet	system_u:object_r:unlabeled_t
Chris PeBenito 0fbfa5
sid devnull	system_u:object_r:null_device_t
Chris PeBenito 0fbfa5
Chris PeBenito 0fbfa5
# FLASK