commit: db3d43d0b52fc05b6bd36f6b887e84799a147ce4 Author: Sven Vermeulen <swift <AT> gentoo <DOT> org> AuthorDate: Mon Oct 24 17:00:46 2016 +0000 Commit: Sven Vermeulen <swift <AT> gentoo <DOT> org> CommitDate: Mon Oct 24 17:00:46 2016 +0000 URL: https://gitweb.gentoo.org/proj/hardened-refpolicy.git/commit/?id=db3d43d0
Duplicate type declaration, switch to typealias policy/modules/system/userdomain.te | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/modules/system/userdomain.te b/policy/modules/system/userdomain.te index 94b068e..d147a56 100644 --- a/policy/modules/system/userdomain.te +++ b/policy/modules/system/userdomain.te @@ -133,5 +133,5 @@ ifdef(`distro_gentoo',` # We used to use cert_home_t but an upstream commit introduced the same # concept as user_cert_t. Enabling an alias to keep custom modules from # users running. - type user_cert_t alias cert_home_t; + typealias user_cert_t alias cert_home_t; ')