summaryrefslogtreecommitdiffstats
path: root/src/shared/mkdir-label.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mkdir-label: Add mkdir_parents_safe_label()Daan De Meyer2023-01-281-0/+3
|
* mkdir: Add mkdirat_parents()Daan De Meyer2022-11-091-1/+4
|
* mkdir: Add mkdirat_safe()Daan De Meyer2022-11-091-1/+4
|
* shared: clean up mkdir.h/label.h situationLennart Poettering2021-11-161-0/+17
Previously the mkdir_label() family of calls was implemented in src/shared/mkdir-label.c but its functions partly declared ins src/shared/label.h and partly in src/basic/mkdir.h (!!). That's weird (and wrong). Let's clean this up, and add a proper mkdir-label.h matching the .c file.