From cde2c4c2bb2306ac3639eb82e9b8f98a795d9ecb Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 15 Jan 2024 22:59:42 +0100 Subject: [PATCH] acl --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54d4431..057949f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ acl === -Reimplement https://savannah.nongnu.org/projects/acl/ +Reimplement getfacl and setfacl utilities needed for manipulating access control lists + * /bin/chacl * /bin/getfacl * /bin/setfacl + +Project: +https://savannah.nongnu.org/projects/acl/