]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: allow to customize the access mode for tty/pts devices
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Dec 2024 02:50:53 +0000 (11:50 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 16 Dec 2024 21:36:07 +0000 (21:36 +0000)
commita4d18914751e687c9e44f22fe4e5f95b843a45c8
tree637fbd73f34dcde8cd0a08dccca72405f0d0939f
parent0543b02cf8211353c0bb1065e09614f551944a41
meson: allow to customize the access mode for tty/pts devices

Then, switch the default value to "0600", due to general security
concerns about terminals being written to by other users.

Closing #35599.
NEWS
meson.build
meson_options.txt
rules.d/50-udev-default.rules.in
src/basic/terminal-util.h
src/nspawn/nspawn.c
src/shared/mount-setup.c
tools/meson-render-jinja2.py