aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'policy/modules/contrib/ptchown.te')
-rw-r--r--policy/modules/contrib/ptchown.te34
1 files changed, 0 insertions, 34 deletions
diff --git a/policy/modules/contrib/ptchown.te b/policy/modules/contrib/ptchown.te
deleted file mode 100644
index fb37f186b..000000000
--- a/policy/modules/contrib/ptchown.te
+++ /dev/null
@@ -1,34 +0,0 @@
-policy_module(ptchown, 1.1.3)
-
-########################################
-#
-# Declarations
-#
-
-attribute_role ptchown_roles;
-roleattribute system_r ptchown_roles;
-
-type ptchown_t;
-type ptchown_exec_t;
-application_domain(ptchown_t, ptchown_exec_t)
-role ptchown_roles types ptchown_t;
-
-########################################
-#
-# Local policy
-#
-
-allow ptchown_t self:capability { chown fowner fsetid setuid };
-allow ptchown_t self:process { getcap setcap };
-
-files_read_etc_files(ptchown_t)
-
-fs_rw_anon_inodefs_files(ptchown_t)
-
-term_setattr_generic_ptys(ptchown_t)
-term_getattr_all_ptys(ptchown_t)
-term_setattr_all_ptys(ptchown_t)
-term_use_generic_ptys(ptchown_t)
-term_use_ptmx(ptchown_t)
-
-miscfiles_read_localization(ptchown_t)