From ba75aa1ab0dcef8ad8c8fbb11e8895413ad26787 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Thu, 27 Jan 2022 15:44:09 +0100 Subject: root_test: add TestOverlay ; syscallcompat: add QuirkNoUserXattr --- internal/syscallcompat/quirks_linux.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'internal/syscallcompat/quirks_linux.go') diff --git a/internal/syscallcompat/quirks_linux.go b/internal/syscallcompat/quirks_linux.go index bcdcf07..5ef2d8a 100644 --- a/internal/syscallcompat/quirks_linux.go +++ b/internal/syscallcompat/quirks_linux.go @@ -27,5 +27,9 @@ func DetectQuirks(cipherdir string) (q uint64) { q |= QuirkBrokenFalloc } + if uint32(st.Type) == unix.TMPFS_MAGIC { + logQuirk("tmpfs detected, no extended attributes except acls will work.") + } + return q } -- cgit v1.2.3