From 1f79fddddac4be91fafb8b3bf14a8e7b24dec595 Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 25 Apr 2005 00:16:31 +0000 Subject: [PATCH] STABLE14-acl-maxentry-comment-20050325 correct the comment related to the maximum number of entries in an ACL. the number of ACEs must be less than or equal to ACL_MAXENTRIES not less than ACL_MAXENTRIES. (cherry picked from commit 93ed4e14f0c1d8cee113f29e151bab14554b51cd) --- src/libacl/acl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libacl/acl.h b/src/libacl/acl.h index 6289854eb..96567f374 100644 --- a/src/libacl/acl.h +++ b/src/libacl/acl.h @@ -54,7 +54,7 @@ of entries. Each entry consists of a username or groupname followed by a decimal number representing the rights mask for that name. Each entry in the list looks as if it had been produced by printf() using a format list of "%s\t%d\n". -Note that the number of entries must be less than ACL_MAXENTRIES +Note that the number of entries must be less than or equal to ACL_MAXENTRIES */ /* This is temporary hack to get around changing the volume package -- 2.39.5