.PHONY: permissions permissions: ${CONFIG} .FORCE chown -R root:root config_*/ chmod 0755 config_*/ -chmod -R a+rX config_*/etc/ -chmod -R a+rX config_*/var/ -chmod -R a+rX config_*/lib/ -chmod -R a+rX config_*/usr/ -chmod -R a+rX config_*/opt/ -chmod 0700 config_*/var/lib/polkit-1/ -chgrp -R 107 config_*/var/spool/cron/crontabs/ -chmod 1730 config_*/var/spool/cron/crontabs/ -chmod 0600 config_*/var/spool/cron/crontabs/* -chmod 0600 config_*/etc/NetworkManager/system-connections/* -chmod 0750 config_*/root/ -chmod 0700 config_*/root/.ssh/ -chmod 0600 config_*/root/.ssh/authorized_keys -chmod 0750 config_*/home/*/ -chmod 0700 config_*/home/*/.ssh/ -chmod 0600 config_*/home/*/.ssh/authorized_keys -chown 1014:1014 config_*/home/guest