[Bug 295583] The ZFS /home dataset allows devices and setuid binaries

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 25 May 2026 18:12:21 UTC
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.