From d906fa50c1fd56ceb1a602fe50129becb6a304d4 Mon Sep 17 00:00:00 2001 From: Petr Voborník Date: Fri, 13 Jan 2012 15:34:55 +0100 Subject: UI for SELinux user mapping This patch adds UI for SELinux user mapping. Its design is based on HBAC Rule design. https://fedorahosted.org/freeipa/ticket/2145 --- ipalib/plugins/internal.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ipalib/plugins/internal.py') diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py index 50f87bfb..94be9107 100644 --- a/ipalib/plugins/internal.py +++ b/ipalib/plugins/internal.py @@ -420,6 +420,14 @@ class i18n_messages(Command): }, "selfservice": { }, + "selinuxusermap": { + "any_host": _("Any Host"), + "anyone": _("Anyone"), + "host": _("Host"), + "specified_hosts": _("Specified Hosts and Groups"), + "specified_users": _("Specified Users and Groups"), + "user": _("User"), + }, "service": { "certificate": _("Service Certificate"), "delete_key_unprovision": _("Delete Key, Unprovision"), -- cgit