mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
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.
This commit is contained in:
parent
2ba2c97f90
commit
93ed4e14f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user