diff options
author | Petr VobornÃk <pvoborni@redhat.com> | 2012-01-13 15:34:55 +0100 |
---|---|---|
committer | Petr VobornÃk <pvoborni@redhat.com> | 2012-01-18 17:08:46 +0100 |
commit | d906fa50c1fd56ceb1a602fe50129becb6a304d4 (patch) | |
tree | 1d30169ef9436eb6888edfcb73eff36c9e073123 /install/ui/webui.js | |
parent | 2c1f21a14bf9d47ab484d13f5947a059ccc1d041 (diff) | |
download | freeipa-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 'install/ui/webui.js')
-rw-r--r-- | install/ui/webui.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/ui/webui.js b/install/ui/webui.js index 4ceb705e7..596097344 100644 --- a/install/ui/webui.js +++ b/install/ui/webui.js @@ -67,7 +67,8 @@ IPA.admin_navigation = function(spec) { {entity: 'automountmap', hidden: true}, {entity: 'automountkey', hidden: true}]}, {entity: 'pwpolicy'}, - {entity: 'krbtpolicy'} + {entity: 'krbtpolicy'}, + {entity: 'selinuxusermap'} ]}, {name: 'ipaserver', label: IPA.messages.tabs.ipaserver, children: [ {name: 'rolebased', label: IPA.messages.tabs.role, children: [ |