Imported Upstream version 2.4.3
[platform/upstream/audit.git] / auparse / clone-flagtab.h
1 /* clone-flagtab.h --
2  * Copyright 2007,2012-13 Red Hat Inc., Durham, North Carolina.
3  * All Rights Reserved.
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  *
19  * Authors:
20  *      Steve Grubb <sgrubb@redhat.com>
21  * Location: include/uapi/linux/sched.h
22  */
23
24 _S(0x00000100,  "CLONE_VM" )
25 _S(0x00000200,  "CLONE_FS" )
26 _S(0x00000400,  "CLONE_FILES" )
27 _S(0x00000800,  "CLONE_SIGHAND" )
28 _S(0x00002000,  "CLONE_PTRACE" )
29 _S(0x00004000,  "CLONE_VFORK" )
30 _S(0x00008000,  "CLONE_PARENT" )
31 _S(0x00010000,  "CLONE_THREAD" )
32 _S(0x00020000,  "CLONE_NEWNS" )
33 _S(0x00040000,  "CLONE_SYSVSEM" )
34 _S(0x00080000,  "CLONE_SETTLS" )
35 _S(0x00100000,  "CLONE_PARENT_SETTID" )
36 _S(0x00200000,  "CLONE_CHILD_CLEARTID" )
37 _S(0x00400000,  "CLONE_DETACHED" )
38 _S(0x00800000,  "CLONE_UNTRACED" )
39 _S(0x01000000,  "CLONE_CHILD_SETTID" )
40 _S(0x02000000,  "CLONE_STOPPED" )
41 _S(0x04000000,  "CLONE_NEWUTS" )
42 _S(0x08000000,  "CLONE_NEWIPC" )
43 _S(0x10000000,  "CLONE_NEWUSER" )
44 _S(0x20000000,  "CLONE_NEWPID" )
45 _S(0x40000000,  "CLONE_NEWNET" )
46 _S(0x80000000,  "CLONE_IO" )
47