aboutsummaryrefslogtreecommitdiffstats
path: root/src/securetty.c
Commit message (Collapse)AuthorAgeFilesLines
* securetty: check if the device is in the file before attempting to write to itBill Nottingham2013-07-151-21/+37
| | | | This avoids spurious failures on RO root systems.
* Revert patches which should not be in 6.4Lukas Nykryn2012-10-081-37/+21
| | | | | | | | | | | | | | | | | | | | | | Revert "Process rule6-* for sit devices (#840009)" This reverts commit f082f9e64eadbf68ef9bb67744c97c0974af9115. Revert "securetty: check if the device is in the file before attempting to write to it" This reverts commit 10c72ce532c1d4f6d0b17fdc9448c9bd2d0b5ef5. Revert "Killproc -d should parse same values as sleep" This reverts commit 763b7dcf6bf9e47d90546be1aabf1f724dd527f8. Revert "Make killproc more granular when delay is passed. (#428029, <xjakub@fi.muni.cz>)" This reverts commit 6e62c51f3162081cc05ef546929aa98b8448b1cb. Revert "Allow dhclient configuration files for DHCPv6 as well. (#815676)" This reverts commit 9987361e94ec6f26e557053b27af6e43a9ee13e1.
* securetty: check if the device is in the file before attempting to write to itBill Nottingham2012-08-071-21/+37
| | | | This avoids spurious failures on RO root systems.
* License cleanup.Bill Nottingham2010-01-051-0/+17
|
* Add a 'securetty' command that frobs /etc/securetty. Call it from the serial ↵Bill Nottingham2008-04-031-0/+94
event. (#437381)