mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-02-24 00:16:57 +00:00
Change policy_config_t to a security file type.
This fixes an assertion error with systemd_tmpfiles_t. It should have been a security file for a while.
This commit is contained in:
parent
4388def2d9
commit
60d8b699fb
@ -67,7 +67,7 @@ role newrole_roles types newrole_t;
|
||||
# the security server policy configuration.
|
||||
#
|
||||
type policy_config_t;
|
||||
files_type(policy_config_t)
|
||||
files_security_file(policy_config_t)
|
||||
|
||||
neverallow ~can_relabelto_binary_policy policy_config_t:file relabelto;
|
||||
#neverallow ~can_write_binary_policy policy_config_t:file { write append };
|
||||
|
Loading…
Reference in New Issue
Block a user