14 lines
367 B
Diff
14 lines
367 B
Diff
|
--- acl_unix.c 2018-08-01 12:01:04.218237606 +0200
|
||
|
+++ star-1.5.3/star/acl_unix.c 2014-03-31 19:44:46.000000000 +0200
|
||
|
@@ -505,7 +505,7 @@
|
||
|
}
|
||
|
|
||
|
if (info->f_xflags & XF_ACL_DEFAULT) {
|
||
|
- ssize_t len = strlen(info->f_acl_access) + 2;
|
||
|
+ ssize_t len = strlen(info->f_acl_default) + 2;
|
||
|
|
||
|
if (len > aclps.ps_size) {
|
||
|
if (aclps.ps_path == acltext) {
|
||
|
|
||
|
|