diff options
| author | 2025-03-04 12:00:00 +0100 | |
|---|---|---|
| committer | 2025-03-04 12:00:00 +0100 | |
| commit | 2c73af03a46557e35b62cd22f3ea5b3a270d9bd2 (patch) | |
| tree | 1e2299915a0ca0e077d60c7ca048a280ea2b30b0 /debian | |
| parent | 6de250eecdb558928d9f668bdac37c1a2ffae8b1 (diff) | |
| download | base-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 'debian')
| -rwxr-xr-x | debian/rules | 2 |
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: |
