install
来自「项目描述: Env_audit is a program that ferret」· 代码 · 共 17 行
TXT
17 行
procmail can execute commands to deliver mail or backup files. But you may notbe aware as to what it allows programs to have access to. To run an audit, first edit the auditrc file to fix the path to env_audit.Next copy it to your .procmail directory. Make sure your .forward file calls procmail. It should be something like this:"|IFS=' ' && exec /usr/bin/procmail -f- || exit 75 #your_account_name"Then send yourself an email and open it with you e-mail agent.The results will be dumped to /tmp/env_audit.log. You can also invoke procmail from within a sendmail.cf file. In this case,procmail will run as root. See procmailrc & procmailex man pages for moreinfo.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?