All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] namespace.init needs to hold on to the privilages it was called with
@ 2006-10-05 20:46 Michael C Thompson
  0 siblings, 0 replies; only message in thread
From: Michael C Thompson @ 2006-10-05 20:46 UTC (permalink / raw)
  To: SE Linux

This very simple patch permits namespace.init to retain the effective 
uid of the calling process (for pam_namespace use, particularly in newrole).

Mike

-----

--- Linux-PAM-0.99.6.2/modules/pam_namespace/namespace.init   2006-06-27 
08:07:43.000000000 -0500
+++ Linux-PAM-0.99.6.2.dev/modules/pam_namespace/namespace.init 
2006-10-05 15:42:07.000000000 -0500
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -p
  # This is only a boilerplate for the instance initialization script.
  # It receives polydir path as $1 and the instance path as $2.
  #


--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-05 20:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-05 20:46 [PATCH] namespace.init needs to hold on to the privilages it was called with Michael C Thompson

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.