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 --- install/ui/hbac.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/ui/hbac.js') diff --git a/install/ui/hbac.js b/install/ui/hbac.js index d26b894b..2f4c225b 100644 --- a/install/ui/hbac.js +++ b/install/ui/hbac.js @@ -205,7 +205,7 @@ IPA.hbacrule_details_facet = function(spec) { { type: 'enable', name: 'ipaenabledflag', - priority: IPA.sudo.enable_priority, + priority: IPA.hbac.enable_priority, widget: 'general.ipaenabledflag' } ]; -- cgit