TT#72908 Change permissions of /ngcp-data/backup/cdr to 0700

We want backups to only be readable by the root user, when possible.

Change-Id: I236cbac8811c1dd3d9e0abcbec82318f2e99d215
changes/25/36525/5
Manuel Montecelo 7 years ago
parent 597d341578
commit 14838d16c3

6
debian/rules vendored

@ -5,3 +5,9 @@
%:
dh $@
# TT#72908 Change permissions of /ngcp-data/backup/cdr to 0700
# We want backups to only be readable by the root user, when possible.
override_dh_fixperms:
dh_fixperms
chmod -v 0700 debian/ngcp-cleanup-tools-*/ngcp-data/backup/cdr

Loading…
Cancel
Save