Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2026 18:12:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 295583] The ZFS /home dataset allows devices and setuid binaries
Message-ID:  <bug-295583-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | raw e-mail

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

            Bug ID: 295583
           Summary: The ZFS /home dataset allows devices and setuid
                    binaries
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: conf
          Assignee: bugs@FreeBSD.org
          Reporter: rbranco@suse.com

To reproduce:

$ zfs get setuid,devices zroot/home
NAME        PROPERTY  VALUE    SOURCE
zroot/home  setuid    on       default
zroot/home  devices   on       default

Fix:

$ doas zfs set devices=off zroot/home
$ doas zfs set setuid=off zroot/home

-- 
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-295583-227>