If you’re getting this error:
warning: Insecure world writable dir my.insecure.directory in PATH, mode 040777
you’ll need to fix your permissions for that directory, e.g.
chmod go-w my.insecure.directory
If you’re getting this error:
warning: Insecure world writable dir my.insecure.directory in PATH, mode 040777
you’ll need to fix your permissions for that directory, e.g.
chmod go-w my.insecure.directory