mirror of
https://github.com/systemd/systemd
synced 2025-09-22 05:14:44 +02:00
Compare commits
2 Commits
fd74a13e85
...
a3558e7952
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a3558e7952 | ||
![]() |
df883de98a |
@ -1930,7 +1930,7 @@ static int initialize_runtime(
|
|||||||
status_welcome();
|
status_welcome();
|
||||||
hostname_setup();
|
hostname_setup();
|
||||||
machine_id_setup(NULL, arg_machine_id, NULL);
|
machine_id_setup(NULL, arg_machine_id, NULL);
|
||||||
loopback_setup();
|
(void) loopback_setup();
|
||||||
bump_unix_max_dgram_qlen();
|
bump_unix_max_dgram_qlen();
|
||||||
bump_file_max_and_nr_open();
|
bump_file_max_and_nr_open();
|
||||||
test_usr();
|
test_usr();
|
||||||
|
@ -3000,7 +3000,7 @@ static int inner_child(
|
|||||||
return log_error_errno(errno, "setsid() failed: %m");
|
return log_error_errno(errno, "setsid() failed: %m");
|
||||||
|
|
||||||
if (arg_private_network)
|
if (arg_private_network)
|
||||||
loopback_setup();
|
(void) loopback_setup();
|
||||||
|
|
||||||
if (arg_expose_ports) {
|
if (arg_expose_ports) {
|
||||||
r = expose_port_send_rtnl(rtnl_socket);
|
r = expose_port_send_rtnl(rtnl_socket);
|
||||||
|
@ -18,7 +18,7 @@ IgnoreOnIsolate=yes
|
|||||||
User=%i
|
User=%i
|
||||||
PAMName=systemd-user
|
PAMName=systemd-user
|
||||||
Type=notify
|
Type=notify
|
||||||
ExecStart=-@rootlibexecdir@/systemd --user
|
ExecStart=@rootlibexecdir@/systemd --user
|
||||||
Slice=user-%i.slice
|
Slice=user-%i.slice
|
||||||
KillMode=mixed
|
KillMode=mixed
|
||||||
Delegate=pids memory
|
Delegate=pids memory
|
||||||
|
Loading…
x
Reference in New Issue
Block a user