Hello
Just letting this one out there and asking how are people checking the logged on users folder permissions?
I could create an EA of this command
find ~ $TMPDIR.. ( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 -o -acl ) 2> /dev/null | wc -l
and make a modification to get the logged on user but i have seen this command takes a while to run and would not want to slow down the inventory
So how else are people checking this ? or are they?
