backup-receiver less sudo
This commit is contained in:
parent
085eb2b2d3
commit
a4e819317b
1 changed files with 4 additions and 1 deletions
|
@ -12,7 +12,10 @@ defaults = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'sudoers': {
|
'sudoers': {
|
||||||
'backup-receiver': ['ALL'],
|
'backup-receiver': {
|
||||||
|
'/usr/bin/rsync',
|
||||||
|
'/sbin/zfs',
|
||||||
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue