]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/basic/missing_prctl.h
core: move reset_arguments() to the end of main's finish
[thirdparty/systemd.git] / src / basic / missing_prctl.h
CommitLineData
2a03bb3e
YW
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
4#include <linux/prctl.h>
5
6/* 58319057b7847667f0c9585b9de0e8932b0fdb08 (4.3) */
7#ifndef PR_CAP_AMBIENT
8#define PR_CAP_AMBIENT 47
9
10#define PR_CAP_AMBIENT_IS_SET 1
11#define PR_CAP_AMBIENT_RAISE 2
12#define PR_CAP_AMBIENT_LOWER 3
13#define PR_CAP_AMBIENT_CLEAR_ALL 4
14#endif