All of lore.kernel.org
 help / color / mirror / Atom feed
* This patch causes the mount points created in load_policy to have a proper name
@ 2011-04-06 21:10 Daniel J Walsh
  2011-04-06 21:13 ` Resend: " Daniel J Walsh
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel J Walsh @ 2011-04-06 21:10 UTC (permalink / raw)
  To: SELinux

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

"proc" and "selinuxfs"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk2c1t8ACgkQrlYvE4MpobMdVwCg1FGxyVFbuoiresvyLPdVD3t5
d/cAnA9hlnt4KDUn03YfaSIVng6Gf4ay
=iL0A
-----END PGP SIGNATURE-----

--
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] 3+ messages in thread

* Resend: This patch causes the mount points created in load_policy to have a proper name
  2011-04-06 21:10 This patch causes the mount points created in load_policy to have a proper name Daniel J Walsh
@ 2011-04-06 21:13 ` Daniel J Walsh
  2011-04-12 13:32   ` Steve Lawrence
  0 siblings, 1 reply; 3+ messages in thread
From: Daniel J Walsh @ 2011-04-06 21:13 UTC (permalink / raw)
  To: SELinux

[-- Attachment #1: Type: text/plain, Size: 385 bytes --]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04/06/2011 05:10 PM, Daniel J Walsh wrote:
> "proc" and "selinuxfs"
> 



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAk2c14AACgkQrlYvE4MpobMC7gCglauBYIKMfBRUcQPaMGKTzYZV
udUAn3X/rgUgJ55401IVwyCHC051bGQA
=47TI
-----END PGP SIGNATURE-----

[-- Attachment #2: libselinux-mount.patch --]
[-- Type: text/plain, Size: 924 bytes --]

diff --git a/libselinux/src/load_policy.c b/libselinux/src/load_policy.c
index 36ce029..83d2143 100644
--- a/libselinux/src/load_policy.c
+++ b/libselinux/src/load_policy.c
@@ -329,7 +329,7 @@ int selinux_init_load_policy(int *enforce)
 	selinux_getenforcemode(&seconfig);
 
 	/* Check for an override of the mode via the kernel command line. */
-	rc = mount("none", "/proc", "proc", 0, 0);
+	rc = mount("proc", "/proc", "proc", 0, 0);
 	cfg = fopen("/proc/cmdline", "r");
 	if (cfg) {
 		char *tmp;
@@ -369,7 +369,7 @@ int selinux_init_load_policy(int *enforce)
 	 * Check for the existence of SELinux via selinuxfs, and 
 	 * mount it if present for use in the calls below.  
 	 */
-	if (mount("none", SELINUXMNT, "selinuxfs", 0, 0) < 0 && errno != EBUSY) {
+	if (mount("selinuxfs", SELINUXMNT, "selinuxfs", 0, 0) < 0 && errno != EBUSY) {
 		if (errno == ENODEV) {
 			/*
 			 * SELinux was disabled in the kernel, either

[-- Attachment #3: libselinux-mount.patch.sig --]
[-- Type: application/pgp-signature, Size: 72 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: Resend: This patch causes the mount points created in load_policy to have a proper name
  2011-04-06 21:13 ` Resend: " Daniel J Walsh
@ 2011-04-12 13:32   ` Steve Lawrence
  0 siblings, 0 replies; 3+ messages in thread
From: Steve Lawrence @ 2011-04-12 13:32 UTC (permalink / raw)
  To: Daniel J Walsh; +Cc: SELinux

On 04/06/2011 05:13 PM, Daniel J Walsh wrote:
> On 04/06/2011 05:10 PM, Daniel J Walsh wrote:
>> "proc" and "selinuxfs"
> 
> 
> 
> 

Applied in libselinux-2.0.102

Thanks!

--
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] 3+ messages in thread

end of thread, other threads:[~2011-04-12 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-06 21:10 This patch causes the mount points created in load_policy to have a proper name Daniel J Walsh
2011-04-06 21:13 ` Resend: " Daniel J Walsh
2011-04-12 13:32   ` Steve Lawrence

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.