Re: sudoreplay with agrument command not working?
"Todd C. Miller" <[email protected]>
| Newsgroups | gmane.comp.tools.sudo.user |
|---|---|
| Message-ID | <[email protected]> |
You need to specify the directory if it is not the default value. For example, something like: # sudoreplay -d /var/log/sudo-io/isc-zas -l user isc-zas command /usr/bin/less Or just: # sudoreplay -d /var/log/sudo-io/isc-zas -l command /usr/bin/less since you appear to be using per-user I/O log directories. sudoreplay doesn't know about the iolog_dir setting in sudoers. - todd ____________________________________________________________ sudo-users mailing list <[email protected]> For list information, options, or to unsubscribe, visit: https://www.sudo.ws/mailman/listinfo/sudo-users