Skip to content

Predicate only checks for "-create" option but dscl supports "create" option as well#152

Open
nickkoval wants to merge 2 commits intojamf:mainfrom
nickkoval:main
Open

Predicate only checks for "-create" option but dscl supports "create" option as well#152
nickkoval wants to merge 2 commits intojamf:mainfrom
nickkoval:main

Conversation

@nickkoval
Copy link

The original analytic only looks for the use of "-create" however the Directory Services Command Line tool (dscl) includes a the create option without the leading '-' that also will create the hidden account flag in a local account. The predicate as written does not trigger if the '-' is omitted from create, but this updated predicate will.

The original analytic only looks for the use of "-create" however the Directory Services Command Line tool (dscl) includes a the create option without the leading '-' that also will create a hidden account. The predicate as written does not trigger if the '-' is omitted from create, but this updated predicate will.
…-dscl

Update hidden_account_created_dscl.yaml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant