All of lore.kernel.org
 help / color / mirror / Atom feed
* ANN: userspace security server prototype
@ 2005-12-09 20:58 Joshua Brindle
  0 siblings, 0 replies; only message in thread
From: Joshua Brindle @ 2005-12-09 20:58 UTC (permalink / raw)
  To: SELinux; +Cc: SELinux-dev, Stephen Smalley

A prototype of the SELinux userspace security server has been released.
The userspace security server provides access decisions to userspace
object managers, rather than forcing them to use the kernel for access
control decisions. This version has several limitations and should not
be considered for production use. Those issues include:
- mls issues in the libsepol security server
- no setbool support (need to figure out access control on booleans)
- no load policy support (policy loaded at startup)
- no enforcement on setenforce
- no routing is done, all userspace requests go to the USS if it is 
enabled, unless the USS cannot be contacted, this is to allow a system 
to boot up properly and will be addressed

To test the uss check out the cvs module with:

cvs -z3
-d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sepolicy-server co -P uss

make and install the tree (it was synchronized with the nsa tree on
2005-12-08). Then add the following to /etc/selinux/config

[ss]
name=uss
location=/var/run/uss
update=/var/run/uss-update

and copy the uss.conf from the uss directory to /etc/selinux (and change
any options you want)

finally, run ./uss and use any userspace object manager to see the results.


--
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:[~2005-12-09 20:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-09 20:58 ANN: userspace security server prototype Joshua Brindle

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.