-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Escaping characters for use in regex does work properly.
Regex in TMOL: (Matches every app bundle inside a user dir execept admin's)
blacklist_regex = "^(?:/Users)/(?!admin/).+\.app.*"
Alternatives it tried (based on tmol reference)
blacklist_regex = "^(?:/Users)/(?!admin/).+\\.app.*" blacklist_regex = "^(?:/Users)/(?!admin/).+\u005C.app.*" blacklist_regex = '^(?:/Users)/(?!admin/).+\.app.*'
After sync to client (read via "defaults read /var/db/santa/sync-state.plist BlacklistRegex"):
"^(?:/Users)/(?!admin/).+\\\\.app.*"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels