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

pv-utils: Sort reserved paths alphabetically

parent 5373a586
Branches
Tags
1 merge request!745pv-utils: Reserve /var/lib/dbus, /var/run
...@@ -94,10 +94,10 @@ pv_get_reserved_paths (void) ...@@ -94,10 +94,10 @@ pv_get_reserved_paths (void)
"/sbin", "/sbin",
/* Used to mount the runtime */ /* Used to mount the runtime */
"/usr", "/usr",
/* Used to mount parts of the graphics stack provider */
"/var/pressure-vessel",
/* We need to manage this for compatibility with ClearLinux ld.so */ /* We need to manage this for compatibility with ClearLinux ld.so */
"/var/cache/ldconfig", "/var/cache/ldconfig",
/* Used to mount parts of the graphics stack provider */
"/var/pressure-vessel",
NULL NULL
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment