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

pv-runtime: Don't try to mask /etc/vulkan/*.d


Since updating our Flatpak-derived code, every time we start a container
we log messages like:

    N: Not replacing "/etc/vulkan/implicit_layer.d" with tmpfs: Path "/etc" is reserved by the container framework

We only import selected directories from /etc into the container's /etc,
and none of the directories below /etc/vulkan are among them, so there
is actually no need to mask these directories. Silence the warning by
not attempting to mask them.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 9b2356c7
No related branches found
No related tags found
1 merge request!727pv-runtime: Don't try to mask /etc/vulkan/*.d
Pipeline #95515 passed
Loading
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