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

10 lines
217 B
Plaintext

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