Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf enable UFS_ACL option for XEN3_DOMU, it'...



details:   https://anonhg.NetBSD.org/src/rev/d06215c39e89
branches:  trunk
changeset: 1026569:d06215c39e89
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Nov 29 20:03:15 2021 +0000

description:
enable UFS_ACL option for XEN3_DOMU, it's useful for e.g. running Samba in DomU

idea from Matthias Petermann via current-users@

diffstat:

 sys/arch/amd64/conf/XEN3_DOMU |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 78bffc9807aa -r d06215c39e89 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Mon Nov 29 05:59:58 2021 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Mon Nov 29 20:03:15 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.97 2021/01/20 13:22:08 nia Exp $
+# $NetBSD: XEN3_DOMU,v 1.98 2021/11/29 20:03:15 jdolecek Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -11,7 +11,7 @@
 #options       UVMHIST_PRINT
 #options       SYSCALL_DEBUG
 
-#ident         "XEN3_DOMU-$Revision: 1.97 $"
+#ident         "XEN3_DOMU-$Revision: 1.98 $"
 
 maxusers       32              # estimated number of users
 
@@ -80,6 +80,7 @@
 #options       FFS_EI          # FFS Endian Independent support
 options        WAPBL           # File system journaling support
 #options       UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
+options                UFS_ACL         # UFS Access Control Lists
 options        NFSSERVER       # Network File System server
 #options       FFS_NO_SNAPSHOT # No FFS snapshot support
 options        UFS_EXTATTR     # Extended attribute support for UFS1



Home | Main Index | Thread Index | Old Index