mirror of
https://github.com/ceph/ceph
synced 2024-12-20 02:13:04 +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 *
|