From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mummy.ncsc.mil (mummy.ncsc.mil [144.51.88.129]) by tarius.tycho.ncsc.mil (8.13.1/8.13.1) with ESMTP id m9ECJj1n028033 for ; Tue, 14 Oct 2008 08:19:45 -0400 Received: from mx1.redhat.com (jazzhorn.ncsc.mil [144.51.5.9]) by mummy.ncsc.mil (8.12.10/8.12.10) with ESMTP id m9ECJjep029220 for ; Tue, 14 Oct 2008 12:19:45 GMT Message-ID: <48F48E51.7080109@redhat.com> Date: Tue, 14 Oct 2008 08:19:29 -0400 From: Daniel J Walsh MIME-Version: 1.0 To: Justin Mattock CC: SE Linux , tresys Subject: Re: [refpolicy] newrole without even knowing References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-selinux@tycho.nsa.gov List-Id: selinux@tycho.nsa.gov Justin Mattock wrote: > Hello; is there an application that I can use for > newrole, so I dont have to open a terminal? > i.g. running firefox I have to open a terminal > type newrole -r *_r and then firefox > to run. Idealistically I would like to just click on any icon > and have them already configured with its role. > I've tried in the menu configuration newrole -r *_r && firefox > but I receive nothing. > Any ideas would be appreciated. > regards; > runcon? Or write policy to transition automatically. You can also do stuff with sudo. -- 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 mboxrd@z Thu Jan 1 00:00:00 1970 From: dwalsh@redhat.com (Daniel J Walsh) Date: Tue, 14 Oct 2008 08:19:29 -0400 Subject: [refpolicy] newrole without even knowing In-Reply-To: References: Message-ID: <48F48E51.7080109@redhat.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Justin Mattock wrote: > Hello; is there an application that I can use for > newrole, so I dont have to open a terminal? > i.g. running firefox I have to open a terminal > type newrole -r *_r and then firefox > to run. Idealistically I would like to just click on any icon > and have them already configured with its role. > I've tried in the menu configuration newrole -r *_r && firefox > but I receive nothing. > Any ideas would be appreciated. > regards; > runcon? Or write policy to transition automatically. You can also do stuff with sudo.