]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/nspawn/nspawn-def.h
nspawn: switch to BusLocator-oriented helpers
[thirdparty/systemd.git] / src / nspawn / nspawn-def.h
CommitLineData
3603efde
LP
1#pragma once
2
3603efde
LP
3#include <sys/types.h>
4
3603efde
LP
5/* While we are chmod()ing a directory tree, we set the top-level UID base to this "busy" base, so that we can always
6 * recognize trees we are were chmod()ing recursively and got interrupted in */
7#define UID_BUSY_BASE ((uid_t) UINT32_C(0xFFFE0000))
8#define UID_BUSY_MASK ((uid_t) UINT32_C(0xFFFF0000))