summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLibravatar Santiago Vila <[email protected]>2025-03-04 12:00:00 +0100
committerLibravatar Santiago Vila <[email protected]>2025-03-04 12:00:00 +0100
commit2c73af03a46557e35b62cd22f3ea5b3a270d9bd2 (patch)
tree1e2299915a0ca0e077d60c7ca048a280ea2b30b0 /debian
parent6de250eecdb558928d9f668bdac37c1a2ffae8b1 (diff)
downloadbase-files-2c73af03a46557e35b62cd22f3ea5b3a270d9bd2.tar.gz
base-files-2c73af03a46557e35b62cd22f3ea5b3a270d9bd2.zip
Make /var/local to be root:root and 755 by default on new installs. Closes: #1039973.
Diffstat (limited to '')
-rwxr-xr-xdebian/rules2
1 files changed, 0 insertions, 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: