policycoreutils: sandbox: do not load unused generic init functions

Change sandbox init script to not load functions any longer, we don't use them

Signed-off-by: Dan Walsh <dwalsh@redhat.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
This commit is contained in:
Dan Walsh 2011-09-14 08:54:06 -04:00 committed by Eric Paris
parent 6a53023740
commit 7a653efffc
1 changed files with 1 additions and 6 deletions

View File

@ -13,17 +13,12 @@
# description: sandbox, xguest and other apps that want to use pam_namespace \ # description: sandbox, xguest and other apps that want to use pam_namespace \
# require this script be run at boot. This service script does \ # require this script be run at boot. This service script does \
# not actually run any service but sets up: \ # not actually run any service but sets up: \
# /var/tmp, /tmp and home directories to be used by these tools.\ # / to be shared by any app that starts a separate namespace
# If you do not use sandbox, xguest or pam_namespace you can turn \ # If you do not use sandbox, xguest or pam_namespace you can turn \
# this service off.\ # this service off.\
# #
# Source function library. # Source function library.
. /etc/init.d/functions
HOMEDIRS="/home"
. /etc/sysconfig/sandbox
LOCKFILE=/var/lock/subsys/sandbox LOCKFILE=/var/lock/subsys/sandbox