Imported Upstream version 2.4.3
[platform/upstream/audit.git] / auparse / mounttab.h
1 /* mounttab.h --
2  * Copyright 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/fs.h
22  * NOTE: When updating this table, update interpret.c:print_mount()
23  */
24
25 _S(MS_RDONLY, "MS_RDONLY")
26 _S(MS_NOSUID, "MS_NOSUID")
27 _S(MS_NODEV, "MS_NODEV" )
28 _S(MS_NOEXEC, "MS_NOEXEC")
29 _S(MS_SYNCHRONOUS, "MS_SYNCHRONOUS")
30 _S(MS_REMOUNT, "MS_REMOUNT")
31 _S(MS_MANDLOCK, "MS_MANDLOCK")
32 _S(MS_DIRSYNC, "MS_DIRSYNC")
33 _S(MS_NOATIME, "MS_NOATIME")
34 _S(MS_NODIRATIME, "MS_NODIRATIME")
35 _S(MS_BIND, "MS_BIND")
36 _S(MS_MOVE, "MS_MOVE")
37 _S(MS_REC, "MS_REC")
38 _S(MS_SILENT, "MS_SILENT")
39 _S(MS_POSIXACL, "MS_POSIXACL")
40 _S(MS_UNBINDABLE, "MS_UNBINDABLE")
41 _S(MS_PRIVATE, "MS_PRIVATE")
42 _S(MS_SLAVE, "MS_SLAVE")
43 _S(MS_SHARED, "MS_SHARED")
44 _S(MS_RELATIME, "MS_RELATIME")
45 _S(MS_KERNMOUNT, "MS_KERNMOUNT")
46 _S(MS_I_VERSION, "MS_I_VERSION")
47 _S((1<<24), "MS_STRICTATIME")
48 _S((1<<27), "MS_SNAP_STABLE")
49 _S((1<<28), "MS_NOSEC")
50 _S((1<<29), "MS_BORN")
51 _S(MS_ACTIVE, "MS_ACTIVE")
52 _S(MS_NOUSER, "MS_NOUSER")
53