Author: Daniel J Walsh
Email: dwalsh@redhat.com Subject: Latest policycoreutils package has a minor problem Date: Mon, 10 Nov 2008 09:04:39 -0500 Checking _local twice. Signed-off-by: Joshua Brindle <method@manicmethod.com>
This commit is contained in:
parent
2c41d9d1a7
commit
c35dcc43bc
1 changed files with 1 additions and 1 deletions
|
@ -1430,7 +1430,7 @@ class fcontextRecords(semanageRecords):
|
|||
if rc < 0:
|
||||
raise ValueError(_("Could not create key for %s") % target)
|
||||
|
||||
(rc,exists) = semanage_fcontext_exists_local(self.sh, k)
|
||||
(rc,exists) = semanage_fcontext_exists(self.sh, k)
|
||||
if rc < 0:
|
||||
raise ValueError(_("Could not check if file context for %s is defined") % target)
|
||||
|
||||
|
|
Loading…
Reference in a new issue