From 7a653efffc48d0ecb95be5ace45b4dc6e15ba949 Mon Sep 17 00:00:00 2001 From: Dan Walsh Date: Wed, 14 Sep 2011 08:54:06 -0400 Subject: [PATCH] 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 Signed-off-by: Eric Paris --- policycoreutils/sandbox/sandbox.init | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/policycoreutils/sandbox/sandbox.init b/policycoreutils/sandbox/sandbox.init index 66aadfdf..d1ccdc2e 100644 --- a/policycoreutils/sandbox/sandbox.init +++ b/policycoreutils/sandbox/sandbox.init @@ -13,17 +13,12 @@ # description: sandbox, xguest and other apps that want to use pam_namespace \ # require this script be run at boot. This service script does \ # 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 \ # this service off.\ # # Source function library. -. /etc/init.d/functions - -HOMEDIRS="/home" - -. /etc/sysconfig/sandbox LOCKFILE=/var/lock/subsys/sandbox