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
/usr/bin/profiles show -type enrollment
The code intent is to throttle access to profiles show -type enrollment command:
profiles show -type enrollment
osquery-extension/tables/mdm/mdm.go
Line 202 in 5461c45
However, this never happens because the file it checks is never created:
/private/var/db/ConfigurationProfiles/Settings/.cloudConfigTimerCheck
Also, the latest manpage states that the limit is 10 times per 23 hours, so the throttling can be reduced to <3 hours per request.
The text was updated successfully, but these errors were encountered:
On (automatic)
No branches or pull requests
The code intent is to throttle access to
profiles show -type enrollment
command:osquery-extension/tables/mdm/mdm.go
Line 202 in 5461c45
However, this never happens because the file it checks is never created:
Also, the latest manpage states that the limit is 10 times per 23 hours, so the throttling can be reduced to <3 hours per request.
The text was updated successfully, but these errors were encountered: