make root a link
This commit is contained in:
parent
e7bb97019d
commit
a7052b04a7
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ tmpfiles: ## Run this after editing files under tmpfiles.d
|
||||
|
||||
.PHONY: save-perms
|
||||
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
|
||||
set-perms: ## Restores permissions of all files from ./acl
|
||||
|
Loading…
x
Reference in New Issue
Block a user