* Tue May 4 2007 Dan Walsh <dwalsh@redhat.com> 2.0.16-1
- Updated version of policycoreutils * Merged support for modifying the prefix via semanage from Dan Walsh. - Fixed genhomedircon to find homedirs correctly.
This commit is contained in:
parent
323af3f0d5
commit
5bafb36498
@ -149,3 +149,4 @@ policycoreutils-2.0.10.tgz
|
||||
policycoreutils-2.0.13.tgz
|
||||
policycoreutils-2.0.14.tgz
|
||||
policycoreutils-2.0.15.tgz
|
||||
policycoreutils-2.0.16.tgz
|
||||
|
@ -114,18 +114,18 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po
|
||||
}
|
||||
free(scontext);
|
||||
close(fd);
|
||||
diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/semanage policycoreutils-2.0.14/semanage/semanage
|
||||
--- nsapolicycoreutils/semanage/semanage 2007-01-16 15:08:21.000000000 -0500
|
||||
+++ policycoreutils-2.0.14/semanage/semanage 2007-05-01 09:31:57.000000000 -0400
|
||||
@@ -279,7 +279,7 @@
|
||||
diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/genhomedircon policycoreutils-2.0.14/scripts/genhomedircon
|
||||
--- nsapolicycoreutils/scripts/genhomedircon 2007-04-25 11:08:44.000000000 -0400
|
||||
+++ policycoreutils-2.0.14/scripts/genhomedircon 2007-05-04 09:14:57.000000000 -0400
|
||||
@@ -302,7 +302,7 @@
|
||||
|
||||
if object == "user":
|
||||
rlist = roles.split()
|
||||
- OBJECT.modify(target, rlist, selevel, serange)
|
||||
+ OBJECT.modify(target, rlist, selevel, serange, prefix)
|
||||
|
||||
if object == "port":
|
||||
OBJECT.modify(target, proto, serange, setype)
|
||||
regex = re.sub("\(\/\.\*\)\?", "", regex)
|
||||
regex = regex + "/*$"
|
||||
- if re.search(home, regex, 0):
|
||||
+ if re.search(regex,home, 0):
|
||||
return 1
|
||||
except:
|
||||
continue
|
||||
diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/seobject.py policycoreutils-2.0.14/semanage/seobject.py
|
||||
--- nsapolicycoreutils/semanage/seobject.py 2007-04-12 12:43:06.000000000 -0400
|
||||
+++ policycoreutils-2.0.14/semanage/seobject.py 2007-04-30 08:57:42.000000000 -0400
|
||||
|
@ -5,7 +5,7 @@
|
||||
%define sepolgenver 1.0.8
|
||||
Summary: SELinux policy core utilities.
|
||||
Name: policycoreutils
|
||||
Version: 2.0.15
|
||||
Version: 2.0.16
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Base
|
||||
@ -192,6 +192,11 @@ if [ "$1" -ge "1" ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Tue May 4 2007 Dan Walsh <dwalsh@redhat.com> 2.0.16-1
|
||||
- Updated version of policycoreutils
|
||||
* Merged support for modifying the prefix via semanage from Dan Walsh.
|
||||
- Fixed genhomedircon to find homedirs correctly.
|
||||
|
||||
* Tue May 1 2007 Dan Walsh <dwalsh@redhat.com> 2.0.15-1
|
||||
- Updated version of policycoreutils
|
||||
* Merged po file updates from Dan Walsh.
|
||||
|
Loading…
Reference in New Issue
Block a user