On 08.06.2013 10:55, Frank Murphy wrote:
> On Fri, 07 Jun 2013 17:53:59 -0400
> Jim <binary...@comcast.net> wrote:
> 
>> On 06/07/2013 05:46 PM, Frank Murphy wrote:
>>>   if you click proceed
>>> to "unsigned certificate" in a popup.
>>
>>   if you click proceed
>> to "unsigned certificate" in a popup.
>>
>>
>> Popup Where ??
>>
> 
> Sorry was late here, have this:
> setsebool unconfined_mozilla_plugin_transition 0

Don't take it for granted, even though 'sealert' suggests it. ;)
You probably want,
  setsebool -P unconfined_mozilla_plugin_transition off

man 8 setsebool - "-P option"

or even better,
  semanage boolean [-m] --off unconfined_mozilla_plugin_transition
so you don't have to worry whether the boolean value sits permanently,
and check it with,
  semanage boolean -l [-C] | grep unconfined_[mozilla]_plugin_transition
Take note of the output - the two types of boolean value,
<OBJECT> ("transient"   ,   "persistent")

man 8 semanage - boolean


poma

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to