diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-08-12 03:36:45 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-08-12 03:36:45 +0000 |
commit | eadd6153fd8a69edc3323eb94b20a9038c8ac704 (patch) | |
tree | e0762126f7c12641b18bd6060509e1d8428864d6 /debian/echolot.postinst.in | |
parent | 5b7ef796565747adb5113ec08d862c31631c1255 (diff) |
Stricter permissions for most newly created directories (go-rwx)
Diffstat (limited to 'debian/echolot.postinst.in')
-rwxr-xr-x | debian/echolot.postinst.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/echolot.postinst.in b/debian/echolot.postinst.in index 7f33347..2b70082 100755 --- a/debian/echolot.postinst.in +++ b/debian/echolot.postinst.in @@ -18,7 +18,7 @@ chown echolot.adm /var/log/echolot/echolot.log chmod 640 /var/log/echolot/echolot.log # and /var/lib/echolot if ( ! dpkg-statoverride --list /var/lib/echolot > /dev/null ); then - dpkg-statoverride --update --add root echolot 02770 /var/lib/echolot + dpkg-statoverride --update --add root echolot 02775 /var/lib/echolot fi # and /var/run/echolot if ( ! dpkg-statoverride --list /var/run/echolot > /dev/null ); then |