* patch to allow modification of prefix via semanage
@ 2007-05-01 13:46 Daniel J Walsh
2007-05-03 17:43 ` Stephen Smalley
0 siblings, 1 reply; 2+ messages in thread
From: Daniel J Walsh @ 2007-05-01 13:46 UTC (permalink / raw)
To: Stephen Smalley, SE Linux
[-- Attachment #1: Type: text/plain, Size: 1 bytes --]
[-- Attachment #2: policycoreutils-rhat.patch --]
[-- Type: text/x-patch, Size: 589 bytes --]
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 @@
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)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-03 17:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-01 13:46 patch to allow modification of prefix via semanage Daniel J Walsh
2007-05-03 17:43 ` Stephen Smalley
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.