selinux-policy/refpolicy/policy/modules/system/domain.te

15 lines
292 B
Plaintext

# Copyright (C) 2005 Tresys Technology, LLC
policy_module(domain,1.0)
# Mark process types as domains
attribute domain;
# entrypoint executables
attribute entry_type;
# widely-inheritable file descriptors
attribute privfd;
neverallow domain ~domain:process { transition dyntransition };