Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 May 2026 14:54:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 276965] tmpfs created with wrong permissions on top level
Message-ID:  <bug-276965-227-qJcxEuYQAd@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-276965-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276965

Martin Birgmeier <d8zNeCFG@aon.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|14.0-STABLE                 |15.1-STABLE

--- Comment #2 from Martin Birgmeier <d8zNeCFG@aon.at> ---
(In reply to Mark Linimon from comment #1)

This is now stable/15 @ f1d188c4ddbf. The issue is still present, see the
following:

[0]# grep '^auto' /etc/fstab
auto                    /tmp            mfs     rw,-s=768m              0 0
auto /usr/tmp/net/orion/z/SRC/FreeBSD/ports mfs rw,noauto,-s=44g        0 0
[0]# df -t tmpfs
Filesystem 1K-blocks Used    Avail Capacity  Mounted on
tmpfs         786432    4   786428     0%    /tmp
tmpfs       52678388    4 52678384     0%    /compat/linux/dev/shm
[0]# ll -d /tmp
drwxrwxrwt  7 root wheel 320 May 17 16:49 /tmp
[0]# ll -d /usr/tmp/net/orion/z/SRC/FreeBSD/ports 
drwxr-xr-x  2 root wheel 512 May 12 19:17
/usr/tmp/net/orion/z/SRC/FreeBSD/ports
[0]# mount /usr/tmp/net/orion/z/SRC/FreeBSD/ports 
[0]# ll -d /usr/tmp/net/orion/z/SRC/FreeBSD/ports
drwxrwxrwt  2 root wheel 0 May 17 16:52 /usr/tmp/net/orion/z/SRC/FreeBSD/ports
[0]# 

-- Martin

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-276965-227-qJcxEuYQAd>