make root a link

This commit is contained in:
Balakrishnan Balasubramanian 2024-11-26 14:43:19 -05:00
parent e7bb97019d
commit a7052b04a7

View File

@ -27,7 +27,7 @@ tmpfiles: ## Run this after editing files under tmpfiles.d
.PHONY: save-perms .PHONY: save-perms
save-perms: ## Saves the file permissions to ./acl. Run this after adding new files with correct permissions save-perms: ## Saves the file permissions to ./acl. Run this after adding new files with correct permissions
getfacl --recursive root | ./makepac/sort_acl.sh > acl getfacl --recursive `readlink root` | ./makepac/sort_acl.sh > acl
.PHONY: set-perms .PHONY: set-perms
set-perms: ## Restores permissions of all files from ./acl set-perms: ## Restores permissions of all files from ./acl