1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-12 15:21:19 +03:00
The systemd System and Service Manager
Go to file
Lennart Poettering 660021d371 util: always enforce O_NOCTTY and O_CLOEXEC in openpt_in_namespace()
The child process is shortliving, hence always set O_NOCTTY so that the
tty doesn't quickly become controlling TTY and then gives it up again.
Also set O_CLOEXEC, because it's cleaner, and doesn't affect the parent
anyway.
2015-10-07 20:08:49 +02:00
catalog
coccinelle
docs
factory/etc
hwdb
m4
man
network
po
rules
shell-completion
src util: always enforce O_NOCTTY and O_CLOEXEC in openpt_in_namespace() 2015-10-07 20:08:49 +02:00
sysctl.d
system-preset
sysusers.d
test
tmpfiles.d
tools
units
xorg
.dir-locals.el
.gitattributes
.gitignore
.mailmap
.travis.yml
.vimrc
.ycm_extra_conf.py
autogen.sh
CODING_STYLE
configure.ac
DISTRO_PORTING
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile-man.am
Makefile.am
NEWS
README
README.md
TODO

systemd - System and Service Manager

Build Status
Coverity Scan Status

Details

  • General information about systemd can be found in the systemd Wiki
  • Information about build requirements are provided in the README file