All of lore.kernel.org
 help / color / mirror / Atom feed
* chcon
@ 2003-10-21 13:27 Russell Coker
  2003-10-21 13:36 ` chcon Stephen Smalley
  0 siblings, 1 reply; 4+ messages in thread
From: Russell Coker @ 2003-10-21 13:27 UTC (permalink / raw)
  To: SE Linux; +Cc: Stephen Smalley

Steve, chcon needs access to /selinux/context, is there any problem in putting 
in a macro such as the following and using it for all user domains?

define(`can_check_context', `
allow $1 security_t:dir search;
allow $1 security_t:file { read write };
allow $1 security_t:security { check_context };
')

-- 
http://www.coker.com.au/selinux/   My NSA Security Enhanced Linux packages
http://www.coker.com.au/bonnie++/  Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/    Postal SMTP/POP benchmark
http://www.coker.com.au/~russell/  My home page


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

end of thread, other threads:[~2003-10-21 18:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-21 13:27 chcon Russell Coker
2003-10-21 13:36 ` chcon Stephen Smalley
2003-10-21 18:39   ` chcon Daniel J Walsh
2003-10-21 18:58     ` chcon 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.