* newrole without even knowing
@ 2008-10-13 22:04 ` Justin Mattock
0 siblings, 0 replies; 6+ messages in thread
From: Justin Mattock @ 2008-10-13 22:04 UTC (permalink / raw)
To: SE Linux; +Cc: tresys
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 <passwd> 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;
--
Justin P. Mattock
--
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] 6+ messages in thread
* [refpolicy] newrole without even knowing
@ 2008-10-13 22:04 ` Justin Mattock
0 siblings, 0 replies; 6+ messages in thread
From: Justin Mattock @ 2008-10-13 22:04 UTC (permalink / raw)
To: refpolicy
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 <passwd> 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;
--
Justin P. Mattock
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [refpolicy] newrole without even knowing
2008-10-13 22:04 ` [refpolicy] " Justin Mattock
@ 2008-10-14 12:19 ` Daniel J Walsh
-1 siblings, 0 replies; 6+ messages in thread
From: Daniel J Walsh @ 2008-10-14 12:19 UTC (permalink / raw)
To: Justin Mattock; +Cc: SE Linux, tresys
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 <passwd> 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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [refpolicy] newrole without even knowing
@ 2008-10-14 12:19 ` Daniel J Walsh
0 siblings, 0 replies; 6+ messages in thread
From: Daniel J Walsh @ 2008-10-14 12:19 UTC (permalink / raw)
To: refpolicy
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 <passwd> 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.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [refpolicy] newrole without even knowing
2008-10-14 12:19 ` Daniel J Walsh
@ 2008-10-14 15:04 ` Justin Mattock
-1 siblings, 0 replies; 6+ messages in thread
From: Justin Mattock @ 2008-10-14 15:04 UTC (permalink / raw)
To: Daniel J Walsh; +Cc: SE Linux, tresys
On Tue, Oct 14, 2008 at 5:19 AM, Daniel J Walsh <dwalsh@redhat.com> wrote:
> 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 <passwd> 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.
>
Cool, thanks for giving me the info
on how to do that. Having the policy transition automatically
sounds nice, its just a matter of knowing what to write and where.
>From what it looks like, I'm going to probably have to do some research
before attempting something like that.
Anyways as long as it's possible to have such a thing.
regards;
--
Justin P. Mattock
--
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] 6+ messages in thread
* [refpolicy] newrole without even knowing
@ 2008-10-14 15:04 ` Justin Mattock
0 siblings, 0 replies; 6+ messages in thread
From: Justin Mattock @ 2008-10-14 15:04 UTC (permalink / raw)
To: refpolicy
On Tue, Oct 14, 2008 at 5:19 AM, Daniel J Walsh <dwalsh@redhat.com> wrote:
> 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 <passwd> 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.
>
Cool, thanks for giving me the info
on how to do that. Having the policy transition automatically
sounds nice, its just a matter of knowing what to write and where.
>From what it looks like, I'm going to probably have to do some research
before attempting something like that.
Anyways as long as it's possible to have such a thing.
regards;
--
Justin P. Mattock
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-10-14 15:04 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-13 22:04 newrole without even knowing Justin Mattock
2008-10-13 22:04 ` [refpolicy] " Justin Mattock
2008-10-14 12:19 ` Daniel J Walsh
2008-10-14 12:19 ` Daniel J Walsh
2008-10-14 15:04 ` Justin Mattock
2008-10-14 15:04 ` Justin Mattock
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.