Skip to content
Snippets Groups Projects
Commit f829ac7a authored by Simon McVittie's avatar Simon McVittie
Browse files

pv-utils: Reserve /var/run


If the user has /var/run as a directory (not a symlink), and if they
(unwisely) run with --filesystem=/var/run, then that would prevent us
from creating the symlink `/var/run -> ../run`.

steamrt/tasks#493

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent e34ff8ef
No related branches found
No related tags found
1 merge request!745pv-utils: Reserve /var/lib/dbus, /var/run
Pipeline #98098 passed
......@@ -100,6 +100,8 @@ pv_get_reserved_paths (void)
"/var/lib/dbus",
/* Used to mount parts of the graphics stack provider */
"/var/pressure-vessel",
/* Hard-coded to be a symlink to ../run, see bind_runtime_base() */
"/var/run",
NULL
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment