summaryrefslogtreecommitdiff
path: root/src/nspawn/nspawn-def.h
blob: 68b6206e0ae117361271e8b983a65dabee8b2e44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

/***
  Copyright 2017 Lennart Poettering
***/

#include <sys/types.h>

/* While we are chmod()ing a directory tree, we set the top-level UID base to this "busy" base, so that we can always
 * recognize trees we are were chmod()ing recursively and got interrupted in */
#define UID_BUSY_BASE ((uid_t) UINT32_C(0xFFFE0000))
#define UID_BUSY_MASK ((uid_t) UINT32_C(0xFFFF0000))