1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

core/namespace: unapplicable -> inapplicable

Follow-up for dfdeb0b1cb.
This commit is contained in:
Yu Watanabe
2025-05-22 01:20:43 +09:00
parent eea9eb1f05
commit 8d9e00ea55

View File

@@ -114,7 +114,7 @@ typedef struct MountEntry {
LIST_HEAD(MountOptions, image_options_const);
char **overlay_layers;
VeritySettings verity;
ImageClass filter_class; /* Used for live updates to skip unapplicable images */
ImageClass filter_class; /* Used for live updates to skip inapplicable images */
bool idmapped;
uid_t idmap_uid;
gid_t idmap_gid;