We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Files that do not exist are improperly returning "Permission denied" instead of "No such file or directory".
Erroneous output:
root@host:~# /example WhiteBeam: /example: Permission denied root@host:~# ./example WhiteBeam: ./example: Permission denied
In syslog:
| Detection: /usr/bin/bash executed ./example (VerifyCanExecute) | 1 | | Detection: /usr/bin/bash executed /example (VerifyCanExecute) | 1 |
Expected output:
root@host:~# /example -bash: /example: No such file or directory root@host:~# ./example -bash: ./example: No such file or directory
(No syslog lines)
This is an issue in one of the Actions used by the Execution hooks provided by the Essential whitelist.
The text was updated successfully, but these errors were encountered:
Causes service --status-all to return WhiteBeam: /usr/local/sbin/grep: Permission denied on each line. Also: zcat with gzip's path.
service --status-all
WhiteBeam: /usr/local/sbin/grep: Permission denied
zcat
gzip
Sorry, something went wrong.
No branches or pull requests
Files that do not exist are improperly returning "Permission denied" instead of "No such file or directory".
Erroneous output:
In syslog:
Expected output:
(No syslog lines)
This is an issue in one of the Actions used by the Execution hooks provided by the Essential whitelist.
The text was updated successfully, but these errors were encountered: