All of lore.kernel.org
 help / color / mirror / Atom feed
* default user roles
@ 2008-02-22 18:15 Jeremiah Jahn
  2008-02-22 18:55 ` Stephen Smalley
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Jeremiah Jahn @ 2008-02-22 18:15 UTC (permalink / raw)
  To: selinux

[-- Attachment #1: Type: text/plain, Size: 1611 bytes --]

I can't seem to get the login to set the proper initial role for a user.
Every time I login, I end up as auditadm, and not secstaff.

I have the following in my policy:

userdom_unpriv_user_template(secstaff)
userdom_role_change_template(secstaff, secadm)
userdom_role_change_template(secstaff, auditadm)
allow secstaff_t devlog_t:sock_file write;
allow secstaff_t newrole_t:process { siginh noatsecure rlimitinh };
allow secstaff_t syslogd_t:unix_dgram_socket sendto;
allow secstaff_t unconfined_tmp_t:dir { write search rmdir remove_name create getattr add_name };
allow secstaff_t user_home_dir_t:dir { read getattr search };
userdom_manage_generic_user_home_content_files(secstaff_t)
userdom_read_generic_user_home_content_files(secstaff_t)

############################################################
# Set default role for sec staff <-- not quite :)
#
role secstaff_r types secstaff_t;

############################################################
# define roles the secstaff can transition to
#
user secstaff_u roles { secstaff_r secadm_r auditadm_r } level s0 range s0 - s0;
	




In the olden days in England, you could be hung for stealing a sheep or
a loaf of bread. However, if a sheep stole a loaf of bread and gave it
to you, you would only be tried for receiving, a crime punishable by
forty lashes with the cat or the dog, whichever was handy. If you stole
a dog and were caught, you were punished with twelve rabbit punches,
although it was hard to find rabbits big enough or strong enough to
punch you. -- Mike Harding, "The Armchair Anarchist's Almanac"

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-02-27 13:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-22 18:15 default user roles Jeremiah Jahn
2008-02-22 18:55 ` Stephen Smalley
2008-02-22 19:01 ` Christopher J. PeBenito
2008-02-22 19:09   ` Jeremiah Jahn
2008-02-22 19:38     ` Christopher J. PeBenito
2008-02-22 19:07 ` 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.