]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/execute.h
doc,core: Read{Write,Only}Paths= and InaccessiblePaths=
[thirdparty/systemd.git] / src / core / execute.h
index cacf66cf5125bd31ba09be90efbc40e832a1ae94..73b8a119b064651f31a3bddaad7f0cc3231eb49c 100644 (file)
@@ -152,7 +152,7 @@ struct ExecContext {
         bool smack_process_label_ignore;
         char *smack_process_label;
 
-        char **read_write_dirs, **read_only_dirs, **inaccessible_dirs;
+        char **read_write_paths, **read_only_paths, **inaccessible_paths;
         unsigned long mount_flags;
 
         uint64_t capability_bounding_set;