mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
socket: use 666 socket mode by default since neither fifos, nor sockets, nor mqueues need to be executable
This commit is contained in:
@@ -69,7 +69,7 @@ static void socket_init(Unit *u) {
|
||||
s->backlog = SOMAXCONN;
|
||||
s->timeout_usec = DEFAULT_TIMEOUT_USEC;
|
||||
s->directory_mode = 0755;
|
||||
s->socket_mode = 0777;
|
||||
s->socket_mode = 0666;
|
||||
|
||||
s->max_connections = 64;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user