We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039f5c2 commit c5b7370Copy full SHA for c5b7370
files/image_config/sudoers/sudoers
@@ -23,9 +23,8 @@ Cmnd_Alias READ_ONLY_CMDS = /bin/cat /var/log/syslog*, \
23
/sbin/brctl show, \
24
/usr/bin/docker exec snmp cat /etc/snmp/snmpd.conf, \
25
/usr/bin/docker exec bgp cat /etc/quagga/bgpd.conf, \
26
- /usr/bin/docker exec * ps aux, \
27
/usr/bin/docker images *, \
28
- /usr/bin/docker ps*, \
+ /usr/bin/docker ps *, \
29
/usr/bin/lldpctl, \
30
/usr/bin/sensors, \
31
/usr/bin/tail -F /var/log/syslog, \
0 commit comments