> hey friends, > > I have disable root access from all the terminals now I am not able > to access "Security Level" from Security Tools with ordinary user .I > want to disable/enable few daemons for SELinux policy. > > Can anybody tell me the command to enable/disable daemon for SELinux. > > Thanks & Regards > > Ankush Grover > > -- > fedora-list mailing list > fedora-list@xxxxxxxxxx > To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > Ankush, Better set SE in permissive mode. In shell do: 'setenforce Permissive' do what you need, and then do 'setenforce Enforcing' again. HTH Roger