security.h (82ffd0454bd9bd57780966d47bfd56d579dd4fb3) security.h (442155c1bd84f82bff2d05d0ec4d0090df17ecfa)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Security server interface.
4 *
5 * Author : Stephen Smalley, <sds@tycho.nsa.gov>
6 *
7 */
8

--- 45 unchanged lines hidden (view full) ---

54#define ROOTCONTEXT_MNT 0x04
55#define DEFCONTEXT_MNT 0x08
56#define SBLABEL_MNT 0x10
57/* Non-mount related flags */
58#define SE_SBINITIALIZED 0x0100
59#define SE_SBPROC 0x0200
60#define SE_SBGENFS 0x0400
61
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Security server interface.
4 *
5 * Author : Stephen Smalley, <sds@tycho.nsa.gov>
6 *
7 */
8

--- 45 unchanged lines hidden (view full) ---

54#define ROOTCONTEXT_MNT 0x04
55#define DEFCONTEXT_MNT 0x08
56#define SBLABEL_MNT 0x10
57/* Non-mount related flags */
58#define SE_SBINITIALIZED 0x0100
59#define SE_SBPROC 0x0200
60#define SE_SBGENFS 0x0400
61
62#define CONTEXT_STR "context="
63#define FSCONTEXT_STR "fscontext="
64#define ROOTCONTEXT_STR "rootcontext="
65#define DEFCONTEXT_STR "defcontext="
66#define LABELSUPP_STR "seclabel"
62#define CONTEXT_STR "context"
63#define FSCONTEXT_STR "fscontext"
64#define ROOTCONTEXT_STR "rootcontext"
65#define DEFCONTEXT_STR "defcontext"
66#define SECLABEL_STR "seclabel"
67
68struct netlbl_lsm_secattr;
69
70extern int selinux_enabled;
71
72/* Policy capabilities */
73enum {
74 POLICYDB_CAPABILITY_NETPEER,

--- 320 unchanged lines hidden ---
67
68struct netlbl_lsm_secattr;
69
70extern int selinux_enabled;
71
72/* Policy capabilities */
73enum {
74 POLICYDB_CAPABILITY_NETPEER,

--- 320 unchanged lines hidden ---