Displaying 2 results from an estimated 2 matches for "paulsd".
2017 Feb 11
12
[Bug 12576] New: popt aliases allow users to bypass sudo argument restrictions
...restrictions
Product: rsync
Version: 3.1.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: samba-bugs at PaulSD.com
QA Contact: rsync-qa at samba.org
My goal is to allow a specific user to read but not write a specific file as
root using rsync via SSH.
The obvious solution was to configure /etc/rsyncd.conf to allow read-only
access to the file, then add "user ALL=(root) NOPASSWD:/usr/bin/rsync...
2017 Feb 12
0
[Bug 12576] popt aliases allow users to bypass sudo argument restrictions
https://bugzilla.samba.org/show_bug.cgi?id=12576
--- Comment #4 from Paul Donohue <samba-bugs at PaulSD.com> ---
That's an interesting solution, but it doesn't really work well for my use
case. I would like my users to be able to maintain their own SSH keys (this
solution would require me to manage users' SSH keys in
/root/.ssh/authorized_keys), and I don't particularly want to se...