All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] libsemanage -- fallback-user-level
@ 2012-03-26 13:57 Laurent Bigonville
  2012-03-26 14:51 ` Russell Coker
  2012-03-27 14:14 ` Daniel J Walsh
  0 siblings, 2 replies; 3+ messages in thread
From: Laurent Bigonville @ 2012-03-26 13:57 UTC (permalink / raw)
  To: selinux

Hi,

I've no rational and no original author about this patch.


--- a/libsemanage/src/genhomedircon.c
+++ b/libsemanage/src/genhomedircon.c
@@ -863,7 +877,7 @@
 			level = semanage_user_get_mlslevel(*u);
 		} else {
 			prefix = name;
-			level = "s0";
+			level = FALLBACK_USER_LEVEL;
 		}
 
 		retval = getpwnam_r(name, &pwstorage, rbuf, rbuflen, &pwent);

--
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:[~2012-03-27 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-26 13:57 [PATCH 1/4] libsemanage -- fallback-user-level Laurent Bigonville
2012-03-26 14:51 ` Russell Coker
2012-03-27 14:14 ` Daniel J Walsh

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.