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: [email protected]
Reporter: [email protected]
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.