Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144433783
D19512.id54847.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
357 B
Referenced Files
None
Subscribers
None
D19512.id54847.diff
View Options
Index: sys/fs/tmpfs/tmpfs_vnops.c
===================================================================
--- sys/fs/tmpfs/tmpfs_vnops.c
+++ sys/fs/tmpfs/tmpfs_vnops.c
@@ -1381,6 +1381,11 @@
*retval = 64;
break;
+ case _PC_ACL_EXTENDED:
+ case _PC_ACL_NFS4:
+ *retval = 0; /* not supported */
+ break;
+
default:
error = vop_stdpathconf(v);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 10:22 AM (9 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28567956
Default Alt Text
D19512.id54847.diff (357 B)
Attached To
Mode
D19512: tmpfs silently ignore pathconf ACL requests
Attached
Detach File
Event Timeline
Log In to Comment