[Bug 276965] tmpfs created with wrong permissions on top level
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 276965] tmpfs created with wrong permissions on top level"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 May 2026 14:54:19 UTC
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.