From eadd6153fd8a69edc3323eb94b20a9038c8ac704 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 12 Aug 2002 03:36:45 +0000 Subject: Stricter permissions for most newly created directories (go-rwx) --- debian/echolot.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') 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 -- cgit v1.2.3