remove support for sockets in pseudofiles

(1) we can't make them on a real filesystem except by running
something that calls socket()
(2) whyever would we want to?
This commit is contained in:
Daniel Barlow 2023-04-04 23:23:22 +01:00
parent aa1a2e5d75
commit 25d9da967c
3 changed files with 1 additions and 6 deletions

View file

@ -17,7 +17,6 @@
s6-linux-init-shutdownd = dir {
fifo = {
type = "i";
subtype = "f";
mode = "0600";
};
run = {
@ -31,7 +30,6 @@
s6-svscan-log = dir {
fifo = {
type = "i";
subtype = "f";
mode = "0600";
};
notification-fd = { file = "3"; };