Permission failure (How do I fix this?)

- I updated permissions for Hazel to full disk access as described in the documentation.
- I stopped Hazel and restarted.
- I have a rule that attempts to assign tags to files in the /Applications folder.
It seems that hazel still fails to alter the applications. Here is an example failure message from the log.
- Code: Select all
2019-07-16 11:29:53.722 hazelworker[17277] Could not set tags for URL file:///Applications/MacPorts/Audacity.app/: Error Domain=NSOSStatusErrorDomain Code=-5000 "afpAccessDenied: Insufficient access privileges for operation "
2019-07-16 11:29:53.722 hazelworker[17277] Caught exception in rule evaluation of file Audacity.app: Could not set tags for /Applications/MacPorts/Audacity.app
2019-07-16 11:29:53.722 hazelworker[17277] ###main load address: 0x102ea4000
2019-07-16 11:29:53.722 hazelworker[17277] ###Noodle load address: 0x102fc8000
2019-07-16 11:29:53.722 hazelworker[17277] ###CK load address: 0x102f8d000
2019-07-16 11:29:53.722 hazelworker[17277] (
0 CoreFoundation 0x00007fff45eadcfd __exceptionPreprocess + 256
1 libobjc.A.dylib 0x00007fff70557a17 objc_exception_throw + 48
2 hazelworker 0x0000000102edcc96 hazelworker + 232598
3 hazelworker 0x0000000102ed748d hazelworker + 210061
4 hazelworker 0x0000000102ee9ff6 hazelworker + 286710
5 hazelworker 0x0000000102eab2dc hazelworker + 29404
6 hazelworker 0x0000000102eae4cb hazelworker + 42187
7 hazelworker 0x0000000102eb07dd hazelworker + 51165
8 libdyld.dylib 0x00007fff71d253d5 start + 1
9 ??? 0x0000000000000003 0x0 + 3
)
Not sure how to correctly add an image here.
The following shows that hazel has full disk permissions.
https://imgur.com/6f7yC3O
How do I fix this?