mirror of
https://github.com/ceph/ceph
synced 2024-12-20 10:23:24 +00:00
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 *
|