backup-receiver less sudo

This commit is contained in:
mwiegand 2022-03-26 12:03:22 +01:00
parent 085eb2b2d3
commit a4e819317b

View file

@ -12,7 +12,10 @@ defaults = {
}, },
}, },
'sudoers': { 'sudoers': {
'backup-receiver': ['ALL'], 'backup-receiver': {
'/usr/bin/rsync',
'/sbin/zfs',
},
} }
} }