]> git.ipfire.org Git - people/stevee/selinux-policy.git/blame - policy/modules/system/application.te
Change auth_use_nsswitch, init_system_daemon and init_daemon_domain to use attributes...
[people/stevee/selinux-policy.git] / policy / modules / system / application.te
CommitLineData
29af4c13 1policy_module(application, 1.2.0)
d46cfe45
CP
2
3# Attribute of user applications
4attribute application_domain_type;
5
6# Executables to be run by user
7attribute application_exec_type;
8
31c44114
DW
9domain_use_interactive_fds(application_domain_type)
10
3eaa9939
DW
11userdom_inherit_append_user_home_content_files(application_domain_type)
12userdom_inherit_append_admin_home_files(application_domain_type)
13userdom_inherit_append_user_tmp_files(application_domain_type)
14logging_inherit_append_all_logs(application_domain_type)
15
16files_dontaudit_search_all_dirs(application_domain_type)
17
18optional_policy(`
19 afs_rw_udp_sockets(application_domain_type)
20')
21
22optional_policy(`
23 cron_rw_inherited_user_spool_files(application_domain_type)
24 cron_sigchld(application_domain_type)
25')
26
1bc5de22
CP
27optional_policy(`
28 cron_sigchld(application_domain_type)
29')
30
d46cfe45
CP
31optional_policy(`
32 ssh_sigchld(application_domain_type)
33 ssh_rw_stream_sockets(application_domain_type)
34')
5ed06176
CP
35
36optional_policy(`
37 sudo_sigchld(application_domain_type)
38')