]> git.ipfire.org Git - people/stevee/selinux-policy.git/blob - policy/modules/apps/screen.te
trunk: update module version numbers for release.
[people/stevee/selinux-policy.git] / policy / modules / apps / screen.te
1
2 policy_module(screen,1.2.0)
3
4 ########################################
5 #
6 # Declarations
7 #
8
9 type screen_dir_t;
10 files_pid_file(screen_dir_t)
11
12 type screen_exec_t;
13 corecmd_executable_file(screen_exec_t)