selinux-policy/policy/modules/system/application.te

15 lines
278 B
Plaintext
Raw Normal View History

2007-07-19 18:57:48 +00:00
policy_module(application,1.1.0)
2007-07-19 18:57:48 +00:00
# Attribute of user applications
attribute application_domain_type;
# Executables to be run by user
attribute application_exec_type;
optional_policy(`
ssh_sigchld(application_domain_type)
ssh_rw_stream_sockets(application_domain_type)
')