mirror of
https://github.com/SELinuxProject/refpolicy
synced 2025-03-31 15:56:35 +00:00
spamassassin: Remove unnecessary brackets in type alias.
Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
parent
5b78c1c86b
commit
d823a4c661
@ -22,7 +22,7 @@ gen_tunable(spamassassin_can_network, false)
|
||||
gen_tunable(spamd_enable_home_dirs, false)
|
||||
|
||||
type spamd_update_t;
|
||||
typealias spamd_update_t alias { spamd_gpg_t };
|
||||
typealias spamd_update_t alias spamd_gpg_t;
|
||||
type spamd_update_exec_t;
|
||||
init_system_domain(spamd_update_t, spamd_update_exec_t)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user