From 2c73af03a46557e35b62cd22f3ea5b3a270d9bd2 Mon Sep 17 00:00:00 2001 From: Santiago Vila Date: Tue, 4 Mar 2025 12:00:00 +0100 Subject: [PATCH] Make /var/local to be root:root and 755 by default on new installs. Closes: #1039973. --- debian/rules | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/rules b/debian/rules index 758c8ed..cd0157f 100755 --- a/debian/rules +++ b/debian/rules @@ -72,10 +72,8 @@ override_dh_compress: override_dh_fixperms: dh_fixperms - cd debian/base-files && chown root:staff var/local cd debian/base-files && chmod 755 `find . -type d` cd debian/base-files && chmod 1777 `cat ../1777-dirs` - cd debian/base-files && chmod 2775 `cat ../2775-dirs` cd debian/base-files && chmod 700 root override_dh_installdeb: