]> git.ipfire.org Git - thirdparty/systemd.git/commit
sysusers: add a generic specifier table for common cases
authorLennart Poettering <lennart@poettering.net>
Wed, 26 May 2021 15:08:38 +0000 (17:08 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 26 May 2021 15:20:36 +0000 (17:20 +0200)
commit2caed041c0b04a993d11d8cf4174a617bf3cf40b
tree371220b377ed3ac209f3bd19edab25b08a4eaf83
parent3dfeb0449189c6610fa46342389fdf434483b87e
sysusers: add a generic specifier table for common cases

This moves the definition of the specifier table consisting only of
system and /tmp specifiers into generic code so that we can share it.
This patch only adds one user of it for now. Follow-up patches will add
more.
src/shared/specifier.c
src/shared/specifier.h
src/sysusers/sysusers.c