]> git.ipfire.org Git - thirdparty/util-linux.git/commit
setpriv: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV
authorGünther Noack <gnoack3000@gmail.com>
Sat, 2 Aug 2025 15:43:05 +0000 (17:43 +0200)
committerGünther Noack <gnoack3000@gmail.com>
Sat, 2 Aug 2025 15:53:30 +0000 (17:53 +0200)
commit409462cc073c8d0067ab9d87b4d408d61b6545a9
treed8a4daa5affe284c6b3c90dbfa1b5f5acf217cec
parent4c425142844d045b4f898e84c8f29293265214c0
setpriv: Add support for LANDLOCK_ACCESS_FS_IOCTL_DEV

The LANDLOCK_ACCESS_FS_IOCTL_DEV access right controls whether the
process may use IOCTL on opened device files.  It is available since
Linux 6.10.

Compatibility remark:
With this change, using the --landlock-access="fs" shortcut now
requires Linux 6.10+, where it previously required Linux 6.2+.
sys-utils/setpriv-landlock.c