summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-patch-uid.c
Commit message (Expand)AuthorAgeFilesLines
* nspawn: guard acl_free() with a NULL checkLennart Poettering2023-01-061-1/+3
* tree-wide: use -EBADF for fd initializationZbigniew Jędrzejewski-Szmek2022-12-191-2/+2
* tree-wide: make FOREACH_DIRENT_ALL define the iterator variableZbigniew Jędrzejewski-Szmek2021-12-151-2/+0
* tree-wide: port things over to FORMAT_PROC_FD_PATH()Lennart Poettering2021-08-191-14/+6
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* *: convert amenable fdopendir() calls to take_fdopendir()Vito Caputo2020-03-311-2/+2
* tree-wide: drop magic.h when missing_magic.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop stat.h or statfs.h when stat-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop acl.h when acl-util.h is includedYu Watanabe2019-11-041-3/+0
* tree-wide: drop missing.hYu Watanabe2019-10-311-1/+1
* codespell: fix spelling errorsBen Boeckel2019-04-291-1/+1
* tree-wide: fix false search hits with ppp (typos)Topi Miettinen2019-03-181-1/+1
* tree-wide: remove various unused functionsLennart Poettering2018-12-021-4/+0
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* tree-wide: make use of new STRLEN() macro everywhere (#7639)Lennart Poettering2017-12-141-2/+2
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* nspawn: make recursive chown()ing logic safe for being aborted in the middleLennart Poettering2017-11-171-46/+75
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-2/+2
* nspawn: properly report all kinds of changed UID/GID when patching things for...Lennart Poettering2017-10-021-0/+2
* fs-util: unify code we use to check if dirent's d_name is "." or ".."Lennart Poettering2017-02-021-1/+1
* nspawn: fix uid patching logic (#3599)Lennart Poettering2016-06-251-3/+6
* nspawn: rename is_procfs_sysfs_or_suchlike() to is_fs_fully_userns_compatible()Djalal Harouni2016-05-261-3/+9
* nspawn: a bench of special fileystems that should not be shiftedDjalal Harouni2016-05-261-0/+3
* nspawn: when readjusting UID/GID ownership of OS trees, skip read-only subtreesLennart Poettering2016-04-251-3/+15
* nspawn: don't try to patch UIDs/GIDs of procfs and suchlikeLennart Poettering2016-04-251-2/+42
* nspawn: optionally fix up OS tree uid/gids for usernsLennart Poettering2016-04-251-0/+417