* Sat Jan 14 2006 Dan Walsh <dwalsh@redhat.com> 1.29.7-3
- Add check for root for semanage, genhomedircon
This commit is contained in:
parent
37eaabdd95
commit
a482441cd0
@ -29,14 +29,6 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/semanage/semanage policy
|
||||
|
||||
def usage(message = ""):
|
||||
print '\
|
||||
@@ -186,6 +189,7 @@
|
||||
|
||||
if object == "fcontext":
|
||||
OBJECT.add(target, setype, ftype, serange, seuser)
|
||||
+
|
||||
sys.exit(0);
|
||||
|
||||
if modify:
|
||||
@@ -210,8 +214,13 @@
|
||||
if delete:
|
||||
if object == "port":
|
||||
|
Loading…
Reference in New Issue
Block a user