policycoreutils: sandbox: Removing sandbox init script, should no longer be necessary
Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
18e3a8d396
commit
d4064c954f
|
@ -1,6 +1,5 @@
|
|||
# Installation directories.
|
||||
PREFIX ?= $(DESTDIR)/usr
|
||||
INITDIR ?= $(DESTDIR)/etc/rc.d/init.d/
|
||||
SYSCONFDIR ?= $(DESTDIR)/etc/sysconfig
|
||||
LIBDIR ?= $(PREFIX)/lib
|
||||
BINDIR ?= $(PREFIX)/bin
|
||||
|
@ -29,8 +28,6 @@ install: all
|
|||
-mkdir -p $(SHAREDIR)
|
||||
install -m 755 sandboxX.sh $(SHAREDIR)
|
||||
install -m 755 start $(SHAREDIR)
|
||||
-mkdir -p $(INITDIR)
|
||||
install -m 755 sandbox.init $(INITDIR)/sandbox
|
||||
-mkdir -p $(SYSCONFDIR)
|
||||
install -m 644 sandbox.conf $(SYSCONFDIR)/sandbox
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# Space separate list of homedirs
|
||||
HOMEDIRS="/home"
|
||||
# Control group configuration
|
||||
NAME=sandbox
|
||||
CPUAFFINITY=ALL
|
||||
|
|
Loading…
Reference in New Issue