blob: 44e12ec880907b2a88ac5d29a4dd7fd82badafb1 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Security server interface.
3 *
4 * Author : Stephen Smalley, <sds@epoch.ncsc.mil>
5 *
6 */
7
8#ifndef _SELINUX_SECURITY_H_
9#define _SELINUX_SECURITY_H_
10
11#include "flask.h"
12
13#define SECSID_NULL 0x00000000 /* unspecified SID */
14#define SECSID_WILD 0xffffffff /* wildcard SID */
15#define SECCLASS_NULL 0x0000 /* no class */
16
17#define SELINUX_MAGIC 0xf97cff8c
18
19/* Identify specific policy version changes */
20#define POLICYDB_VERSION_BASE 15
21#define POLICYDB_VERSION_BOOL 16
22#define POLICYDB_VERSION_IPV6 17
23#define POLICYDB_VERSION_NLCLASS 18
24#define POLICYDB_VERSION_VALIDATETRANS 19
25#define POLICYDB_VERSION_MLS 19
Stephen Smalley782ebb92005-09-03 15:55:16 -070026#define POLICYDB_VERSION_AVTAB 20
Darrel Goeddelf3f87712006-09-25 23:31:59 -070027#define POLICYDB_VERSION_RANGETRANS 21
Paul Moore3bb56b22008-01-29 08:38:19 -050028#define POLICYDB_VERSION_POLCAP 22
Linus Torvalds1da177e2005-04-16 15:20:36 -070029
30/* Range of policy versions we understand*/
31#define POLICYDB_VERSION_MIN POLICYDB_VERSION_BASE
Stephen Smalley016b9bd2006-09-25 23:31:58 -070032#ifdef CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX
33#define POLICYDB_VERSION_MAX CONFIG_SECURITY_SELINUX_POLICYDB_VERSION_MAX_VALUE
34#else
Paul Moore3bb56b22008-01-29 08:38:19 -050035#define POLICYDB_VERSION_MAX POLICYDB_VERSION_POLCAP
Stephen Smalley016b9bd2006-09-25 23:31:58 -070036#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070037
Eric Parise0007522008-03-05 10:31:54 -050038#define CONTEXT_MNT 0x01
39#define FSCONTEXT_MNT 0x02
40#define ROOTCONTEXT_MNT 0x04
41#define DEFCONTEXT_MNT 0x08
42
Paul Moore5778eab2007-02-28 15:14:22 -050043struct netlbl_lsm_secattr;
James Morrisbb22f582006-11-17 23:01:03 -050044
Linus Torvalds1da177e2005-04-16 15:20:36 -070045extern int selinux_enabled;
Linus Torvalds1da177e2005-04-16 15:20:36 -070046extern int selinux_mls_enabled;
47
Paul Moore3bb56b22008-01-29 08:38:19 -050048/* Policy capabilities */
49enum {
50 POLICYDB_CAPABILITY_NETPEER,
51 __POLICYDB_CAPABILITY_MAX
52};
53#define POLICYDB_CAPABILITY_MAX (__POLICYDB_CAPABILITY_MAX - 1)
54
55extern int selinux_policycap_netpeer;
56
Linus Torvalds1da177e2005-04-16 15:20:36 -070057int security_load_policy(void * data, size_t len);
58
Paul Moore3bb56b22008-01-29 08:38:19 -050059int security_policycap_supported(unsigned int req_cap);
60
Christopher J. PeBenitoe47c8fc2007-05-23 09:12:09 -040061#define SEL_VEC_MAX 32
Linus Torvalds1da177e2005-04-16 15:20:36 -070062struct av_decision {
63 u32 allowed;
64 u32 decided;
65 u32 auditallow;
66 u32 auditdeny;
67 u32 seqno;
68};
69
70int security_compute_av(u32 ssid, u32 tsid,
71 u16 tclass, u32 requested,
72 struct av_decision *avd);
73
74int security_transition_sid(u32 ssid, u32 tsid,
75 u16 tclass, u32 *out_sid);
76
77int security_member_sid(u32 ssid, u32 tsid,
78 u16 tclass, u32 *out_sid);
79
80int security_change_sid(u32 ssid, u32 tsid,
81 u16 tclass, u32 *out_sid);
82
83int security_sid_to_context(u32 sid, char **scontext,
84 u32 *scontext_len);
85
86int security_context_to_sid(char *scontext, u32 scontext_len,
87 u32 *out_sid);
88
Stephen Smalley869ab512008-04-04 08:46:05 -040089int security_context_to_sid_default(char *scontext, u32 scontext_len,
90 u32 *out_sid, u32 def_sid, gfp_t gfp_flags);
James Morrisf5c1d5b2005-07-28 01:07:37 -070091
Linus Torvalds1da177e2005-04-16 15:20:36 -070092int security_get_user_sids(u32 callsid, char *username,
93 u32 **sids, u32 *nel);
94
95int security_port_sid(u16 domain, u16 type, u8 protocol, u16 port,
96 u32 *out_sid);
97
Paul Mooree8bfdb92008-01-29 08:38:08 -050098int security_netif_sid(char *name, u32 *if_sid);
Linus Torvalds1da177e2005-04-16 15:20:36 -070099
100int security_node_sid(u16 domain, void *addr, u32 addrlen,
101 u32 *out_sid);
102
103int security_validate_transition(u32 oldsid, u32 newsid, u32 tasksid,
104 u16 tclass);
105
Venkat Yekkirala08554d62006-07-24 23:27:16 -0700106int security_sid_mls_copy(u32 sid, u32 mls_sid, u32 *new_sid);
107
Paul Moore220deb92008-01-29 08:38:23 -0500108int security_net_peersid_resolve(u32 nlbl_sid, u32 nlbl_type,
109 u32 xfrm_sid,
110 u32 *peer_sid);
111
Christopher J. PeBenito55fcf092007-05-23 09:12:06 -0400112int security_get_classes(char ***classes, int *nclasses);
113int security_get_permissions(char *class, char ***perms, int *nperms);
Eric Paris3f120702007-09-21 14:37:10 -0400114int security_get_reject_unknown(void);
115int security_get_allow_unknown(void);
Christopher J. PeBenito55fcf092007-05-23 09:12:06 -0400116
Linus Torvalds1da177e2005-04-16 15:20:36 -0700117#define SECURITY_FS_USE_XATTR 1 /* use xattr */
118#define SECURITY_FS_USE_TRANS 2 /* use transition SIDs, e.g. devpts/tmpfs */
119#define SECURITY_FS_USE_TASK 3 /* use task SIDs, e.g. pipefs/sockfs */
120#define SECURITY_FS_USE_GENFS 4 /* use the genfs support */
121#define SECURITY_FS_USE_NONE 5 /* no labeling support */
122#define SECURITY_FS_USE_MNTPOINT 6 /* use mountpoint labeling */
123
124int security_fs_use(const char *fstype, unsigned int *behavior,
125 u32 *sid);
126
127int security_genfs_sid(const char *fstype, char *name, u16 sclass,
128 u32 *sid);
129
Paul Moore5778eab2007-02-28 15:14:22 -0500130#ifdef CONFIG_NETLABEL
131int security_netlbl_secattr_to_sid(struct netlbl_lsm_secattr *secattr,
Paul Moore5778eab2007-02-28 15:14:22 -0500132 u32 *sid);
133
134int security_netlbl_sid_to_secattr(u32 sid,
135 struct netlbl_lsm_secattr *secattr);
136#else
137static inline int security_netlbl_secattr_to_sid(
138 struct netlbl_lsm_secattr *secattr,
Paul Moore5778eab2007-02-28 15:14:22 -0500139 u32 *sid)
140{
141 return -EIDRM;
142}
143
144static inline int security_netlbl_sid_to_secattr(u32 sid,
145 struct netlbl_lsm_secattr *secattr)
146{
147 return -ENOENT;
148}
149#endif /* CONFIG_NETLABEL */
150
James Carterf0ee2e42007-04-04 10:11:29 -0400151const char *security_get_initial_sid_context(u32 sid);
152
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153#endif /* _SELINUX_SECURITY_H_ */
154