mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-21 18:03:41 +03:00
socket: properly label socket symlinks
This commit is contained in:
parent
75514a707c
commit
43b133b4e0
@ -1120,7 +1120,7 @@ static int socket_symlink(Socket *s) {
|
||||
return 0;
|
||||
|
||||
STRV_FOREACH(i, s->symlinks)
|
||||
symlink(p, *i);
|
||||
symlink_label(p, *i);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user