Skip to content
Snippets Groups Projects
Commit 787e4aad authored by micah's avatar micah :speech_balloon:
Browse files

Change /etc/backup.d permissions to need 0770 for admingroup

parent 2dd5981a
Branches
Tags
No related merge requests found
...@@ -93,6 +93,7 @@ version 0.9.4 -- unreleased ...@@ -93,6 +93,7 @@ version 0.9.4 -- unreleased
dup.helper: dup.helper:
. Fix: signing was enabled with symmetric encryption. . Fix: signing was enabled with symmetric encryption.
changed cron permissions to 644 changed cron permissions to 644
changed /etc/backup.d permissions to 0770 (for admingroup)
minor documentation fixes minor documentation fixes
improved RPM build process allowing 'make rpm-package' and 'make improved RPM build process allowing 'make rpm-package' and 'make
srpm-package' targets, also fixes permissions on man directories, srpm-package' targets, also fixes permissions on man directories,
......
...@@ -33,7 +33,6 @@ backupninja.conf: backupninja.conf.in ...@@ -33,7 +33,6 @@ backupninja.conf: backupninja.conf.in
rm -f backupninja.conf rm -f backupninja.conf
$(edit) backupninja.conf.in > backupninja.conf $(edit) backupninja.conf.in > backupninja.conf
#install-data-hook: install-data-hook:
# for a in $(EXAMPLES); do \ mkdir $(DESTDIR)/$(sysconfdir)/backup.d
# chmod 755 $(sysconfdir)/$(a); \ chmod 0770 $(DESTDIR)/$(sysconfdir)/backup.d
# done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment