|
Security Enhanced Linux
What's New
Frequently Asked Questions
Background
Documents
License
Download
Participating
Mail List
Archives
Remaining Work
Contributors
Related Work
Press Releases
Information Assurance Research
NIARL In-house Research Areas
Mathematical Sciences Program
Sabbaticals
Computer & Information Sciences Research
Technology Transfer
Advanced Computing
Advanced Mathematics
Communications & Networking
Information Processing
Microelectronics
Other Technologies
Technology Fact Sheets
Publications
Related Links
|
SELinux Mailing List
subject: purpose of the staff_r role? Date: Wed, 29 Sep 2004 18:38:29 -0700 (PDT)
SE Linux appears to be quite powerful, but dear $deity it's confusing. I'd sell my soul for a nice, readable O'Reilly Press title covering this stuff! Do you Yahoo!? New and Improved Yahoo! Mail - 100MB free storage! http://promotions.yahoo.com/new_mail -- 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.From: Eric Andreychek <eric_at_openthought.net> subject: Re: purpose of the staff_r role? Date: Thu, 30 Sep 2004 04:09:32 +0000
Howdy,
On Wed, 29 Sep 2004, Tom Anderson wrote:
Nothing will help you figure it out quicker than building a policy for a daemon without one :-)
> I'd sell my soul for a nice, readable O'Reilly Press title covering Well, lucky for you, you might not need to go quite that far ;-) It looks like O'Reilly will be releasing one named "SELinux NSA's Open Source Security Enhanced Linux" by Bill McCarty pretty soon: http://www.oreilly.com/catalog/selinux/index.html The estimated release date is October. I'm looking forward to that myself.
Good luck!
iD8DBQFBW4b8R5UKaDAjAG4RAhRhAKDgM8GT9BZxRFcHqcBMk7/QMRENyACcDFbu
cys8mXtVF8yKvu8VuH0MXJA=
-- 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.From: Carsten P. Gehrke <Carsten_at_rollinghorse.com> subject: Re: purpose of the staff_r role? Date: Wed, 29 Sep 2004 21:39:14 -0700
There is one in the works. I saw a draft copy at LinuxWorld in San Francisco early August. The title is "SELINUX: NSA's Open Source Security Enhanced Linux" and the author is Bill McCarty. Now, do I get your soul or does O'Reilly?
--
Rolling Horse Ranch Technical Services Carsten P. Gehrke
Custom software solutions using open source technology
http://tech.RollingHorse.com/ Carsten@RollingHorse.com
--
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.
From: Colin Walters <walters_at_verbum.org>
subject: Re: purpose of the staff_r role? Date: Thu, 30 Sep 2004 09:17:01 -0400
It's the role that a person who can become sysadm_r should do their daily work in like reading mail, working on source code, etc. The reason is because it basically isn't allowed to interact with user_t at all; for example, staff_t can't read user_tmp_t. This prevents /tmp races from working. -- 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.From: Tom Anderson <granite217_at_yahoo.com> subject: Re: purpose of the staff_r role? Date: Thu, 30 Sep 2004 12:31:53 -0700 (PDT)
Ah, that makes sense. But I'd like my staff_t user able to read logfiles, without needing to become sysadm_r first ('cuz I can do some real damage inadvertently). Is there a "correct" way to do this? I've tried granting read access to var_log_t, but several daemons have their own logfile types. Do you Yahoo!? Express yourself with Y! Messenger! Free. Download now. http://messenger.yahoo.com -- 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.From: Russell Coker <russell_at_coker.com.au> subject: Re: purpose of the staff_r role? Date: Fri, 1 Oct 2004 06:43:20 +1000
r_dir_file(staff_t, logfile) -- 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.From: Tom Anderson <granite217_at_yahoo.com> subject: Re: purpose of the staff_r role? Date: Fri, 1 Oct 2004 18:10:30 -0700 (PDT)
Thank you. Is there a similar trick for seeing the full process information under ps? I see there's a "can_ps" macro, but so far I haven't managed to get the arguments right. Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com -- 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.From: Russell Coker <russell_at_coker.com.au> subject: Re: purpose of the staff_r role? Date: Sat, 2 Oct 2004 12:43:02 +1000
can_ps(staff_t, domain) probably does what you want. -- 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.From: Tom Anderson <granite217_at_yahoo.com> subject: Re: purpose of the staff_r role? Date: Fri, 1 Oct 2004 21:41:39 -0700 (PDT)
That seems to have done it. Thanks! Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com -- 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.From: Kodungallur Varma <ram25_at_gwu.edu> subject: Re: purpose of the staff_r role? Date: Thu, 30 Sep 2004 18:54:10 -0500
I am pretty new to selinux. I was setting up a selinux machine. I installed the OS and I installed the latest packages policy packages with the 'yum' command. I later rebooted with the enforcing=0 option during the boot. I later 'make relabel' ed it. I rebooted the machine again with the enforcing=0 mode and checked the /var/log/messages for avc:access denied messages. there are too many of them and I just dont know how to fix them. any help on this would be excellent. thanx in advance..
> On Fri, 1 Oct 2004 05:31, Tom Anderson <granite217@yahoo.com> wrote: -- 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.From: Park Lee <parklee_sel_at_yahoo.com> subject: Re: purpose of the staff_r role? Date: Fri, 1 Oct 2004 02:13:32 -0700 (PDT)
>I am pretty new to selinux. I was setting up a selinux machine. I After installed the packages policy packages, You'd better reboot in singleuser mode, and then try 'make relabel'. Hope this helps, Park Lee Do you Yahoo!? vote.yahoo.com - Register online to vote today! -- 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.From: Wolfgang Pfeiffer <roto_at_gmx.net> subject: Re: purpose of the staff_r role? Date: Sun, 03 Oct 2004 22:26:53 +0200
Some weeks ago when googling about for some docs (that is: Beginner docs) I stumbled over this site: For me, a beginner with selinux, the most usable I found so far. [ Thanks, Faye Coker ] HTH Wolfgang -- Wolfgang Pfeiffer gpg ID: 0AA7E825 Profile, links: http://profiles.yahoo.com/wolfgangpfeiffer -- 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.
|
|
|
Date Posted: Jan 15, 2009 | Last Modified: Jan 15, 2009 | Last Reviewed: Jan 15, 2009 |











