2020-08-18 13:09:10 +00:00
|
|
|
policy_module(application, 1.3.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;
|
|
|
|
|
2011-03-31 17:29:59 +00:00
|
|
|
optional_policy(`
|
|
|
|
cron_sigchld(application_domain_type)
|
|
|
|
')
|
|
|
|
|
2007-07-19 18:57:48 +00:00
|
|
|
optional_policy(`
|
|
|
|
ssh_sigchld(application_domain_type)
|
|
|
|
ssh_rw_stream_sockets(application_domain_type)
|
2020-05-11 16:28:05 +00:00
|
|
|
|
|
|
|
ifndef(`distro_redhat', `
|
|
|
|
ssh_rw_pipes(application_domain_type)
|
|
|
|
')
|
2007-07-19 18:57:48 +00:00
|
|
|
')
|
2009-11-24 16:47:12 +00:00
|
|
|
|
|
|
|
optional_policy(`
|
|
|
|
sudo_sigchld(application_domain_type)
|
|
|
|
')
|