All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with semanage, looks like we don't handle the <<none>> context type?
@ 2007-07-31 13:42 Daniel J Walsh
  2007-07-31 20:51 ` Joshua Brindle
  0 siblings, 1 reply; 12+ messages in thread
From: Daniel J Walsh @ 2007-07-31 13:42 UTC (permalink / raw)
  To: Joshua Brindle, SE Linux, Stephen Smalley

cat /tmp/test.py
#!/usr/bin/python
from semanage import *
sh = semanage_handle_create()
rc, con = semanage_context_from_string(sh, "<<none>>")
rc,fcontext = semanage_fcontext_create(sh)
semanage_fcontext_set_con(sh, fcontext, con)


# python /tmp/test.py
Segmentation fault


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

end of thread, other threads:[~2007-08-01 14:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-31 13:42 Problem with semanage, looks like we don't handle the <<none>> context type? Daniel J Walsh
2007-07-31 20:51 ` Joshua Brindle
2007-07-31 20:57   ` Daniel J Walsh
2007-07-31 20:59     ` Joshua Brindle
2007-07-31 21:08       ` Daniel J Walsh
2007-08-01 12:29     ` Stephen Smalley
2007-08-01 13:00       ` Daniel J Walsh
2007-08-01 13:42         ` Stephen Smalley
2007-08-01 13:02       ` Stephen Smalley
2007-08-01 13:46         ` Stephen Smalley
2007-08-01 13:57         ` Daniel J Walsh
2007-08-01 14:07           ` 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.