missing: add FS_PROJINHERIT_FL

It's available since kernel 4.5, but not in older kernels.
This commit is contained in:
Lennart Poettering 2019-03-28 18:34:33 +01:00
parent 48da47eeca
commit c3272fd4df
1 changed files with 4 additions and 0 deletions

View File

@ -61,3 +61,7 @@
#ifndef NS_GET_NSTYPE /* d95fa3c76a66b6d76b1e109ea505c55e66360f3c (4.11) */
#define NS_GET_NSTYPE _IO(0xb7, 0x3)
#endif
#ifndef FS_PROJINHERIT_FL
#define FS_PROJINHERIT_FL 0x20000000
#endif