]> git.ipfire.org Git - thirdparty/systemd.git/commit - README
README: fix context for CONFIG_DEVPTS_MULTIPLE_INSTANCES
authorAlan Jenkins <alan.christopher.jenkins@gmail.com>
Mon, 15 Jan 2018 16:55:11 +0000 (16:55 +0000)
committerAlan Jenkins <alan.christopher.jenkins@gmail.com>
Wed, 17 Jan 2018 18:04:27 +0000 (18:04 +0000)
commit45a582d5369b501743ac4dded3a481e6a589c029
treeeb0063122ecd2f121833a6420b9d1a7aacb82778
parent98b1d2b8d9ea27087a5980b4b902b6a6ab716e03
README: fix context for CONFIG_DEVPTS_MULTIPLE_INSTANCES

`newinstance` (and `ptmxmode`) options of devpts are _not_ used by
PrivateDevices=.  (/dev/pts is shared, similar to how /dev/shm and
/dev/mqueue are handled).  It is used by nspawn containers though.

Also CONFIG_DEVPTS_MULTIPLE_INSTANCES was removed in 4.7-rc2
https://github.com/torvalds/linux/commit/eedf265aa003b4781de24cfed40a655a664457e6
and no longer needs to be set, so make that clearer to avoid confusion.
README