mirror of
https://github.com/ceph/ceph
synced 2025-01-23 11:33:20 +00:00
660233935e
Signed-off-by: Sage Weil <sage@redhat.com>
8 lines
433 B
Plaintext
8 lines
433 B
Plaintext
# allow cephdaemon user to sudo ceph-daemon
|
|
cephdaemon ALL=NOPASSWD: /usr/bin/ceph-daemon --image * ls
|
|
cephdaemon ALL=NOPASSWD: /usr/bin/ceph-daemon --image * unit *
|
|
cephdaemon ALL=NOPASSWD: /usr/bin/ceph-daemon --image * shell *
|
|
cephdaemon ALL=NOPASSWD: /usr/bin/ceph-daemon --image * deploy *
|
|
cephdaemon ALL=NOPASSWD: /usr/bin/ceph-daemon --image * ceph-volume *
|
|
cephdaemon ALL=NOPASSWD: /usr/bin/ceph-daemon --image * rm-daemon *
|