From d9ddcb3bc4443b07487318c991cca962342cdc9e Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 11 Nov 2014 20:58:12 +0000 Subject: Change default permissions for /run/lock to 1777 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10792 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- bootscripts/ChangeLog | 3 +++ bootscripts/lfs/init.d/mountvirtfs | 2 +- chapter01/changelog.xml | 9 +++++++++ packages.ent | 4 ++-- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/bootscripts/ChangeLog b/bootscripts/ChangeLog index f9621fa1e..5ada5559b 100644 --- a/bootscripts/ChangeLog +++ b/bootscripts/ChangeLog @@ -1,3 +1,6 @@ +2014-11-10 Bruce Dubbs + * Make /run/lock have 1777 permissions + 2014-07-06 Bruce Dubbs * Remove obsolete reference to /proc/sys/kernel/hotplug in udev boot script diff --git a/bootscripts/lfs/init.d/mountvirtfs b/bootscripts/lfs/init.d/mountvirtfs index 4f34451d6..65b87b0f0 100644 --- a/bootscripts/lfs/init.d/mountvirtfs +++ b/bootscripts/lfs/init.d/mountvirtfs @@ -37,7 +37,7 @@ case "${1}" in fi mkdir -p /run/lock /run/shm - chmod 1777 /run/shm + chmod 1777 /run/shm /run/lock log_info_msg "Mounting virtual file systems: ${INFO}/run" diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6086e00d1..1fa5faec4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,15 @@ --> + + 2014-11-10 + + + [bdubbs] - Change default permissions for /run/lock to 1777. + + + + 2014-11-05 diff --git a/packages.ent b/packages.ent index dcc2d0896..e389952e1 100644 --- a/packages.ent +++ b/packages.ent @@ -61,7 +61,7 @@ - + @@ -352,7 +352,7 @@ - + -- cgit v1.2.3-54-g00ecf