commit: 9bbc62384c84e9ca59adae9e6b2c68bdb5c6102a
Author: Sven Vermeulen <sven.vermeulen <AT> siphos <DOT> be>
AuthorDate: Sun Feb 15 18:01:37 2015 +0000
Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org>
CommitDate: Sun Feb 15 18:01:37 2015 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/hardened-refpolicy.git;a=commit;h=9bbc6238
Fix typo
---
policy/modules/contrib/mailman.if | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/policy/modules/contrib/mailman.if
b/policy/modules/contrib/mailman.if
index dcede3a..c3c6837 100644
--- a/policy/modules/contrib/mailman.if
+++ b/policy/modules/contrib/mailman.if
@@ -42,7 +42,7 @@ template(`mailman_domain_template',`
ifdef(`distro_gentoo',`
# Bug #536666 - Assign mailman_domain to all mailman domains
- typeattribute mailmain_$1_t mailman_domain;
+ typeattribute mailman_$1_t mailman_domain;
')
')