summaryrefslogtreecommitdiffstats
path: root/ipalib/plugins/internal.py
diff options
context:
space:
mode:
authorPetr Voborník <pvoborni@redhat.com>2012-01-13 15:34:55 +0100
committerPetr Voborník <pvoborni@redhat.com>2012-01-18 17:08:46 +0100
commitd906fa50c1fd56ceb1a602fe50129becb6a304d4 (patch)
tree1d30169ef9436eb6888edfcb73eff36c9e073123 /ipalib/plugins/internal.py
parent2c1f21a14bf9d47ab484d13f5947a059ccc1d041 (diff)
downloadfreeipa-d906fa50c1fd56ceb1a602fe50129becb6a304d4.tar.gz
freeipa-d906fa50c1fd56ceb1a602fe50129becb6a304d4.tar.xz
freeipa-d906fa50c1fd56ceb1a602fe50129becb6a304d4.zip
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
Diffstat (limited to 'ipalib/plugins/internal.py')
-rw-r--r--ipalib/plugins/internal.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/ipalib/plugins/internal.py b/ipalib/plugins/internal.py
index 50f87bfb8..94be9107d 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"),