mirror of
https://github.com/morgan9e/systemd
synced 2026-04-16 01:16:10 +09:00
This adds a new call get_user_creds_clean(), which is just like get_user_creds() but returns NULL in the home/shell parameters if they contain no useful information. This code previously lived in execute.c, but by generalizing this we can reuse it in run.c.