Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* |
| 3 | * Multi-level security (MLS) policy operations. |
| 4 | * |
Stephen Smalley | 7efbb60 | 2017-08-17 13:32:36 -0400 | [diff] [blame] | 5 | * Author : Stephen Smalley, <sds@tycho.nsa.gov> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | */ |
| 7 | /* |
| 8 | * Updated: Trusted Computer Solutions, Inc. <dgoeddel@trustedcs.com> |
| 9 | * |
| 10 | * Support for enhanced MLS infrastructure. |
| 11 | * |
Darrel Goeddel | 376bd9c | 2006-02-24 15:44:05 -0600 | [diff] [blame] | 12 | * Copyright (C) 2004-2006 Trusted Computer Solutions, Inc. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | */ |
Venkat Yekkirala | 7420ed2 | 2006-08-04 23:17:57 -0700 | [diff] [blame] | 14 | /* |
Paul Moore | 82c21bf | 2011-08-01 11:10:33 +0000 | [diff] [blame] | 15 | * Updated: Hewlett-Packard <paul@paul-moore.com> |
Venkat Yekkirala | 7420ed2 | 2006-08-04 23:17:57 -0700 | [diff] [blame] | 16 | * |
Eric Paris | d497fc8 | 2008-04-22 17:46:15 -0400 | [diff] [blame] | 17 | * Added support to import/export the MLS label from NetLabel |
Venkat Yekkirala | 7420ed2 | 2006-08-04 23:17:57 -0700 | [diff] [blame] | 18 | * |
| 19 | * (c) Copyright Hewlett-Packard Development Company, L.P., 2006 |
| 20 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 21 | |
| 22 | #ifndef _SS_MLS_H_ |
| 23 | #define _SS_MLS_H_ |
| 24 | |
| 25 | #include "context.h" |
| 26 | #include "policydb.h" |
| 27 | |
| 28 | int mls_compute_context_len(struct context *context); |
| 29 | void mls_sid_to_context(struct context *context, char **scontext); |
| 30 | int mls_context_isvalid(struct policydb *p, struct context *c); |
Stephen Smalley | 45e5421 | 2007-11-07 10:08:00 -0500 | [diff] [blame] | 31 | int mls_range_isvalid(struct policydb *p, struct mls_range *r); |
| 32 | int mls_level_isvalid(struct policydb *p, struct mls_level *l); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | |
Stephen Smalley | 12b29f3 | 2008-05-07 13:03:20 -0400 | [diff] [blame] | 34 | int mls_context_to_sid(struct policydb *p, |
| 35 | char oldc, |
Eric Paris | d497fc8 | 2008-04-22 17:46:15 -0400 | [diff] [blame] | 36 | char **scontext, |
James Morris | f5c1d5b | 2005-07-28 01:07:37 -0700 | [diff] [blame] | 37 | struct context *context, |
| 38 | struct sidtab *s, |
| 39 | u32 def_sid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | |
Darrel Goeddel | 376bd9c | 2006-02-24 15:44:05 -0600 | [diff] [blame] | 41 | int mls_from_string(char *str, struct context *context, gfp_t gfp_mask); |
| 42 | |
Guido Trentalancia | 0719aaf | 2010-02-03 16:40:20 +0100 | [diff] [blame] | 43 | int mls_range_set(struct context *context, struct mls_range *range); |
| 44 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | int mls_convert_context(struct policydb *oldp, |
| 46 | struct policydb *newp, |
| 47 | struct context *context); |
| 48 | |
| 49 | int mls_compute_sid(struct context *scontext, |
| 50 | struct context *tcontext, |
| 51 | u16 tclass, |
| 52 | u32 specified, |
Harry Ciao | 6f5317e | 2011-03-02 13:32:33 +0800 | [diff] [blame] | 53 | struct context *newcontext, |
| 54 | bool sock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 55 | |
| 56 | int mls_setup_user_range(struct context *fromcon, struct user_datum *user, |
Eric Paris | d497fc8 | 2008-04-22 17:46:15 -0400 | [diff] [blame] | 57 | struct context *usercon); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | |
Paul Moore | 0275276 | 2006-11-29 13:18:18 -0500 | [diff] [blame] | 59 | #ifdef CONFIG_NETLABEL |
| 60 | void mls_export_netlbl_lvl(struct context *context, |
| 61 | struct netlbl_lsm_secattr *secattr); |
| 62 | void mls_import_netlbl_lvl(struct context *context, |
| 63 | struct netlbl_lsm_secattr *secattr); |
| 64 | int mls_export_netlbl_cat(struct context *context, |
| 65 | struct netlbl_lsm_secattr *secattr); |
| 66 | int mls_import_netlbl_cat(struct context *context, |
| 67 | struct netlbl_lsm_secattr *secattr); |
| 68 | #else |
| 69 | static inline void mls_export_netlbl_lvl(struct context *context, |
| 70 | struct netlbl_lsm_secattr *secattr) |
| 71 | { |
| 72 | return; |
| 73 | } |
| 74 | static inline void mls_import_netlbl_lvl(struct context *context, |
| 75 | struct netlbl_lsm_secattr *secattr) |
| 76 | { |
| 77 | return; |
| 78 | } |
| 79 | static inline int mls_export_netlbl_cat(struct context *context, |
| 80 | struct netlbl_lsm_secattr *secattr) |
| 81 | { |
| 82 | return -ENOMEM; |
| 83 | } |
| 84 | static inline int mls_import_netlbl_cat(struct context *context, |
| 85 | struct netlbl_lsm_secattr *secattr) |
| 86 | { |
| 87 | return -ENOMEM; |
| 88 | } |
| 89 | #endif |
Venkat Yekkirala | 7420ed2 | 2006-08-04 23:17:57 -0700 | [diff] [blame] | 90 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 91 | #endif /* _SS_MLS_H */ |
| 92 | |