selinux-policy/targeted/domains/program/rpm.te

17 lines
485 B
Plaintext
Raw Normal View History

2005-10-21 18:05:21 +00:00
#DESC rpm - Linux configurable dynamic device naming support
#
# Authors: Daniel Walsh <dwalsh@redhat.com>
#
#################################
#
# Rules for the rpm domain.
#
# rpm_exec_t is the type of the /bin/rpm and other programs.
# This domain is defined just for targeted policy to labeld /var/lib/rpm
#
type rpm_exec_t, file_type, sysadmfile, exec_type;
type rpm_var_lib_t, file_type, sysadmfile;
typealias var_log_t alias rpm_log_t;
type rpm_tmpfs_t, file_type, sysadmfile;