From: <mad...@us...> - 2008-07-01 00:30:15
|
Revision: 2919 http://selinux.svn.sourceforge.net/selinux/?rev=2919&view=rev Author: madmethod Date: 2008-06-30 17:30:14 -0700 (Mon, 30 Jun 2008) Log Message: ----------- Author: Daniel J Walsh Email: dw...@re... Subject: restorecond should not be started by default Date: Mon, 30 Jun 2008 11:59:06 -0400 Fedora is trying to eliminate most daemons that get started by default. They want the admin to select whether the daemon should start. Acked-By: Joshua Brindle <me...@ma...> Modified Paths: -------------- trunk/policycoreutils/ChangeLog trunk/policycoreutils/restorecond/restorecond.init Modified: trunk/policycoreutils/ChangeLog =================================================================== --- trunk/policycoreutils/ChangeLog 2008-07-01 00:26:26 UTC (rev 2918) +++ trunk/policycoreutils/ChangeLog 2008-07-01 00:30:14 UTC (rev 2919) @@ -1,5 +1,6 @@ 2.0.51 2008-06-28 * Add onboot option to fixfiles from Dan Walsh. + * Change restorecon.init to not run on boot by default from Dan Walsh. 2.0.50 2008-06-30 * Fix audit2allow generation of role-type rules from Karl MacMillan. Modified: trunk/policycoreutils/restorecond/restorecond.init =================================================================== --- trunk/policycoreutils/restorecond/restorecond.init 2008-07-01 00:26:26 UTC (rev 2918) +++ trunk/policycoreutils/restorecond/restorecond.init 2008-07-01 00:30:14 UTC (rev 2919) @@ -2,7 +2,7 @@ # # restorecond: Daemon used to maintain path file context # -# chkconfig: 2345 12 87 +# chkconfig: - 12 87 # description: restorecond uses inotify to look for creation of new files \ # listed in the /etc/selinux/restorecond.conf file, and restores the \ # correct security context. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |