sort acl file based on filename
This commit is contained in:
2
Makefile
2
Makefile
@ -23,7 +23,7 @@ sd-users: ## Run this after adding new users
|
||||
|
||||
.PHONY: save-perms
|
||||
save-perms: ## Saves the file permissions to ./acl. Run this after adding new files with correct permissions
|
||||
getfacl --recursive root > acl
|
||||
getfacl --recursive root | ./makepac/sort_acl.sh > acl
|
||||
|
||||
.PHONY: set-perms
|
||||
set-perms: ## Restores permissions of all files from ./acl
|
||||
|
Reference in New Issue
Block a user