17 lines
485 B
Plaintext
17 lines
485 B
Plaintext
#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;
|