Getting DAC information on *NIX

the inspector object file has the property ‘security descriptor of : security descriptor’ (see https://developer.bigfix.com/relevance/reference/security-descriptor.html) - which is windows only, as is the ’ dacl of : discretionary access control list’ (see https://developer.bigfix.com/relevance/reference/discretionary-access-control-list.html) inspector.

Have I missed something in Inspector - or is there no inspector support for DAC(L) on *nix (in my case AIX)?

If not, any idea on how to do this in a simple and manageable way? atm it looks as if I am going to have to write a task to create a file - that will need to be reviewed by an analysis to create a property - and only then a fixlet to correct some bad file permissions.