]> 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:17:45 +0000 (12:17 -0700)
committerRuss Allbery <rra@debian.org>
Sat, 22 Aug 2009 19:17:45 +0000 (12:17 -0700)
commit8e1a45e313b69d64acddb5f31a05e072690ee673
tree80f0c06f1bf02d035071c72ff66aeea739fe3ab4
parent769d4fd0da0c8a7d15dab325952d89873770d98f
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.

(cherry picked from commit 08427cdedf446993deba85a2a8a99b3fda2f8646)
debian/changelog
debian/openafs-fileserver.lintian-overrides
debian/openafs-fileserver.postinst
debian/rules