]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Change /var/lib/openafs/local permissions to 700
authorRuss Allbery <rra@debian.org>
Sat, 22 Aug 2009 19:07:03 +0000 (12:07 -0700)
committerRuss Allbery <rra@debian.org>
Sat, 22 Aug 2009 19:07:03 +0000 (12:07 -0700)
commitb0f2bead928b5cc838ea842c48dd6c7288d42d4f
tree780dceda550fc71adb99ff3fe31626a89ec29157
parent203cc9009403e0a3d71d081dc4762d140cc339b8
Change /var/lib/openafs/local permissions to 700

* Change the permissions of /var/lib/openafs/local to 0700 to match
  upstream defaults.  This directory contains the fssync.sock file used
  for coordination between the fileserver and the volserver, and
  commands sent to that socket are not authenticated.  Linux protects
  the socket from unprivileged writes by default, but other operating
  systems do not.  Upstream therefore wants this directory to be 0700
  and bosserver will complain by default if it's not.  Changing the
  permissions let us drop a patch to bosserver.
debian/changelog
debian/openafs-fileserver.lintian-overrides
debian/openafs-fileserver.postinst
debian/rules
src/bozo/bosoprocs.c