Thomas Gleixner | a10e763 | 2019-05-31 01:09:32 -0700 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | /* Updated: Karl MacMillan <kmacmillan@tresys.com> |
| 3 | * |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 4 | * Added conditional policy language extensions |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | * |
Paul Moore | 82c21bf | 2011-08-01 11:10:33 +0000 | [diff] [blame] | 6 | * Updated: Hewlett-Packard <paul@paul-moore.com> |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 7 | * |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 8 | * Added support for the policy capability bitmap |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 9 | * |
| 10 | * Copyright (C) 2007 Hewlett-Packard Development Company, L.P. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | * Copyright (C) 2003 - 2004 Tresys Technology, LLC |
| 12 | * Copyright (C) 2004 Red Hat, Inc., James Morris <jmorris@redhat.com> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 13 | */ |
| 14 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 15 | #include <linux/kernel.h> |
| 16 | #include <linux/pagemap.h> |
| 17 | #include <linux/slab.h> |
| 18 | #include <linux/vmalloc.h> |
| 19 | #include <linux/fs.h> |
David Howells | 920f50b | 2019-03-25 16:38:30 +0000 | [diff] [blame] | 20 | #include <linux/fs_context.h> |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 21 | #include <linux/mount.h> |
Ingo Molnar | bb003079 | 2006-03-22 00:09:14 -0800 | [diff] [blame] | 22 | #include <linux/mutex.h> |
Daniel Burgener | 0eea609 | 2020-08-19 15:59:35 -0400 | [diff] [blame^] | 23 | #include <linux/namei.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 24 | #include <linux/init.h> |
| 25 | #include <linux/string.h> |
| 26 | #include <linux/security.h> |
| 27 | #include <linux/major.h> |
| 28 | #include <linux/seq_file.h> |
| 29 | #include <linux/percpu.h> |
Steve Grubb | af601e4 | 2006-01-04 14:08:39 +0000 | [diff] [blame] | 30 | #include <linux/audit.h> |
Eric Paris | f526971 | 2008-05-14 11:27:45 -0400 | [diff] [blame] | 31 | #include <linux/uaccess.h> |
Greg Kroah-Hartman | 7a627e3 | 2011-05-10 15:34:16 -0700 | [diff] [blame] | 32 | #include <linux/kobject.h> |
Kohei Kaigai | 0f7e4c3 | 2011-05-26 14:59:25 -0400 | [diff] [blame] | 33 | #include <linux/ctype.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 34 | |
| 35 | /* selinuxfs pseudo filesystem for exporting the security policy API. |
| 36 | Based on the proc code and the fs/nfsd/nfsctl.c code. */ |
| 37 | |
| 38 | #include "flask.h" |
| 39 | #include "avc.h" |
| 40 | #include "avc_ss.h" |
| 41 | #include "security.h" |
| 42 | #include "objsec.h" |
| 43 | #include "conditional.h" |
| 44 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | enum sel_inos { |
| 46 | SEL_ROOT_INO = 2, |
| 47 | SEL_LOAD, /* load policy */ |
| 48 | SEL_ENFORCE, /* get or set enforcing status */ |
| 49 | SEL_CONTEXT, /* validate context */ |
| 50 | SEL_ACCESS, /* compute access decision */ |
| 51 | SEL_CREATE, /* compute create labeling decision */ |
| 52 | SEL_RELABEL, /* compute relabeling decision */ |
| 53 | SEL_USER, /* compute reachable user contexts */ |
| 54 | SEL_POLICYVERS, /* return policy version for this kernel */ |
| 55 | SEL_COMMIT_BOOLS, /* commit new boolean values */ |
| 56 | SEL_MLS, /* return if MLS policy is enabled */ |
| 57 | SEL_DISABLE, /* disable SELinux until next reboot */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | SEL_MEMBER, /* compute polyinstantiation membership decision */ |
| 59 | SEL_CHECKREQPROT, /* check requested protection, not kernel-applied one */ |
James Morris | 4e5ab4c | 2006-06-09 00:33:33 -0700 | [diff] [blame] | 60 | SEL_COMPAT_NET, /* whether to use old compat network packet controls */ |
Eric Paris | 3f12070 | 2007-09-21 14:37:10 -0400 | [diff] [blame] | 61 | SEL_REJECT_UNKNOWN, /* export unknown reject handling to userspace */ |
| 62 | SEL_DENY_UNKNOWN, /* export unknown deny handling to userspace */ |
KaiGai Kohei | 1190416 | 2010-09-14 18:28:39 +0900 | [diff] [blame] | 63 | SEL_STATUS, /* export current status using mmap() */ |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 64 | SEL_POLICY, /* allow userspace to read the in kernel policy */ |
Andrew Perepechko | f9df645 | 2015-12-24 11:09:41 -0500 | [diff] [blame] | 65 | SEL_VALIDATE_TRANS, /* compute validatetrans decision */ |
James Carter | 6174eaf | 2007-04-04 16:18:39 -0400 | [diff] [blame] | 66 | SEL_INO_NEXT, /* The next inode number to use */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | }; |
| 68 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 69 | struct selinux_fs_info { |
| 70 | struct dentry *bool_dir; |
| 71 | unsigned int bool_num; |
| 72 | char **bool_pending_names; |
| 73 | unsigned int *bool_pending_values; |
| 74 | struct dentry *class_dir; |
| 75 | unsigned long last_class_ino; |
| 76 | bool policy_opened; |
| 77 | struct dentry *policycap_dir; |
| 78 | struct mutex mutex; |
| 79 | unsigned long last_ino; |
| 80 | struct selinux_state *state; |
| 81 | struct super_block *sb; |
| 82 | }; |
| 83 | |
| 84 | static int selinux_fs_info_create(struct super_block *sb) |
| 85 | { |
| 86 | struct selinux_fs_info *fsi; |
| 87 | |
| 88 | fsi = kzalloc(sizeof(*fsi), GFP_KERNEL); |
| 89 | if (!fsi) |
| 90 | return -ENOMEM; |
| 91 | |
| 92 | mutex_init(&fsi->mutex); |
| 93 | fsi->last_ino = SEL_INO_NEXT - 1; |
| 94 | fsi->state = &selinux_state; |
| 95 | fsi->sb = sb; |
| 96 | sb->s_fs_info = fsi; |
| 97 | return 0; |
| 98 | } |
| 99 | |
| 100 | static void selinux_fs_info_free(struct super_block *sb) |
| 101 | { |
| 102 | struct selinux_fs_info *fsi = sb->s_fs_info; |
| 103 | int i; |
| 104 | |
| 105 | if (fsi) { |
| 106 | for (i = 0; i < fsi->bool_num; i++) |
| 107 | kfree(fsi->bool_pending_names[i]); |
| 108 | kfree(fsi->bool_pending_names); |
| 109 | kfree(fsi->bool_pending_values); |
| 110 | } |
| 111 | kfree(sb->s_fs_info); |
| 112 | sb->s_fs_info = NULL; |
| 113 | } |
James Carter | 6174eaf | 2007-04-04 16:18:39 -0400 | [diff] [blame] | 114 | |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 115 | #define SEL_INITCON_INO_OFFSET 0x01000000 |
| 116 | #define SEL_BOOL_INO_OFFSET 0x02000000 |
| 117 | #define SEL_CLASS_INO_OFFSET 0x04000000 |
| 118 | #define SEL_POLICYCAP_INO_OFFSET 0x08000000 |
| 119 | #define SEL_INO_MASK 0x00ffffff |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 120 | |
Daniel Burgener | 613ba18 | 2020-08-19 15:59:34 -0400 | [diff] [blame] | 121 | #define BOOL_DIR_NAME "booleans" |
| 122 | #define CLASS_DIR_NAME "class" |
| 123 | #define POLICYCAP_DIR_NAME "policy_capabilities" |
| 124 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 125 | #define TMPBUFLEN 12 |
| 126 | static ssize_t sel_read_enforce(struct file *filp, char __user *buf, |
| 127 | size_t count, loff_t *ppos) |
| 128 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 129 | struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 130 | char tmpbuf[TMPBUFLEN]; |
| 131 | ssize_t length; |
| 132 | |
Stephen Smalley | aa8e712 | 2018-03-01 18:48:02 -0500 | [diff] [blame] | 133 | length = scnprintf(tmpbuf, TMPBUFLEN, "%d", |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 134 | enforcing_enabled(fsi->state)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 135 | return simple_read_from_buffer(buf, count, ppos, tmpbuf, length); |
| 136 | } |
| 137 | |
| 138 | #ifdef CONFIG_SECURITY_SELINUX_DEVELOP |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 139 | static ssize_t sel_write_enforce(struct file *file, const char __user *buf, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 140 | size_t count, loff_t *ppos) |
| 141 | |
| 142 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 143 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
| 144 | struct selinux_state *state = fsi->state; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 145 | char *page = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 146 | ssize_t length; |
Stephen Smalley | aa8e712 | 2018-03-01 18:48:02 -0500 | [diff] [blame] | 147 | int old_value, new_value; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 148 | |
Davi Arnaut | bfd5162 | 2005-10-30 14:59:24 -0800 | [diff] [blame] | 149 | if (count >= PAGE_SIZE) |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 150 | return -ENOMEM; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 151 | |
| 152 | /* No partial writes. */ |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 153 | if (*ppos != 0) |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 154 | return -EINVAL; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 155 | |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 156 | page = memdup_user_nul(buf, count); |
| 157 | if (IS_ERR(page)) |
| 158 | return PTR_ERR(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 159 | |
| 160 | length = -EINVAL; |
| 161 | if (sscanf(page, "%d", &new_value) != 1) |
| 162 | goto out; |
| 163 | |
Stephen Smalley | ea49d10ee | 2016-11-18 09:30:38 -0500 | [diff] [blame] | 164 | new_value = !!new_value; |
| 165 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 166 | old_value = enforcing_enabled(state); |
Stephen Smalley | aa8e712 | 2018-03-01 18:48:02 -0500 | [diff] [blame] | 167 | if (new_value != old_value) { |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 168 | length = avc_has_perm(&selinux_state, |
| 169 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 170 | SECCLASS_SECURITY, SECURITY__SETENFORCE, |
| 171 | NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 172 | if (length) |
| 173 | goto out; |
Richard Guy Briggs | cdfb6b3 | 2018-05-12 21:58:20 -0400 | [diff] [blame] | 174 | audit_log(audit_context(), GFP_KERNEL, AUDIT_MAC_STATUS, |
Richard Guy Briggs | 4195ed4 | 2018-04-09 19:34:22 -0400 | [diff] [blame] | 175 | "enforcing=%d old_enforcing=%d auid=%u ses=%u" |
Stephen Smalley | 6c5a682 | 2019-12-17 09:15:10 -0500 | [diff] [blame] | 176 | " enabled=1 old-enabled=1 lsm=selinux res=1", |
Stephen Smalley | aa8e712 | 2018-03-01 18:48:02 -0500 | [diff] [blame] | 177 | new_value, old_value, |
Eric W. Biederman | 581abc0 | 2012-08-20 00:09:36 -0700 | [diff] [blame] | 178 | from_kuid(&init_user_ns, audit_get_loginuid(current)), |
Stephen Smalley | 6c5a682 | 2019-12-17 09:15:10 -0500 | [diff] [blame] | 179 | audit_get_sessionid(current)); |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 180 | enforcing_set(state, new_value); |
Stephen Smalley | aa8e712 | 2018-03-01 18:48:02 -0500 | [diff] [blame] | 181 | if (new_value) |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 182 | avc_ss_reset(state->avc, 0); |
Stephen Smalley | aa8e712 | 2018-03-01 18:48:02 -0500 | [diff] [blame] | 183 | selnl_notify_setenforce(new_value); |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 184 | selinux_status_update_setenforce(state, new_value); |
Stephen Smalley | aa8e712 | 2018-03-01 18:48:02 -0500 | [diff] [blame] | 185 | if (!new_value) |
Janne Karhunen | 42df744 | 2019-06-14 15:20:14 +0300 | [diff] [blame] | 186 | call_blocking_lsm_notifier(LSM_POLICY_CHANGE, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 187 | } |
| 188 | length = count; |
| 189 | out: |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 190 | kfree(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | return length; |
| 192 | } |
| 193 | #else |
| 194 | #define sel_write_enforce NULL |
| 195 | #endif |
| 196 | |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 197 | static const struct file_operations sel_enforce_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 198 | .read = sel_read_enforce, |
| 199 | .write = sel_write_enforce, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 200 | .llseek = generic_file_llseek, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 201 | }; |
| 202 | |
Eric Paris | 3f12070 | 2007-09-21 14:37:10 -0400 | [diff] [blame] | 203 | static ssize_t sel_read_handle_unknown(struct file *filp, char __user *buf, |
| 204 | size_t count, loff_t *ppos) |
| 205 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 206 | struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; |
| 207 | struct selinux_state *state = fsi->state; |
Eric Paris | 3f12070 | 2007-09-21 14:37:10 -0400 | [diff] [blame] | 208 | char tmpbuf[TMPBUFLEN]; |
| 209 | ssize_t length; |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 210 | ino_t ino = file_inode(filp)->i_ino; |
Eric Paris | 3f12070 | 2007-09-21 14:37:10 -0400 | [diff] [blame] | 211 | int handle_unknown = (ino == SEL_REJECT_UNKNOWN) ? |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 212 | security_get_reject_unknown(state) : |
| 213 | !security_get_allow_unknown(state); |
Eric Paris | 3f12070 | 2007-09-21 14:37:10 -0400 | [diff] [blame] | 214 | |
| 215 | length = scnprintf(tmpbuf, TMPBUFLEN, "%d", handle_unknown); |
| 216 | return simple_read_from_buffer(buf, count, ppos, tmpbuf, length); |
| 217 | } |
| 218 | |
| 219 | static const struct file_operations sel_handle_unknown_ops = { |
| 220 | .read = sel_read_handle_unknown, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 221 | .llseek = generic_file_llseek, |
Eric Paris | 3f12070 | 2007-09-21 14:37:10 -0400 | [diff] [blame] | 222 | }; |
| 223 | |
KaiGai Kohei | 1190416 | 2010-09-14 18:28:39 +0900 | [diff] [blame] | 224 | static int sel_open_handle_status(struct inode *inode, struct file *filp) |
| 225 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 226 | struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; |
| 227 | struct page *status = selinux_kernel_status_page(fsi->state); |
KaiGai Kohei | 1190416 | 2010-09-14 18:28:39 +0900 | [diff] [blame] | 228 | |
| 229 | if (!status) |
| 230 | return -ENOMEM; |
| 231 | |
| 232 | filp->private_data = status; |
| 233 | |
| 234 | return 0; |
| 235 | } |
| 236 | |
| 237 | static ssize_t sel_read_handle_status(struct file *filp, char __user *buf, |
| 238 | size_t count, loff_t *ppos) |
| 239 | { |
| 240 | struct page *status = filp->private_data; |
| 241 | |
| 242 | BUG_ON(!status); |
| 243 | |
| 244 | return simple_read_from_buffer(buf, count, ppos, |
| 245 | page_address(status), |
| 246 | sizeof(struct selinux_kernel_status)); |
| 247 | } |
| 248 | |
| 249 | static int sel_mmap_handle_status(struct file *filp, |
| 250 | struct vm_area_struct *vma) |
| 251 | { |
| 252 | struct page *status = filp->private_data; |
| 253 | unsigned long size = vma->vm_end - vma->vm_start; |
| 254 | |
| 255 | BUG_ON(!status); |
| 256 | |
| 257 | /* only allows one page from the head */ |
| 258 | if (vma->vm_pgoff > 0 || size != PAGE_SIZE) |
| 259 | return -EIO; |
| 260 | /* disallow writable mapping */ |
| 261 | if (vma->vm_flags & VM_WRITE) |
| 262 | return -EPERM; |
| 263 | /* disallow mprotect() turns it into writable */ |
| 264 | vma->vm_flags &= ~VM_MAYWRITE; |
| 265 | |
| 266 | return remap_pfn_range(vma, vma->vm_start, |
| 267 | page_to_pfn(status), |
| 268 | size, vma->vm_page_prot); |
| 269 | } |
| 270 | |
| 271 | static const struct file_operations sel_handle_status_ops = { |
| 272 | .open = sel_open_handle_status, |
| 273 | .read = sel_read_handle_status, |
| 274 | .mmap = sel_mmap_handle_status, |
| 275 | .llseek = generic_file_llseek, |
| 276 | }; |
| 277 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 278 | #ifdef CONFIG_SECURITY_SELINUX_DISABLE |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 279 | static ssize_t sel_write_disable(struct file *file, const char __user *buf, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 280 | size_t count, loff_t *ppos) |
| 281 | |
| 282 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 283 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 284 | char *page; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 285 | ssize_t length; |
| 286 | int new_value; |
Richard Guy Briggs | 4195ed4 | 2018-04-09 19:34:22 -0400 | [diff] [blame] | 287 | int enforcing; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 288 | |
Paul Moore | 89b223b | 2019-12-18 21:45:08 -0500 | [diff] [blame] | 289 | /* NOTE: we are now officially considering runtime disable as |
| 290 | * deprecated, and using it will become increasingly painful |
| 291 | * (e.g. sleeping/blocking) as we progress through future |
| 292 | * kernel releases until eventually it is removed |
| 293 | */ |
| 294 | pr_err("SELinux: Runtime disable is deprecated, use selinux=0 on the kernel cmdline.\n"); |
| 295 | |
Davi Arnaut | bfd5162 | 2005-10-30 14:59:24 -0800 | [diff] [blame] | 296 | if (count >= PAGE_SIZE) |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 297 | return -ENOMEM; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 298 | |
| 299 | /* No partial writes. */ |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 300 | if (*ppos != 0) |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 301 | return -EINVAL; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 302 | |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 303 | page = memdup_user_nul(buf, count); |
| 304 | if (IS_ERR(page)) |
| 305 | return PTR_ERR(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 306 | |
| 307 | length = -EINVAL; |
| 308 | if (sscanf(page, "%d", &new_value) != 1) |
| 309 | goto out; |
| 310 | |
| 311 | if (new_value) { |
Richard Guy Briggs | 4195ed4 | 2018-04-09 19:34:22 -0400 | [diff] [blame] | 312 | enforcing = enforcing_enabled(fsi->state); |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 313 | length = selinux_disable(fsi->state); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 314 | if (length) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 315 | goto out; |
Richard Guy Briggs | cdfb6b3 | 2018-05-12 21:58:20 -0400 | [diff] [blame] | 316 | audit_log(audit_context(), GFP_KERNEL, AUDIT_MAC_STATUS, |
Richard Guy Briggs | 4195ed4 | 2018-04-09 19:34:22 -0400 | [diff] [blame] | 317 | "enforcing=%d old_enforcing=%d auid=%u ses=%u" |
Stephen Smalley | 6c5a682 | 2019-12-17 09:15:10 -0500 | [diff] [blame] | 318 | " enabled=0 old-enabled=1 lsm=selinux res=1", |
Richard Guy Briggs | 4195ed4 | 2018-04-09 19:34:22 -0400 | [diff] [blame] | 319 | enforcing, enforcing, |
Eric W. Biederman | 581abc0 | 2012-08-20 00:09:36 -0700 | [diff] [blame] | 320 | from_kuid(&init_user_ns, audit_get_loginuid(current)), |
Stephen Smalley | 6c5a682 | 2019-12-17 09:15:10 -0500 | [diff] [blame] | 321 | audit_get_sessionid(current)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 322 | } |
| 323 | |
| 324 | length = count; |
| 325 | out: |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 326 | kfree(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 327 | return length; |
| 328 | } |
| 329 | #else |
| 330 | #define sel_write_disable NULL |
| 331 | #endif |
| 332 | |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 333 | static const struct file_operations sel_disable_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 334 | .write = sel_write_disable, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 335 | .llseek = generic_file_llseek, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 336 | }; |
| 337 | |
| 338 | static ssize_t sel_read_policyvers(struct file *filp, char __user *buf, |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 339 | size_t count, loff_t *ppos) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 340 | { |
| 341 | char tmpbuf[TMPBUFLEN]; |
| 342 | ssize_t length; |
| 343 | |
| 344 | length = scnprintf(tmpbuf, TMPBUFLEN, "%u", POLICYDB_VERSION_MAX); |
| 345 | return simple_read_from_buffer(buf, count, ppos, tmpbuf, length); |
| 346 | } |
| 347 | |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 348 | static const struct file_operations sel_policyvers_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 349 | .read = sel_read_policyvers, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 350 | .llseek = generic_file_llseek, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 351 | }; |
| 352 | |
| 353 | /* declaration for sel_write_load */ |
Daniel Burgener | 66ec384 | 2020-08-19 15:59:33 -0400 | [diff] [blame] | 354 | static int sel_make_bools(struct selinux_policy *newpolicy, struct dentry *bool_dir, |
| 355 | unsigned int *bool_num, char ***bool_pending_names, |
| 356 | unsigned int **bool_pending_values); |
| 357 | static int sel_make_classes(struct selinux_policy *newpolicy, |
| 358 | struct dentry *class_dir, |
| 359 | unsigned long *last_class_ino); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 360 | |
| 361 | /* declaration for sel_make_class_dirs */ |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 362 | static struct dentry *sel_make_dir(struct dentry *dir, const char *name, |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 363 | unsigned long *ino); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 364 | |
Daniel Burgener | 0eea609 | 2020-08-19 15:59:35 -0400 | [diff] [blame^] | 365 | /* declaration for sel_make_policy_nodes */ |
| 366 | static struct dentry *sel_make_disconnected_dir(struct super_block *sb, |
| 367 | unsigned long *ino); |
| 368 | |
| 369 | /* declaration for sel_make_policy_nodes */ |
Daniel Burgener | aeecf4a | 2020-08-19 15:59:32 -0400 | [diff] [blame] | 370 | static void sel_remove_entries(struct dentry *de); |
| 371 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 372 | static ssize_t sel_read_mls(struct file *filp, char __user *buf, |
| 373 | size_t count, loff_t *ppos) |
| 374 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 375 | struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 376 | char tmpbuf[TMPBUFLEN]; |
| 377 | ssize_t length; |
| 378 | |
Guido Trentalancia | 0719aaf | 2010-02-03 16:40:20 +0100 | [diff] [blame] | 379 | length = scnprintf(tmpbuf, TMPBUFLEN, "%d", |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 380 | security_mls_enabled(fsi->state)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 381 | return simple_read_from_buffer(buf, count, ppos, tmpbuf, length); |
| 382 | } |
| 383 | |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 384 | static const struct file_operations sel_mls_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | .read = sel_read_mls, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 386 | .llseek = generic_file_llseek, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 387 | }; |
| 388 | |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 389 | struct policy_load_memory { |
| 390 | size_t len; |
| 391 | void *data; |
| 392 | }; |
| 393 | |
| 394 | static int sel_open_policy(struct inode *inode, struct file *filp) |
| 395 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 396 | struct selinux_fs_info *fsi = inode->i_sb->s_fs_info; |
| 397 | struct selinux_state *state = fsi->state; |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 398 | struct policy_load_memory *plm = NULL; |
| 399 | int rc; |
| 400 | |
| 401 | BUG_ON(filp->private_data); |
| 402 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 403 | mutex_lock(&fsi->mutex); |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 404 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 405 | rc = avc_has_perm(&selinux_state, |
| 406 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 407 | SECCLASS_SECURITY, SECURITY__READ_POLICY, NULL); |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 408 | if (rc) |
| 409 | goto err; |
| 410 | |
| 411 | rc = -EBUSY; |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 412 | if (fsi->policy_opened) |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 413 | goto err; |
| 414 | |
| 415 | rc = -ENOMEM; |
| 416 | plm = kzalloc(sizeof(*plm), GFP_KERNEL); |
| 417 | if (!plm) |
| 418 | goto err; |
| 419 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 420 | if (i_size_read(inode) != security_policydb_len(state)) { |
Al Viro | 5955102 | 2016-01-22 15:40:57 -0500 | [diff] [blame] | 421 | inode_lock(inode); |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 422 | i_size_write(inode, security_policydb_len(state)); |
Al Viro | 5955102 | 2016-01-22 15:40:57 -0500 | [diff] [blame] | 423 | inode_unlock(inode); |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 424 | } |
| 425 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 426 | rc = security_read_policy(state, &plm->data, &plm->len); |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 427 | if (rc) |
| 428 | goto err; |
| 429 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 430 | fsi->policy_opened = 1; |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 431 | |
| 432 | filp->private_data = plm; |
| 433 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 434 | mutex_unlock(&fsi->mutex); |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 435 | |
| 436 | return 0; |
| 437 | err: |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 438 | mutex_unlock(&fsi->mutex); |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 439 | |
| 440 | if (plm) |
| 441 | vfree(plm->data); |
| 442 | kfree(plm); |
| 443 | return rc; |
| 444 | } |
| 445 | |
| 446 | static int sel_release_policy(struct inode *inode, struct file *filp) |
| 447 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 448 | struct selinux_fs_info *fsi = inode->i_sb->s_fs_info; |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 449 | struct policy_load_memory *plm = filp->private_data; |
| 450 | |
| 451 | BUG_ON(!plm); |
| 452 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 453 | fsi->policy_opened = 0; |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 454 | |
| 455 | vfree(plm->data); |
| 456 | kfree(plm); |
| 457 | |
| 458 | return 0; |
| 459 | } |
| 460 | |
| 461 | static ssize_t sel_read_policy(struct file *filp, char __user *buf, |
| 462 | size_t count, loff_t *ppos) |
| 463 | { |
| 464 | struct policy_load_memory *plm = filp->private_data; |
| 465 | int ret; |
| 466 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 467 | ret = avc_has_perm(&selinux_state, |
| 468 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 469 | SECCLASS_SECURITY, SECURITY__READ_POLICY, NULL); |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 470 | if (ret) |
Jann Horn | 0da7412 | 2018-06-28 20:39:54 -0400 | [diff] [blame] | 471 | return ret; |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 472 | |
Jann Horn | 0da7412 | 2018-06-28 20:39:54 -0400 | [diff] [blame] | 473 | return simple_read_from_buffer(buf, count, ppos, plm->data, plm->len); |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 474 | } |
| 475 | |
Souptick Joarder | ac9a1f6 | 2018-04-14 21:02:41 +0530 | [diff] [blame] | 476 | static vm_fault_t sel_mmap_policy_fault(struct vm_fault *vmf) |
Eric Paris | 845ca30 | 2010-10-13 17:50:31 -0400 | [diff] [blame] | 477 | { |
Dave Jiang | 11bac80 | 2017-02-24 14:56:41 -0800 | [diff] [blame] | 478 | struct policy_load_memory *plm = vmf->vma->vm_file->private_data; |
Eric Paris | 845ca30 | 2010-10-13 17:50:31 -0400 | [diff] [blame] | 479 | unsigned long offset; |
| 480 | struct page *page; |
| 481 | |
| 482 | if (vmf->flags & (FAULT_FLAG_MKWRITE | FAULT_FLAG_WRITE)) |
| 483 | return VM_FAULT_SIGBUS; |
| 484 | |
| 485 | offset = vmf->pgoff << PAGE_SHIFT; |
| 486 | if (offset >= roundup(plm->len, PAGE_SIZE)) |
| 487 | return VM_FAULT_SIGBUS; |
| 488 | |
| 489 | page = vmalloc_to_page(plm->data + offset); |
| 490 | get_page(page); |
| 491 | |
| 492 | vmf->page = page; |
| 493 | |
| 494 | return 0; |
| 495 | } |
| 496 | |
Kirill A. Shutemov | 7cbea8d | 2015-09-09 15:39:26 -0700 | [diff] [blame] | 497 | static const struct vm_operations_struct sel_mmap_policy_ops = { |
Eric Paris | 845ca30 | 2010-10-13 17:50:31 -0400 | [diff] [blame] | 498 | .fault = sel_mmap_policy_fault, |
| 499 | .page_mkwrite = sel_mmap_policy_fault, |
| 500 | }; |
| 501 | |
James Morris | ad3fa08 | 2011-08-30 10:50:12 +1000 | [diff] [blame] | 502 | static int sel_mmap_policy(struct file *filp, struct vm_area_struct *vma) |
Eric Paris | 845ca30 | 2010-10-13 17:50:31 -0400 | [diff] [blame] | 503 | { |
| 504 | if (vma->vm_flags & VM_SHARED) { |
| 505 | /* do not allow mprotect to make mapping writable */ |
| 506 | vma->vm_flags &= ~VM_MAYWRITE; |
| 507 | |
| 508 | if (vma->vm_flags & VM_WRITE) |
| 509 | return -EACCES; |
| 510 | } |
| 511 | |
Konstantin Khlebnikov | 314e51b | 2012-10-08 16:29:02 -0700 | [diff] [blame] | 512 | vma->vm_flags |= VM_DONTEXPAND | VM_DONTDUMP; |
Eric Paris | 845ca30 | 2010-10-13 17:50:31 -0400 | [diff] [blame] | 513 | vma->vm_ops = &sel_mmap_policy_ops; |
| 514 | |
| 515 | return 0; |
| 516 | } |
| 517 | |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 518 | static const struct file_operations sel_policy_ops = { |
| 519 | .open = sel_open_policy, |
| 520 | .read = sel_read_policy, |
Eric Paris | 845ca30 | 2010-10-13 17:50:31 -0400 | [diff] [blame] | 521 | .mmap = sel_mmap_policy, |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 522 | .release = sel_release_policy, |
Eric Paris | 47a93a5 | 2012-02-16 15:08:39 -0500 | [diff] [blame] | 523 | .llseek = generic_file_llseek, |
Eric Paris | cee74f4 | 2010-10-13 17:50:25 -0400 | [diff] [blame] | 524 | }; |
| 525 | |
Daniel Burgener | 0eea609 | 2020-08-19 15:59:35 -0400 | [diff] [blame^] | 526 | static void sel_remove_old_bool_data(unsigned int bool_num, char **bool_names, |
| 527 | unsigned int *bool_values) |
Daniel Burgener | aeecf4a | 2020-08-19 15:59:32 -0400 | [diff] [blame] | 528 | { |
| 529 | u32 i; |
| 530 | |
| 531 | /* bool_dir cleanup */ |
Daniel Burgener | 0eea609 | 2020-08-19 15:59:35 -0400 | [diff] [blame^] | 532 | for (i = 0; i < bool_num; i++) |
| 533 | kfree(bool_names[i]); |
| 534 | kfree(bool_names); |
| 535 | kfree(bool_values); |
Daniel Burgener | aeecf4a | 2020-08-19 15:59:32 -0400 | [diff] [blame] | 536 | } |
| 537 | |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 538 | static int sel_make_policy_nodes(struct selinux_fs_info *fsi, |
| 539 | struct selinux_policy *newpolicy) |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 540 | { |
Daniel Burgener | 0eea609 | 2020-08-19 15:59:35 -0400 | [diff] [blame^] | 541 | int ret = 0; |
| 542 | struct dentry *tmp_parent, *tmp_bool_dir, *tmp_class_dir, *old_dentry; |
| 543 | unsigned int tmp_bool_num, old_bool_num; |
| 544 | char **tmp_bool_names, **old_bool_names; |
| 545 | unsigned int *tmp_bool_values, *old_bool_values; |
| 546 | unsigned long tmp_ino = fsi->last_ino; /* Don't increment last_ino in this function */ |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 547 | |
Daniel Burgener | 0eea609 | 2020-08-19 15:59:35 -0400 | [diff] [blame^] | 548 | tmp_parent = sel_make_disconnected_dir(fsi->sb, &tmp_ino); |
| 549 | if (IS_ERR(tmp_parent)) |
| 550 | return PTR_ERR(tmp_parent); |
Daniel Burgener | aeecf4a | 2020-08-19 15:59:32 -0400 | [diff] [blame] | 551 | |
Daniel Burgener | 0eea609 | 2020-08-19 15:59:35 -0400 | [diff] [blame^] | 552 | tmp_ino = fsi->bool_dir->d_inode->i_ino - 1; /* sel_make_dir will increment and set */ |
| 553 | tmp_bool_dir = sel_make_dir(tmp_parent, BOOL_DIR_NAME, &tmp_ino); |
| 554 | if (IS_ERR(tmp_bool_dir)) { |
| 555 | ret = PTR_ERR(tmp_bool_dir); |
| 556 | goto out; |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 557 | } |
| 558 | |
Daniel Burgener | 0eea609 | 2020-08-19 15:59:35 -0400 | [diff] [blame^] | 559 | tmp_ino = fsi->class_dir->d_inode->i_ino - 1; /* sel_make_dir will increment and set */ |
| 560 | tmp_class_dir = sel_make_dir(tmp_parent, CLASS_DIR_NAME, &tmp_ino); |
| 561 | if (IS_ERR(tmp_class_dir)) { |
| 562 | ret = PTR_ERR(tmp_class_dir); |
| 563 | goto out; |
| 564 | } |
| 565 | |
| 566 | ret = sel_make_bools(newpolicy, tmp_bool_dir, &tmp_bool_num, |
| 567 | &tmp_bool_names, &tmp_bool_values); |
| 568 | if (ret) { |
| 569 | pr_err("SELinux: failed to load policy booleans\n"); |
| 570 | goto out; |
| 571 | } |
| 572 | |
| 573 | ret = sel_make_classes(newpolicy, tmp_class_dir, |
Daniel Burgener | 66ec384 | 2020-08-19 15:59:33 -0400 | [diff] [blame] | 574 | &fsi->last_class_ino); |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 575 | if (ret) { |
| 576 | pr_err("SELinux: failed to load policy classes\n"); |
Daniel Burgener | 0eea609 | 2020-08-19 15:59:35 -0400 | [diff] [blame^] | 577 | goto out; |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 578 | } |
| 579 | |
Daniel Burgener | 0eea609 | 2020-08-19 15:59:35 -0400 | [diff] [blame^] | 580 | /* booleans */ |
| 581 | old_dentry = fsi->bool_dir; |
| 582 | lock_rename(tmp_bool_dir, old_dentry); |
| 583 | d_exchange(tmp_bool_dir, fsi->bool_dir); |
| 584 | |
| 585 | old_bool_num = fsi->bool_num; |
| 586 | old_bool_names = fsi->bool_pending_names; |
| 587 | old_bool_values = fsi->bool_pending_values; |
| 588 | |
| 589 | fsi->bool_num = tmp_bool_num; |
| 590 | fsi->bool_pending_names = tmp_bool_names; |
| 591 | fsi->bool_pending_values = tmp_bool_values; |
| 592 | |
| 593 | sel_remove_old_bool_data(old_bool_num, old_bool_names, old_bool_values); |
| 594 | |
| 595 | fsi->bool_dir = tmp_bool_dir; |
| 596 | unlock_rename(tmp_bool_dir, old_dentry); |
| 597 | |
| 598 | /* classes */ |
| 599 | old_dentry = fsi->class_dir; |
| 600 | lock_rename(tmp_class_dir, old_dentry); |
| 601 | d_exchange(tmp_class_dir, fsi->class_dir); |
| 602 | fsi->class_dir = tmp_class_dir; |
| 603 | unlock_rename(tmp_class_dir, old_dentry); |
| 604 | |
| 605 | out: |
| 606 | /* Since the other temporary dirs are children of tmp_parent |
| 607 | * this will handle all the cleanup in the case of a failure before |
| 608 | * the swapover |
| 609 | */ |
| 610 | sel_remove_entries(tmp_parent); |
| 611 | dput(tmp_parent); /* d_genocide() only handles the children */ |
| 612 | |
| 613 | return ret; |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 614 | } |
| 615 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 616 | static ssize_t sel_write_load(struct file *file, const char __user *buf, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 617 | size_t count, loff_t *ppos) |
| 618 | |
| 619 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 620 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 621 | struct selinux_policy *newpolicy; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 622 | ssize_t length; |
| 623 | void *data = NULL; |
| 624 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 625 | mutex_lock(&fsi->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 626 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 627 | length = avc_has_perm(&selinux_state, |
| 628 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 629 | SECCLASS_SECURITY, SECURITY__LOAD_POLICY, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 630 | if (length) |
| 631 | goto out; |
| 632 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 633 | /* No partial writes. */ |
| 634 | length = -EINVAL; |
| 635 | if (*ppos != 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 636 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 637 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 638 | length = -ENOMEM; |
| 639 | data = vmalloc(count); |
| 640 | if (!data) |
| 641 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 642 | |
| 643 | length = -EFAULT; |
| 644 | if (copy_from_user(data, buf, count) != 0) |
| 645 | goto out; |
| 646 | |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 647 | length = security_load_policy(fsi->state, data, count, &newpolicy); |
Gary Tierney | 4262fb5 | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 648 | if (length) { |
| 649 | pr_warn_ratelimited("SELinux: failed to load policy\n"); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 650 | goto out; |
Gary Tierney | 4262fb5 | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 651 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 652 | |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 653 | length = sel_make_policy_nodes(fsi, newpolicy); |
| 654 | if (length) { |
| 655 | selinux_policy_cancel(fsi->state, newpolicy); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 656 | goto out1; |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 657 | } |
| 658 | |
| 659 | selinux_policy_commit(fsi->state, newpolicy); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 660 | |
| 661 | length = count; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 662 | |
| 663 | out1: |
Richard Guy Briggs | cdfb6b3 | 2018-05-12 21:58:20 -0400 | [diff] [blame] | 664 | audit_log(audit_context(), GFP_KERNEL, AUDIT_MAC_POLICY_LOAD, |
Richard Guy Briggs | d141136 | 2018-04-09 19:36:31 -0400 | [diff] [blame] | 665 | "auid=%u ses=%u lsm=selinux res=1", |
Eric W. Biederman | 581abc0 | 2012-08-20 00:09:36 -0700 | [diff] [blame] | 666 | from_kuid(&init_user_ns, audit_get_loginuid(current)), |
Eric Paris | 4746ec5 | 2008-01-08 10:06:53 -0500 | [diff] [blame] | 667 | audit_get_sessionid(current)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 668 | out: |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 669 | mutex_unlock(&fsi->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 670 | vfree(data); |
| 671 | return length; |
| 672 | } |
| 673 | |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 674 | static const struct file_operations sel_load_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 675 | .write = sel_write_load, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 676 | .llseek = generic_file_llseek, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 677 | }; |
| 678 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 679 | static ssize_t sel_write_context(struct file *file, char *buf, size_t size) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 680 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 681 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
| 682 | struct selinux_state *state = fsi->state; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 683 | char *canon = NULL; |
Stephen Smalley | ce9982d | 2005-11-08 21:34:33 -0800 | [diff] [blame] | 684 | u32 sid, len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 685 | ssize_t length; |
| 686 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 687 | length = avc_has_perm(&selinux_state, |
| 688 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 689 | SECCLASS_SECURITY, SECURITY__CHECK_CONTEXT, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 690 | if (length) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 691 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 692 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 693 | length = security_context_to_sid(state, buf, size, &sid, GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 694 | if (length) |
| 695 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 696 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 697 | length = security_sid_to_context(state, sid, &canon, &len); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 698 | if (length) |
| 699 | goto out; |
Stephen Smalley | ce9982d | 2005-11-08 21:34:33 -0800 | [diff] [blame] | 700 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 701 | length = -ERANGE; |
Stephen Smalley | ce9982d | 2005-11-08 21:34:33 -0800 | [diff] [blame] | 702 | if (len > SIMPLE_TRANSACTION_LIMIT) { |
peter enderborg | f8b69a5 | 2018-06-12 10:09:06 +0200 | [diff] [blame] | 703 | pr_err("SELinux: %s: context size (%u) exceeds " |
Eric Paris | 744ba35 | 2008-04-17 11:52:44 -0400 | [diff] [blame] | 704 | "payload max\n", __func__, len); |
Stephen Smalley | ce9982d | 2005-11-08 21:34:33 -0800 | [diff] [blame] | 705 | goto out; |
| 706 | } |
| 707 | |
| 708 | memcpy(buf, canon, len); |
| 709 | length = len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 710 | out: |
Stephen Smalley | ce9982d | 2005-11-08 21:34:33 -0800 | [diff] [blame] | 711 | kfree(canon); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 712 | return length; |
| 713 | } |
| 714 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 715 | static ssize_t sel_read_checkreqprot(struct file *filp, char __user *buf, |
| 716 | size_t count, loff_t *ppos) |
| 717 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 718 | struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 719 | char tmpbuf[TMPBUFLEN]; |
| 720 | ssize_t length; |
| 721 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 722 | length = scnprintf(tmpbuf, TMPBUFLEN, "%u", fsi->state->checkreqprot); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 723 | return simple_read_from_buffer(buf, count, ppos, tmpbuf, length); |
| 724 | } |
| 725 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 726 | static ssize_t sel_write_checkreqprot(struct file *file, const char __user *buf, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 727 | size_t count, loff_t *ppos) |
| 728 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 729 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 730 | char *page; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 731 | ssize_t length; |
| 732 | unsigned int new_value; |
| 733 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 734 | length = avc_has_perm(&selinux_state, |
| 735 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 736 | SECCLASS_SECURITY, SECURITY__SETCHECKREQPROT, |
| 737 | NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 738 | if (length) |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 739 | return length; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 740 | |
Davi Arnaut | bfd5162 | 2005-10-30 14:59:24 -0800 | [diff] [blame] | 741 | if (count >= PAGE_SIZE) |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 742 | return -ENOMEM; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 743 | |
| 744 | /* No partial writes. */ |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 745 | if (*ppos != 0) |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 746 | return -EINVAL; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 747 | |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 748 | page = memdup_user_nul(buf, count); |
| 749 | if (IS_ERR(page)) |
| 750 | return PTR_ERR(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 751 | |
| 752 | length = -EINVAL; |
| 753 | if (sscanf(page, "%u", &new_value) != 1) |
| 754 | goto out; |
| 755 | |
Stephen Smalley | e9c38f9 | 2020-01-08 11:24:47 -0500 | [diff] [blame] | 756 | if (new_value) { |
| 757 | char comm[sizeof(current->comm)]; |
| 758 | |
| 759 | memcpy(comm, current->comm, sizeof(comm)); |
| 760 | pr_warn_once("SELinux: %s (%d) set checkreqprot to 1. This is deprecated and will be rejected in a future kernel release.\n", |
| 761 | comm, current->pid); |
| 762 | } |
| 763 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 764 | fsi->state->checkreqprot = new_value ? 1 : 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 765 | length = count; |
| 766 | out: |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 767 | kfree(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 768 | return length; |
| 769 | } |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 770 | static const struct file_operations sel_checkreqprot_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 771 | .read = sel_read_checkreqprot, |
| 772 | .write = sel_write_checkreqprot, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 773 | .llseek = generic_file_llseek, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 774 | }; |
| 775 | |
Andrew Perepechko | f9df645 | 2015-12-24 11:09:41 -0500 | [diff] [blame] | 776 | static ssize_t sel_write_validatetrans(struct file *file, |
| 777 | const char __user *buf, |
| 778 | size_t count, loff_t *ppos) |
| 779 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 780 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
| 781 | struct selinux_state *state = fsi->state; |
Andrew Perepechko | f9df645 | 2015-12-24 11:09:41 -0500 | [diff] [blame] | 782 | char *oldcon = NULL, *newcon = NULL, *taskcon = NULL; |
| 783 | char *req = NULL; |
| 784 | u32 osid, nsid, tsid; |
| 785 | u16 tclass; |
| 786 | int rc; |
| 787 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 788 | rc = avc_has_perm(&selinux_state, |
| 789 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 790 | SECCLASS_SECURITY, SECURITY__VALIDATE_TRANS, NULL); |
Andrew Perepechko | f9df645 | 2015-12-24 11:09:41 -0500 | [diff] [blame] | 791 | if (rc) |
| 792 | goto out; |
| 793 | |
| 794 | rc = -ENOMEM; |
| 795 | if (count >= PAGE_SIZE) |
| 796 | goto out; |
| 797 | |
| 798 | /* No partial writes. */ |
| 799 | rc = -EINVAL; |
| 800 | if (*ppos != 0) |
| 801 | goto out; |
| 802 | |
Al Viro | 0b884d2 | 2017-05-13 18:12:07 -0400 | [diff] [blame] | 803 | req = memdup_user_nul(buf, count); |
| 804 | if (IS_ERR(req)) { |
| 805 | rc = PTR_ERR(req); |
| 806 | req = NULL; |
Andrew Perepechko | f9df645 | 2015-12-24 11:09:41 -0500 | [diff] [blame] | 807 | goto out; |
Al Viro | 0b884d2 | 2017-05-13 18:12:07 -0400 | [diff] [blame] | 808 | } |
Andrew Perepechko | f9df645 | 2015-12-24 11:09:41 -0500 | [diff] [blame] | 809 | |
| 810 | rc = -ENOMEM; |
| 811 | oldcon = kzalloc(count + 1, GFP_KERNEL); |
| 812 | if (!oldcon) |
| 813 | goto out; |
| 814 | |
| 815 | newcon = kzalloc(count + 1, GFP_KERNEL); |
| 816 | if (!newcon) |
| 817 | goto out; |
| 818 | |
| 819 | taskcon = kzalloc(count + 1, GFP_KERNEL); |
| 820 | if (!taskcon) |
| 821 | goto out; |
| 822 | |
| 823 | rc = -EINVAL; |
| 824 | if (sscanf(req, "%s %s %hu %s", oldcon, newcon, &tclass, taskcon) != 4) |
| 825 | goto out; |
| 826 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 827 | rc = security_context_str_to_sid(state, oldcon, &osid, GFP_KERNEL); |
Andrew Perepechko | f9df645 | 2015-12-24 11:09:41 -0500 | [diff] [blame] | 828 | if (rc) |
| 829 | goto out; |
| 830 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 831 | rc = security_context_str_to_sid(state, newcon, &nsid, GFP_KERNEL); |
Andrew Perepechko | f9df645 | 2015-12-24 11:09:41 -0500 | [diff] [blame] | 832 | if (rc) |
| 833 | goto out; |
| 834 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 835 | rc = security_context_str_to_sid(state, taskcon, &tsid, GFP_KERNEL); |
Andrew Perepechko | f9df645 | 2015-12-24 11:09:41 -0500 | [diff] [blame] | 836 | if (rc) |
| 837 | goto out; |
| 838 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 839 | rc = security_validate_transition_user(state, osid, nsid, tsid, tclass); |
Andrew Perepechko | f9df645 | 2015-12-24 11:09:41 -0500 | [diff] [blame] | 840 | if (!rc) |
| 841 | rc = count; |
| 842 | out: |
| 843 | kfree(req); |
| 844 | kfree(oldcon); |
| 845 | kfree(newcon); |
| 846 | kfree(taskcon); |
| 847 | return rc; |
| 848 | } |
| 849 | |
| 850 | static const struct file_operations sel_transition_ops = { |
| 851 | .write = sel_write_validatetrans, |
| 852 | .llseek = generic_file_llseek, |
| 853 | }; |
| 854 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 855 | /* |
| 856 | * Remaining nodes use transaction based IO methods like nfsd/nfsctl.c |
| 857 | */ |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 858 | static ssize_t sel_write_access(struct file *file, char *buf, size_t size); |
| 859 | static ssize_t sel_write_create(struct file *file, char *buf, size_t size); |
| 860 | static ssize_t sel_write_relabel(struct file *file, char *buf, size_t size); |
| 861 | static ssize_t sel_write_user(struct file *file, char *buf, size_t size); |
| 862 | static ssize_t sel_write_member(struct file *file, char *buf, size_t size); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 863 | |
Eric Biggers | 631d2b4 | 2018-07-17 10:43:56 -0700 | [diff] [blame] | 864 | static ssize_t (*const write_op[])(struct file *, char *, size_t) = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 865 | [SEL_ACCESS] = sel_write_access, |
| 866 | [SEL_CREATE] = sel_write_create, |
| 867 | [SEL_RELABEL] = sel_write_relabel, |
| 868 | [SEL_USER] = sel_write_user, |
| 869 | [SEL_MEMBER] = sel_write_member, |
Stephen Smalley | ce9982d | 2005-11-08 21:34:33 -0800 | [diff] [blame] | 870 | [SEL_CONTEXT] = sel_write_context, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 871 | }; |
| 872 | |
| 873 | static ssize_t selinux_transaction_write(struct file *file, const char __user *buf, size_t size, loff_t *pos) |
| 874 | { |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 875 | ino_t ino = file_inode(file)->i_ino; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 876 | char *data; |
| 877 | ssize_t rv; |
| 878 | |
Nicolas Kaiser | 6e20a64 | 2006-01-06 00:11:22 -0800 | [diff] [blame] | 879 | if (ino >= ARRAY_SIZE(write_op) || !write_op[ino]) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 880 | return -EINVAL; |
| 881 | |
| 882 | data = simple_transaction_get(file, buf, size); |
| 883 | if (IS_ERR(data)) |
| 884 | return PTR_ERR(data); |
| 885 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 886 | rv = write_op[ino](file, data, size); |
| 887 | if (rv > 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 888 | simple_transaction_set(file, rv); |
| 889 | rv = size; |
| 890 | } |
| 891 | return rv; |
| 892 | } |
| 893 | |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 894 | static const struct file_operations transaction_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 895 | .write = selinux_transaction_write, |
| 896 | .read = simple_transaction_read, |
| 897 | .release = simple_transaction_release, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 898 | .llseek = generic_file_llseek, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 899 | }; |
| 900 | |
| 901 | /* |
| 902 | * payload - write methods |
| 903 | * If the method has a response, the response should be put in buf, |
| 904 | * and the length returned. Otherwise return 0 or and -error. |
| 905 | */ |
| 906 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 907 | static ssize_t sel_write_access(struct file *file, char *buf, size_t size) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 908 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 909 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
| 910 | struct selinux_state *state = fsi->state; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 911 | char *scon = NULL, *tcon = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 912 | u32 ssid, tsid; |
| 913 | u16 tclass; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 914 | struct av_decision avd; |
| 915 | ssize_t length; |
| 916 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 917 | length = avc_has_perm(&selinux_state, |
| 918 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 919 | SECCLASS_SECURITY, SECURITY__COMPUTE_AV, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 920 | if (length) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 921 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 922 | |
| 923 | length = -ENOMEM; |
wzt.wzt@gmail.com | c1a7368 | 2010-04-09 19:30:29 +0800 | [diff] [blame] | 924 | scon = kzalloc(size + 1, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 925 | if (!scon) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 926 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 927 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 928 | length = -ENOMEM; |
wzt.wzt@gmail.com | c1a7368 | 2010-04-09 19:30:29 +0800 | [diff] [blame] | 929 | tcon = kzalloc(size + 1, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 930 | if (!tcon) |
| 931 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 932 | |
| 933 | length = -EINVAL; |
Stephen Smalley | 19439d0 | 2010-01-14 17:28:10 -0500 | [diff] [blame] | 934 | if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 935 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 936 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 937 | length = security_context_str_to_sid(state, scon, &ssid, GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 938 | if (length) |
| 939 | goto out; |
| 940 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 941 | length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 942 | if (length) |
| 943 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 944 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 945 | security_compute_av_user(state, ssid, tsid, tclass, &avd); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 946 | |
| 947 | length = scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, |
KaiGai Kohei | 8a6f83a | 2009-04-01 10:07:57 +0900 | [diff] [blame] | 948 | "%x %x %x %x %u %x", |
Eric Paris | f1c6381 | 2009-02-12 14:50:54 -0500 | [diff] [blame] | 949 | avd.allowed, 0xffffffff, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 950 | avd.auditallow, avd.auditdeny, |
KaiGai Kohei | 8a6f83a | 2009-04-01 10:07:57 +0900 | [diff] [blame] | 951 | avd.seqno, avd.flags); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 952 | out: |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 953 | kfree(tcon); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 954 | kfree(scon); |
| 955 | return length; |
| 956 | } |
| 957 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 958 | static ssize_t sel_write_create(struct file *file, char *buf, size_t size) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 959 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 960 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
| 961 | struct selinux_state *state = fsi->state; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 962 | char *scon = NULL, *tcon = NULL; |
Kohei Kaigai | f50a3ec | 2011-04-01 15:39:26 +0100 | [diff] [blame] | 963 | char *namebuf = NULL, *objname = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 964 | u32 ssid, tsid, newsid; |
| 965 | u16 tclass; |
| 966 | ssize_t length; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 967 | char *newcon = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 968 | u32 len; |
Kohei Kaigai | f50a3ec | 2011-04-01 15:39:26 +0100 | [diff] [blame] | 969 | int nargs; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 970 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 971 | length = avc_has_perm(&selinux_state, |
| 972 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 973 | SECCLASS_SECURITY, SECURITY__COMPUTE_CREATE, |
| 974 | NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 975 | if (length) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 976 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 977 | |
| 978 | length = -ENOMEM; |
wzt.wzt@gmail.com | c1a7368 | 2010-04-09 19:30:29 +0800 | [diff] [blame] | 979 | scon = kzalloc(size + 1, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 980 | if (!scon) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 981 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 982 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 983 | length = -ENOMEM; |
wzt.wzt@gmail.com | c1a7368 | 2010-04-09 19:30:29 +0800 | [diff] [blame] | 984 | tcon = kzalloc(size + 1, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 985 | if (!tcon) |
| 986 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 987 | |
Kohei Kaigai | f50a3ec | 2011-04-01 15:39:26 +0100 | [diff] [blame] | 988 | length = -ENOMEM; |
| 989 | namebuf = kzalloc(size + 1, GFP_KERNEL); |
| 990 | if (!namebuf) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 991 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 992 | |
Kohei Kaigai | f50a3ec | 2011-04-01 15:39:26 +0100 | [diff] [blame] | 993 | length = -EINVAL; |
| 994 | nargs = sscanf(buf, "%s %s %hu %s", scon, tcon, &tclass, namebuf); |
| 995 | if (nargs < 3 || nargs > 4) |
| 996 | goto out; |
Kohei Kaigai | 0f7e4c3 | 2011-05-26 14:59:25 -0400 | [diff] [blame] | 997 | if (nargs == 4) { |
| 998 | /* |
| 999 | * If and when the name of new object to be queried contains |
| 1000 | * either whitespace or multibyte characters, they shall be |
| 1001 | * encoded based on the percentage-encoding rule. |
| 1002 | * If not encoded, the sscanf logic picks up only left-half |
| 1003 | * of the supplied name; splitted by a whitespace unexpectedly. |
| 1004 | */ |
| 1005 | char *r, *w; |
| 1006 | int c1, c2; |
| 1007 | |
| 1008 | r = w = namebuf; |
| 1009 | do { |
| 1010 | c1 = *r++; |
| 1011 | if (c1 == '+') |
| 1012 | c1 = ' '; |
| 1013 | else if (c1 == '%') { |
Andy Shevchenko | af7ff2c | 2011-11-15 15:11:41 -0800 | [diff] [blame] | 1014 | c1 = hex_to_bin(*r++); |
| 1015 | if (c1 < 0) |
Kohei Kaigai | 0f7e4c3 | 2011-05-26 14:59:25 -0400 | [diff] [blame] | 1016 | goto out; |
Andy Shevchenko | af7ff2c | 2011-11-15 15:11:41 -0800 | [diff] [blame] | 1017 | c2 = hex_to_bin(*r++); |
| 1018 | if (c2 < 0) |
Kohei Kaigai | 0f7e4c3 | 2011-05-26 14:59:25 -0400 | [diff] [blame] | 1019 | goto out; |
| 1020 | c1 = (c1 << 4) | c2; |
| 1021 | } |
| 1022 | *w++ = c1; |
| 1023 | } while (c1 != '\0'); |
| 1024 | |
Kohei Kaigai | f50a3ec | 2011-04-01 15:39:26 +0100 | [diff] [blame] | 1025 | objname = namebuf; |
Kohei Kaigai | 0f7e4c3 | 2011-05-26 14:59:25 -0400 | [diff] [blame] | 1026 | } |
Kohei Kaigai | f50a3ec | 2011-04-01 15:39:26 +0100 | [diff] [blame] | 1027 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1028 | length = security_context_str_to_sid(state, scon, &ssid, GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1029 | if (length) |
| 1030 | goto out; |
| 1031 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1032 | length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1033 | if (length) |
| 1034 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1035 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1036 | length = security_transition_sid_user(state, ssid, tsid, tclass, |
| 1037 | objname, &newsid); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1038 | if (length) |
| 1039 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1040 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1041 | length = security_sid_to_context(state, newsid, &newcon, &len); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1042 | if (length) |
| 1043 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1044 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1045 | length = -ERANGE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1046 | if (len > SIMPLE_TRANSACTION_LIMIT) { |
peter enderborg | f8b69a5 | 2018-06-12 10:09:06 +0200 | [diff] [blame] | 1047 | pr_err("SELinux: %s: context size (%u) exceeds " |
Eric Paris | 744ba35 | 2008-04-17 11:52:44 -0400 | [diff] [blame] | 1048 | "payload max\n", __func__, len); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1049 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1050 | } |
| 1051 | |
| 1052 | memcpy(buf, newcon, len); |
| 1053 | length = len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1054 | out: |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1055 | kfree(newcon); |
Kohei Kaigai | f50a3ec | 2011-04-01 15:39:26 +0100 | [diff] [blame] | 1056 | kfree(namebuf); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1057 | kfree(tcon); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1058 | kfree(scon); |
| 1059 | return length; |
| 1060 | } |
| 1061 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 1062 | static ssize_t sel_write_relabel(struct file *file, char *buf, size_t size) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1063 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1064 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
| 1065 | struct selinux_state *state = fsi->state; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1066 | char *scon = NULL, *tcon = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1067 | u32 ssid, tsid, newsid; |
| 1068 | u16 tclass; |
| 1069 | ssize_t length; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1070 | char *newcon = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1071 | u32 len; |
| 1072 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1073 | length = avc_has_perm(&selinux_state, |
| 1074 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 1075 | SECCLASS_SECURITY, SECURITY__COMPUTE_RELABEL, |
| 1076 | NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1077 | if (length) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1078 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1079 | |
| 1080 | length = -ENOMEM; |
wzt.wzt@gmail.com | c1a7368 | 2010-04-09 19:30:29 +0800 | [diff] [blame] | 1081 | scon = kzalloc(size + 1, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1082 | if (!scon) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1083 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1084 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1085 | length = -ENOMEM; |
wzt.wzt@gmail.com | c1a7368 | 2010-04-09 19:30:29 +0800 | [diff] [blame] | 1086 | tcon = kzalloc(size + 1, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1087 | if (!tcon) |
| 1088 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1089 | |
| 1090 | length = -EINVAL; |
| 1091 | if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1092 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1093 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1094 | length = security_context_str_to_sid(state, scon, &ssid, GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1095 | if (length) |
| 1096 | goto out; |
| 1097 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1098 | length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1099 | if (length) |
| 1100 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1101 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1102 | length = security_change_sid(state, ssid, tsid, tclass, &newsid); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1103 | if (length) |
| 1104 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1105 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1106 | length = security_sid_to_context(state, newsid, &newcon, &len); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1107 | if (length) |
| 1108 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1109 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1110 | length = -ERANGE; |
| 1111 | if (len > SIMPLE_TRANSACTION_LIMIT) |
| 1112 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1113 | |
| 1114 | memcpy(buf, newcon, len); |
| 1115 | length = len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1116 | out: |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1117 | kfree(newcon); |
| 1118 | kfree(tcon); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1119 | kfree(scon); |
| 1120 | return length; |
| 1121 | } |
| 1122 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 1123 | static ssize_t sel_write_user(struct file *file, char *buf, size_t size) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1124 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1125 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
| 1126 | struct selinux_state *state = fsi->state; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1127 | char *con = NULL, *user = NULL, *ptr; |
| 1128 | u32 sid, *sids = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1129 | ssize_t length; |
| 1130 | char *newcon; |
| 1131 | int i, rc; |
| 1132 | u32 len, nsids; |
| 1133 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1134 | length = avc_has_perm(&selinux_state, |
| 1135 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 1136 | SECCLASS_SECURITY, SECURITY__COMPUTE_USER, |
| 1137 | NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1138 | if (length) |
Justin P. Mattock | 6eab04a | 2011-04-08 19:49:08 -0700 | [diff] [blame] | 1139 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1140 | |
| 1141 | length = -ENOMEM; |
wzt.wzt@gmail.com | c1a7368 | 2010-04-09 19:30:29 +0800 | [diff] [blame] | 1142 | con = kzalloc(size + 1, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1143 | if (!con) |
Justin P. Mattock | 6eab04a | 2011-04-08 19:49:08 -0700 | [diff] [blame] | 1144 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1145 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1146 | length = -ENOMEM; |
wzt.wzt@gmail.com | c1a7368 | 2010-04-09 19:30:29 +0800 | [diff] [blame] | 1147 | user = kzalloc(size + 1, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1148 | if (!user) |
| 1149 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1150 | |
| 1151 | length = -EINVAL; |
| 1152 | if (sscanf(buf, "%s %s", con, user) != 2) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1153 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1154 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1155 | length = security_context_str_to_sid(state, con, &sid, GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1156 | if (length) |
| 1157 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1158 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1159 | length = security_get_user_sids(state, sid, user, &sids, &nsids); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1160 | if (length) |
| 1161 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1162 | |
| 1163 | length = sprintf(buf, "%u", nsids) + 1; |
| 1164 | ptr = buf + length; |
| 1165 | for (i = 0; i < nsids; i++) { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1166 | rc = security_sid_to_context(state, sids[i], &newcon, &len); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1167 | if (rc) { |
| 1168 | length = rc; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1169 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1170 | } |
| 1171 | if ((length + len) >= SIMPLE_TRANSACTION_LIMIT) { |
| 1172 | kfree(newcon); |
| 1173 | length = -ERANGE; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1174 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1175 | } |
| 1176 | memcpy(ptr, newcon, len); |
| 1177 | kfree(newcon); |
| 1178 | ptr += len; |
| 1179 | length += len; |
| 1180 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1181 | out: |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1182 | kfree(sids); |
| 1183 | kfree(user); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1184 | kfree(con); |
| 1185 | return length; |
| 1186 | } |
| 1187 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 1188 | static ssize_t sel_write_member(struct file *file, char *buf, size_t size) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1189 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1190 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
| 1191 | struct selinux_state *state = fsi->state; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1192 | char *scon = NULL, *tcon = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1193 | u32 ssid, tsid, newsid; |
| 1194 | u16 tclass; |
| 1195 | ssize_t length; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1196 | char *newcon = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1197 | u32 len; |
| 1198 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1199 | length = avc_has_perm(&selinux_state, |
| 1200 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 1201 | SECCLASS_SECURITY, SECURITY__COMPUTE_MEMBER, |
| 1202 | NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1203 | if (length) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1204 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1205 | |
| 1206 | length = -ENOMEM; |
wzt.wzt@gmail.com | c1a7368 | 2010-04-09 19:30:29 +0800 | [diff] [blame] | 1207 | scon = kzalloc(size + 1, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1208 | if (!scon) |
Justin P. Mattock | 6eab04a | 2011-04-08 19:49:08 -0700 | [diff] [blame] | 1209 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1210 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1211 | length = -ENOMEM; |
wzt.wzt@gmail.com | c1a7368 | 2010-04-09 19:30:29 +0800 | [diff] [blame] | 1212 | tcon = kzalloc(size + 1, GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1213 | if (!tcon) |
| 1214 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1215 | |
| 1216 | length = -EINVAL; |
| 1217 | if (sscanf(buf, "%s %s %hu", scon, tcon, &tclass) != 3) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1218 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1219 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1220 | length = security_context_str_to_sid(state, scon, &ssid, GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1221 | if (length) |
| 1222 | goto out; |
| 1223 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1224 | length = security_context_str_to_sid(state, tcon, &tsid, GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1225 | if (length) |
| 1226 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1227 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1228 | length = security_member_sid(state, ssid, tsid, tclass, &newsid); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1229 | if (length) |
| 1230 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1231 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1232 | length = security_sid_to_context(state, newsid, &newcon, &len); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1233 | if (length) |
| 1234 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1235 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1236 | length = -ERANGE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1237 | if (len > SIMPLE_TRANSACTION_LIMIT) { |
peter enderborg | f8b69a5 | 2018-06-12 10:09:06 +0200 | [diff] [blame] | 1238 | pr_err("SELinux: %s: context size (%u) exceeds " |
Eric Paris | 744ba35 | 2008-04-17 11:52:44 -0400 | [diff] [blame] | 1239 | "payload max\n", __func__, len); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1240 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1241 | } |
| 1242 | |
| 1243 | memcpy(buf, newcon, len); |
| 1244 | length = len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1245 | out: |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1246 | kfree(newcon); |
| 1247 | kfree(tcon); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1248 | kfree(scon); |
| 1249 | return length; |
| 1250 | } |
| 1251 | |
| 1252 | static struct inode *sel_make_inode(struct super_block *sb, int mode) |
| 1253 | { |
| 1254 | struct inode *ret = new_inode(sb); |
| 1255 | |
| 1256 | if (ret) { |
| 1257 | ret->i_mode = mode; |
Deepa Dinamani | 078cd82 | 2016-09-14 07:48:04 -0700 | [diff] [blame] | 1258 | ret->i_atime = ret->i_mtime = ret->i_ctime = current_time(ret); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1259 | } |
| 1260 | return ret; |
| 1261 | } |
| 1262 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1263 | static ssize_t sel_read_bool(struct file *filep, char __user *buf, |
| 1264 | size_t count, loff_t *ppos) |
| 1265 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1266 | struct selinux_fs_info *fsi = file_inode(filep)->i_sb->s_fs_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1267 | char *page = NULL; |
| 1268 | ssize_t length; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1269 | ssize_t ret; |
| 1270 | int cur_enforcing; |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 1271 | unsigned index = file_inode(filep)->i_ino & SEL_INO_MASK; |
Stephen Smalley | d313f9483 | 2007-11-26 11:12:53 -0500 | [diff] [blame] | 1272 | const char *name = filep->f_path.dentry->d_name.name; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1273 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1274 | mutex_lock(&fsi->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1275 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1276 | ret = -EINVAL; |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1277 | if (index >= fsi->bool_num || strcmp(name, |
| 1278 | fsi->bool_pending_names[index])) |
Jann Horn | 0da7412 | 2018-06-28 20:39:54 -0400 | [diff] [blame] | 1279 | goto out_unlock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1280 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1281 | ret = -ENOMEM; |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 1282 | page = (char *)get_zeroed_page(GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1283 | if (!page) |
Jann Horn | 0da7412 | 2018-06-28 20:39:54 -0400 | [diff] [blame] | 1284 | goto out_unlock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1285 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1286 | cur_enforcing = security_get_bool_value(fsi->state, index); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1287 | if (cur_enforcing < 0) { |
| 1288 | ret = cur_enforcing; |
Jann Horn | 0da7412 | 2018-06-28 20:39:54 -0400 | [diff] [blame] | 1289 | goto out_unlock; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1290 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1291 | length = scnprintf(page, PAGE_SIZE, "%d %d", cur_enforcing, |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1292 | fsi->bool_pending_values[index]); |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1293 | mutex_unlock(&fsi->mutex); |
Jann Horn | 0da7412 | 2018-06-28 20:39:54 -0400 | [diff] [blame] | 1294 | ret = simple_read_from_buffer(buf, count, ppos, page, length); |
| 1295 | out_free: |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1296 | free_page((unsigned long)page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1297 | return ret; |
Jann Horn | 0da7412 | 2018-06-28 20:39:54 -0400 | [diff] [blame] | 1298 | |
| 1299 | out_unlock: |
| 1300 | mutex_unlock(&fsi->mutex); |
| 1301 | goto out_free; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1302 | } |
| 1303 | |
| 1304 | static ssize_t sel_write_bool(struct file *filep, const char __user *buf, |
| 1305 | size_t count, loff_t *ppos) |
| 1306 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1307 | struct selinux_fs_info *fsi = file_inode(filep)->i_sb->s_fs_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1308 | char *page = NULL; |
Stephen Smalley | d313f9483 | 2007-11-26 11:12:53 -0500 | [diff] [blame] | 1309 | ssize_t length; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1310 | int new_value; |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 1311 | unsigned index = file_inode(filep)->i_ino & SEL_INO_MASK; |
Stephen Smalley | d313f9483 | 2007-11-26 11:12:53 -0500 | [diff] [blame] | 1312 | const char *name = filep->f_path.dentry->d_name.name; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1313 | |
Jann Horn | 0da7412 | 2018-06-28 20:39:54 -0400 | [diff] [blame] | 1314 | if (count >= PAGE_SIZE) |
| 1315 | return -ENOMEM; |
| 1316 | |
| 1317 | /* No partial writes. */ |
| 1318 | if (*ppos != 0) |
| 1319 | return -EINVAL; |
| 1320 | |
| 1321 | page = memdup_user_nul(buf, count); |
| 1322 | if (IS_ERR(page)) |
| 1323 | return PTR_ERR(page); |
| 1324 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1325 | mutex_lock(&fsi->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1326 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1327 | length = avc_has_perm(&selinux_state, |
| 1328 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 1329 | SECCLASS_SECURITY, SECURITY__SETBOOL, |
| 1330 | NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1331 | if (length) |
| 1332 | goto out; |
| 1333 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1334 | length = -EINVAL; |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1335 | if (index >= fsi->bool_num || strcmp(name, |
| 1336 | fsi->bool_pending_names[index])) |
Stephen Smalley | d313f9483 | 2007-11-26 11:12:53 -0500 | [diff] [blame] | 1337 | goto out; |
Stephen Smalley | d313f9483 | 2007-11-26 11:12:53 -0500 | [diff] [blame] | 1338 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1339 | length = -EINVAL; |
| 1340 | if (sscanf(page, "%d", &new_value) != 1) |
| 1341 | goto out; |
| 1342 | |
| 1343 | if (new_value) |
| 1344 | new_value = 1; |
| 1345 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1346 | fsi->bool_pending_values[index] = new_value; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1347 | length = count; |
| 1348 | |
| 1349 | out: |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1350 | mutex_unlock(&fsi->mutex); |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 1351 | kfree(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1352 | return length; |
| 1353 | } |
| 1354 | |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 1355 | static const struct file_operations sel_bool_ops = { |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 1356 | .read = sel_read_bool, |
| 1357 | .write = sel_write_bool, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 1358 | .llseek = generic_file_llseek, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1359 | }; |
| 1360 | |
| 1361 | static ssize_t sel_commit_bools_write(struct file *filep, |
| 1362 | const char __user *buf, |
| 1363 | size_t count, loff_t *ppos) |
| 1364 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1365 | struct selinux_fs_info *fsi = file_inode(filep)->i_sb->s_fs_info; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1366 | char *page = NULL; |
Stephen Smalley | d313f9483 | 2007-11-26 11:12:53 -0500 | [diff] [blame] | 1367 | ssize_t length; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1368 | int new_value; |
| 1369 | |
Jann Horn | 0da7412 | 2018-06-28 20:39:54 -0400 | [diff] [blame] | 1370 | if (count >= PAGE_SIZE) |
| 1371 | return -ENOMEM; |
| 1372 | |
| 1373 | /* No partial writes. */ |
| 1374 | if (*ppos != 0) |
| 1375 | return -EINVAL; |
| 1376 | |
| 1377 | page = memdup_user_nul(buf, count); |
| 1378 | if (IS_ERR(page)) |
| 1379 | return PTR_ERR(page); |
| 1380 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1381 | mutex_lock(&fsi->mutex); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1382 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1383 | length = avc_has_perm(&selinux_state, |
| 1384 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 1385 | SECCLASS_SECURITY, SECURITY__SETBOOL, |
| 1386 | NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1387 | if (length) |
| 1388 | goto out; |
| 1389 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1390 | length = -EINVAL; |
| 1391 | if (sscanf(page, "%d", &new_value) != 1) |
| 1392 | goto out; |
| 1393 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1394 | length = 0; |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1395 | if (new_value && fsi->bool_pending_values) |
| 1396 | length = security_set_bools(fsi->state, fsi->bool_num, |
| 1397 | fsi->bool_pending_values); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1398 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1399 | if (!length) |
| 1400 | length = count; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1401 | |
| 1402 | out: |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1403 | mutex_unlock(&fsi->mutex); |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 1404 | kfree(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1405 | return length; |
| 1406 | } |
| 1407 | |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 1408 | static const struct file_operations sel_commit_bools_ops = { |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 1409 | .write = sel_commit_bools_write, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 1410 | .llseek = generic_file_llseek, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1411 | }; |
| 1412 | |
Christopher J. PeBenito | 0c92d7c | 2007-05-23 09:12:07 -0400 | [diff] [blame] | 1413 | static void sel_remove_entries(struct dentry *de) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1414 | { |
Al Viro | ad52184 | 2014-12-24 14:56:48 -0500 | [diff] [blame] | 1415 | d_genocide(de); |
| 1416 | shrink_dcache_parent(de); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1417 | } |
| 1418 | |
Daniel Burgener | 66ec384 | 2020-08-19 15:59:33 -0400 | [diff] [blame] | 1419 | static int sel_make_bools(struct selinux_policy *newpolicy, struct dentry *bool_dir, |
| 1420 | unsigned int *bool_num, char ***bool_pending_names, |
| 1421 | unsigned int **bool_pending_values) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1422 | { |
Ondrej Mosnacek | 60abd31 | 2020-02-03 12:27:20 +0100 | [diff] [blame] | 1423 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1424 | ssize_t len; |
| 1425 | struct dentry *dentry = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1426 | struct inode *inode = NULL; |
| 1427 | struct inode_security_struct *isec; |
| 1428 | char **names = NULL, *page; |
Ondrej Mosnacek | 60abd31 | 2020-02-03 12:27:20 +0100 | [diff] [blame] | 1429 | u32 i, num; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1430 | int *values = NULL; |
| 1431 | u32 sid; |
| 1432 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1433 | ret = -ENOMEM; |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 1434 | page = (char *)get_zeroed_page(GFP_KERNEL); |
| 1435 | if (!page) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1436 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1437 | |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 1438 | ret = security_get_bools(newpolicy, &num, &names, &values); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1439 | if (ret) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1440 | goto out; |
| 1441 | |
| 1442 | for (i = 0; i < num; i++) { |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1443 | ret = -ENOMEM; |
Daniel Burgener | 66ec384 | 2020-08-19 15:59:33 -0400 | [diff] [blame] | 1444 | dentry = d_alloc_name(bool_dir, names[i]); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1445 | if (!dentry) |
| 1446 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1447 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1448 | ret = -ENOMEM; |
Daniel Burgener | 66ec384 | 2020-08-19 15:59:33 -0400 | [diff] [blame] | 1449 | inode = sel_make_inode(bool_dir->d_sb, S_IFREG | S_IRUGO | S_IWUSR); |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1450 | if (!inode) { |
| 1451 | dput(dentry); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1452 | goto out; |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1453 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1454 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1455 | ret = -ENAMETOOLONG; |
Al Viro | cc1dad7 | 2012-04-02 19:40:47 -0400 | [diff] [blame] | 1456 | len = snprintf(page, PAGE_SIZE, "/%s/%s", BOOL_DIR_NAME, names[i]); |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1457 | if (len >= PAGE_SIZE) { |
| 1458 | dput(dentry); |
| 1459 | iput(inode); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1460 | goto out; |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1461 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1462 | |
Casey Schaufler | 80788c2 | 2018-09-21 17:19:11 -0700 | [diff] [blame] | 1463 | isec = selinux_inode(inode); |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 1464 | ret = selinux_policy_genfs_sid(newpolicy, "selinuxfs", page, |
Stephen Smalley | aa8e712 | 2018-03-01 18:48:02 -0500 | [diff] [blame] | 1465 | SECCLASS_FILE, &sid); |
Gary Tierney | 4262fb5 | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 1466 | if (ret) { |
Gary Tierney | 900fde0 | 2017-01-09 10:07:32 -0500 | [diff] [blame] | 1467 | pr_warn_ratelimited("SELinux: no sid found, defaulting to security isid for %s\n", |
| 1468 | page); |
| 1469 | sid = SECINITSID_SECURITY; |
Gary Tierney | 4262fb5 | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 1470 | } |
| 1471 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1472 | isec->sid = sid; |
Andreas Gruenbacher | 4205911 | 2016-11-10 22:18:27 +0100 | [diff] [blame] | 1473 | isec->initialized = LABEL_INITIALIZED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1474 | inode->i_fop = &sel_bool_ops; |
James Carter | bce34bc | 2007-04-04 16:18:50 -0400 | [diff] [blame] | 1475 | inode->i_ino = i|SEL_BOOL_INO_OFFSET; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1476 | d_add(dentry, inode); |
| 1477 | } |
Daniel Burgener | 66ec384 | 2020-08-19 15:59:33 -0400 | [diff] [blame] | 1478 | *bool_num = num; |
| 1479 | *bool_pending_names = names; |
| 1480 | *bool_pending_values = values; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1481 | |
| 1482 | free_page((unsigned long)page); |
| 1483 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1484 | out: |
| 1485 | free_page((unsigned long)page); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1486 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1487 | if (names) { |
Jesper Juhl | 9a5f04b | 2005-06-25 14:58:51 -0700 | [diff] [blame] | 1488 | for (i = 0; i < num; i++) |
| 1489 | kfree(names[i]); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1490 | kfree(names); |
| 1491 | } |
Davi Arnaut | 20c19e4 | 2005-10-23 12:57:16 -0700 | [diff] [blame] | 1492 | kfree(values); |
Daniel Burgener | 66ec384 | 2020-08-19 15:59:33 -0400 | [diff] [blame] | 1493 | sel_remove_entries(bool_dir); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1494 | |
| 1495 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1496 | } |
| 1497 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1498 | static ssize_t sel_read_avc_cache_threshold(struct file *filp, char __user *buf, |
| 1499 | size_t count, loff_t *ppos) |
| 1500 | { |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1501 | struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; |
| 1502 | struct selinux_state *state = fsi->state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1503 | char tmpbuf[TMPBUFLEN]; |
| 1504 | ssize_t length; |
| 1505 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1506 | length = scnprintf(tmpbuf, TMPBUFLEN, "%u", |
| 1507 | avc_get_cache_threshold(state->avc)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1508 | return simple_read_from_buffer(buf, count, ppos, tmpbuf, length); |
| 1509 | } |
| 1510 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 1511 | static ssize_t sel_write_avc_cache_threshold(struct file *file, |
| 1512 | const char __user *buf, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1513 | size_t count, loff_t *ppos) |
| 1514 | |
| 1515 | { |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1516 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
| 1517 | struct selinux_state *state = fsi->state; |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 1518 | char *page; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1519 | ssize_t ret; |
Heinrich Schuchardt | 309c5fa | 2016-06-10 23:14:26 +0200 | [diff] [blame] | 1520 | unsigned int new_value; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1521 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1522 | ret = avc_has_perm(&selinux_state, |
| 1523 | current_sid(), SECINITSID_SECURITY, |
Stephen Smalley | be0554c | 2017-01-09 10:07:31 -0500 | [diff] [blame] | 1524 | SECCLASS_SECURITY, SECURITY__SETSECPARAM, |
| 1525 | NULL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1526 | if (ret) |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 1527 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1528 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1529 | if (count >= PAGE_SIZE) |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 1530 | return -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1531 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1532 | /* No partial writes. */ |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1533 | if (*ppos != 0) |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 1534 | return -EINVAL; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1535 | |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 1536 | page = memdup_user_nul(buf, count); |
| 1537 | if (IS_ERR(page)) |
| 1538 | return PTR_ERR(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1539 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1540 | ret = -EINVAL; |
| 1541 | if (sscanf(page, "%u", &new_value) != 1) |
| 1542 | goto out; |
| 1543 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1544 | avc_set_cache_threshold(state->avc, new_value); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1545 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1546 | ret = count; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1547 | out: |
Al Viro | 8365a71 | 2015-12-24 00:08:06 -0500 | [diff] [blame] | 1548 | kfree(page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1549 | return ret; |
| 1550 | } |
| 1551 | |
| 1552 | static ssize_t sel_read_avc_hash_stats(struct file *filp, char __user *buf, |
| 1553 | size_t count, loff_t *ppos) |
| 1554 | { |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1555 | struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; |
| 1556 | struct selinux_state *state = fsi->state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1557 | char *page; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1558 | ssize_t length; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1559 | |
| 1560 | page = (char *)__get_free_page(GFP_KERNEL); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1561 | if (!page) |
| 1562 | return -ENOMEM; |
| 1563 | |
Stephen Smalley | 6b6bc62 | 2018-03-05 11:47:56 -0500 | [diff] [blame] | 1564 | length = avc_get_hash_stats(state->avc, page); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1565 | if (length >= 0) |
| 1566 | length = simple_read_from_buffer(buf, count, ppos, page, length); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1567 | free_page((unsigned long)page); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1568 | |
| 1569 | return length; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1570 | } |
| 1571 | |
Jeff Vander Stoep | 66f8e2f | 2019-11-22 10:33:06 +0100 | [diff] [blame] | 1572 | static ssize_t sel_read_sidtab_hash_stats(struct file *filp, char __user *buf, |
| 1573 | size_t count, loff_t *ppos) |
| 1574 | { |
| 1575 | struct selinux_fs_info *fsi = file_inode(filp)->i_sb->s_fs_info; |
| 1576 | struct selinux_state *state = fsi->state; |
| 1577 | char *page; |
| 1578 | ssize_t length; |
| 1579 | |
| 1580 | page = (char *)__get_free_page(GFP_KERNEL); |
| 1581 | if (!page) |
| 1582 | return -ENOMEM; |
| 1583 | |
| 1584 | length = security_sidtab_hash_stats(state, page); |
| 1585 | if (length >= 0) |
| 1586 | length = simple_read_from_buffer(buf, count, ppos, page, |
| 1587 | length); |
| 1588 | free_page((unsigned long)page); |
| 1589 | |
| 1590 | return length; |
| 1591 | } |
| 1592 | |
| 1593 | static const struct file_operations sel_sidtab_hash_stats_ops = { |
| 1594 | .read = sel_read_sidtab_hash_stats, |
| 1595 | .llseek = generic_file_llseek, |
| 1596 | }; |
| 1597 | |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 1598 | static const struct file_operations sel_avc_cache_threshold_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1599 | .read = sel_read_avc_cache_threshold, |
| 1600 | .write = sel_write_avc_cache_threshold, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 1601 | .llseek = generic_file_llseek, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1602 | }; |
| 1603 | |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 1604 | static const struct file_operations sel_avc_hash_stats_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1605 | .read = sel_read_avc_hash_stats, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 1606 | .llseek = generic_file_llseek, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1607 | }; |
| 1608 | |
| 1609 | #ifdef CONFIG_SECURITY_SELINUX_AVC_STATS |
| 1610 | static struct avc_cache_stats *sel_avc_get_stat_idx(loff_t *idx) |
| 1611 | { |
| 1612 | int cpu; |
| 1613 | |
Rusty Russell | 4f4b6c1 | 2009-01-01 10:12:15 +1030 | [diff] [blame] | 1614 | for (cpu = *idx; cpu < nr_cpu_ids; ++cpu) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1615 | if (!cpu_possible(cpu)) |
| 1616 | continue; |
| 1617 | *idx = cpu + 1; |
| 1618 | return &per_cpu(avc_cache_stats, cpu); |
| 1619 | } |
Vasily Averin | 8d269a8 | 2020-02-01 10:47:47 +0300 | [diff] [blame] | 1620 | (*idx)++; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1621 | return NULL; |
| 1622 | } |
| 1623 | |
| 1624 | static void *sel_avc_stats_seq_start(struct seq_file *seq, loff_t *pos) |
| 1625 | { |
| 1626 | loff_t n = *pos - 1; |
| 1627 | |
| 1628 | if (*pos == 0) |
| 1629 | return SEQ_START_TOKEN; |
| 1630 | |
| 1631 | return sel_avc_get_stat_idx(&n); |
| 1632 | } |
| 1633 | |
| 1634 | static void *sel_avc_stats_seq_next(struct seq_file *seq, void *v, loff_t *pos) |
| 1635 | { |
| 1636 | return sel_avc_get_stat_idx(pos); |
| 1637 | } |
| 1638 | |
| 1639 | static int sel_avc_stats_seq_show(struct seq_file *seq, void *v) |
| 1640 | { |
| 1641 | struct avc_cache_stats *st = v; |
| 1642 | |
Markus Elfring | 710a064 | 2017-01-15 14:04:53 +0100 | [diff] [blame] | 1643 | if (v == SEQ_START_TOKEN) { |
| 1644 | seq_puts(seq, |
| 1645 | "lookups hits misses allocations reclaims frees\n"); |
| 1646 | } else { |
Linus Torvalds | 257313b | 2011-05-19 21:22:53 -0700 | [diff] [blame] | 1647 | unsigned int lookups = st->lookups; |
| 1648 | unsigned int misses = st->misses; |
| 1649 | unsigned int hits = lookups - misses; |
| 1650 | seq_printf(seq, "%u %u %u %u %u %u\n", lookups, |
| 1651 | hits, misses, st->allocations, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1652 | st->reclaims, st->frees); |
Linus Torvalds | 257313b | 2011-05-19 21:22:53 -0700 | [diff] [blame] | 1653 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1654 | return 0; |
| 1655 | } |
| 1656 | |
| 1657 | static void sel_avc_stats_seq_stop(struct seq_file *seq, void *v) |
| 1658 | { } |
| 1659 | |
Jan Engelhardt | 1996a10 | 2008-01-23 00:02:58 +0100 | [diff] [blame] | 1660 | static const struct seq_operations sel_avc_cache_stats_seq_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1661 | .start = sel_avc_stats_seq_start, |
| 1662 | .next = sel_avc_stats_seq_next, |
| 1663 | .show = sel_avc_stats_seq_show, |
| 1664 | .stop = sel_avc_stats_seq_stop, |
| 1665 | }; |
| 1666 | |
| 1667 | static int sel_open_avc_cache_stats(struct inode *inode, struct file *file) |
| 1668 | { |
| 1669 | return seq_open(file, &sel_avc_cache_stats_seq_ops); |
| 1670 | } |
| 1671 | |
Arjan van de Ven | 9c2e08c | 2007-02-12 00:55:37 -0800 | [diff] [blame] | 1672 | static const struct file_operations sel_avc_cache_stats_ops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1673 | .open = sel_open_avc_cache_stats, |
| 1674 | .read = seq_read, |
| 1675 | .llseek = seq_lseek, |
| 1676 | .release = seq_release, |
| 1677 | }; |
| 1678 | #endif |
| 1679 | |
| 1680 | static int sel_make_avc_files(struct dentry *dir) |
| 1681 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1682 | struct super_block *sb = dir->d_sb; |
| 1683 | struct selinux_fs_info *fsi = sb->s_fs_info; |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1684 | int i; |
Eric Biggers | cda3712 | 2017-03-25 21:15:37 -0700 | [diff] [blame] | 1685 | static const struct tree_descr files[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1686 | { "cache_threshold", |
| 1687 | &sel_avc_cache_threshold_ops, S_IRUGO|S_IWUSR }, |
| 1688 | { "hash_stats", &sel_avc_hash_stats_ops, S_IRUGO }, |
| 1689 | #ifdef CONFIG_SECURITY_SELINUX_AVC_STATS |
| 1690 | { "cache_stats", &sel_avc_cache_stats_ops, S_IRUGO }, |
| 1691 | #endif |
| 1692 | }; |
| 1693 | |
Nicolas Kaiser | 6e20a64 | 2006-01-06 00:11:22 -0800 | [diff] [blame] | 1694 | for (i = 0; i < ARRAY_SIZE(files); i++) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1695 | struct inode *inode; |
| 1696 | struct dentry *dentry; |
| 1697 | |
| 1698 | dentry = d_alloc_name(dir, files[i].name); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1699 | if (!dentry) |
| 1700 | return -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1701 | |
| 1702 | inode = sel_make_inode(dir->d_sb, S_IFREG|files[i].mode); |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1703 | if (!inode) { |
| 1704 | dput(dentry); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1705 | return -ENOMEM; |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1706 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1707 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1708 | inode->i_fop = files[i].ops; |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1709 | inode->i_ino = ++fsi->last_ino; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1710 | d_add(dentry, inode); |
| 1711 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1712 | |
| 1713 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1714 | } |
| 1715 | |
Jeff Vander Stoep | 66f8e2f | 2019-11-22 10:33:06 +0100 | [diff] [blame] | 1716 | static int sel_make_ss_files(struct dentry *dir) |
| 1717 | { |
| 1718 | struct super_block *sb = dir->d_sb; |
| 1719 | struct selinux_fs_info *fsi = sb->s_fs_info; |
| 1720 | int i; |
| 1721 | static struct tree_descr files[] = { |
| 1722 | { "sidtab_hash_stats", &sel_sidtab_hash_stats_ops, S_IRUGO }, |
| 1723 | }; |
| 1724 | |
| 1725 | for (i = 0; i < ARRAY_SIZE(files); i++) { |
| 1726 | struct inode *inode; |
| 1727 | struct dentry *dentry; |
| 1728 | |
| 1729 | dentry = d_alloc_name(dir, files[i].name); |
| 1730 | if (!dentry) |
| 1731 | return -ENOMEM; |
| 1732 | |
| 1733 | inode = sel_make_inode(dir->d_sb, S_IFREG|files[i].mode); |
| 1734 | if (!inode) { |
| 1735 | dput(dentry); |
| 1736 | return -ENOMEM; |
| 1737 | } |
| 1738 | |
| 1739 | inode->i_fop = files[i].ops; |
| 1740 | inode->i_ino = ++fsi->last_ino; |
| 1741 | d_add(dentry, inode); |
| 1742 | } |
| 1743 | |
| 1744 | return 0; |
| 1745 | } |
| 1746 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 1747 | static ssize_t sel_read_initcon(struct file *file, char __user *buf, |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 1748 | size_t count, loff_t *ppos) |
| 1749 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1750 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 1751 | char *con; |
| 1752 | u32 sid, len; |
| 1753 | ssize_t ret; |
| 1754 | |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 1755 | sid = file_inode(file)->i_ino&SEL_INO_MASK; |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1756 | ret = security_sid_to_context(fsi->state, sid, &con, &len); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1757 | if (ret) |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 1758 | return ret; |
| 1759 | |
| 1760 | ret = simple_read_from_buffer(buf, count, ppos, con, len); |
| 1761 | kfree(con); |
| 1762 | return ret; |
| 1763 | } |
| 1764 | |
| 1765 | static const struct file_operations sel_initcon_ops = { |
| 1766 | .read = sel_read_initcon, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 1767 | .llseek = generic_file_llseek, |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 1768 | }; |
| 1769 | |
| 1770 | static int sel_make_initcon_files(struct dentry *dir) |
| 1771 | { |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1772 | int i; |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 1773 | |
| 1774 | for (i = 1; i <= SECINITSID_NUM; i++) { |
| 1775 | struct inode *inode; |
| 1776 | struct dentry *dentry; |
Stephen Smalley | e3e0b58 | 2020-02-24 11:10:23 -0500 | [diff] [blame] | 1777 | const char *s = security_get_initial_sid_context(i); |
| 1778 | |
| 1779 | if (!s) |
| 1780 | continue; |
| 1781 | dentry = d_alloc_name(dir, s); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1782 | if (!dentry) |
| 1783 | return -ENOMEM; |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 1784 | |
| 1785 | inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO); |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1786 | if (!inode) { |
| 1787 | dput(dentry); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1788 | return -ENOMEM; |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1789 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1790 | |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 1791 | inode->i_fop = &sel_initcon_ops; |
| 1792 | inode->i_ino = i|SEL_INITCON_INO_OFFSET; |
| 1793 | d_add(dentry, inode); |
| 1794 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1795 | |
| 1796 | return 0; |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 1797 | } |
| 1798 | |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1799 | static inline unsigned long sel_class_to_ino(u16 class) |
| 1800 | { |
| 1801 | return (class * (SEL_VEC_MAX + 1)) | SEL_CLASS_INO_OFFSET; |
| 1802 | } |
| 1803 | |
| 1804 | static inline u16 sel_ino_to_class(unsigned long ino) |
| 1805 | { |
Eric Paris | 92ae9e8 | 2012-04-04 13:46:46 -0400 | [diff] [blame] | 1806 | return (ino & SEL_INO_MASK) / (SEL_VEC_MAX + 1); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1807 | } |
| 1808 | |
| 1809 | static inline unsigned long sel_perm_to_ino(u16 class, u32 perm) |
| 1810 | { |
| 1811 | return (class * (SEL_VEC_MAX + 1) + perm) | SEL_CLASS_INO_OFFSET; |
| 1812 | } |
| 1813 | |
| 1814 | static inline u32 sel_ino_to_perm(unsigned long ino) |
| 1815 | { |
| 1816 | return (ino & SEL_INO_MASK) % (SEL_VEC_MAX + 1); |
| 1817 | } |
| 1818 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 1819 | static ssize_t sel_read_class(struct file *file, char __user *buf, |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1820 | size_t count, loff_t *ppos) |
| 1821 | { |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 1822 | unsigned long ino = file_inode(file)->i_ino; |
Al Viro | cc1dad7 | 2012-04-02 19:40:47 -0400 | [diff] [blame] | 1823 | char res[TMPBUFLEN]; |
liuyang34 | 7e78c87 | 2020-01-07 09:39:18 +0800 | [diff] [blame] | 1824 | ssize_t len = scnprintf(res, sizeof(res), "%d", sel_ino_to_class(ino)); |
Al Viro | cc1dad7 | 2012-04-02 19:40:47 -0400 | [diff] [blame] | 1825 | return simple_read_from_buffer(buf, count, ppos, res, len); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1826 | } |
| 1827 | |
| 1828 | static const struct file_operations sel_class_ops = { |
| 1829 | .read = sel_read_class, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 1830 | .llseek = generic_file_llseek, |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1831 | }; |
| 1832 | |
Eric Paris | 1872981 | 2008-04-17 14:15:45 -0400 | [diff] [blame] | 1833 | static ssize_t sel_read_perm(struct file *file, char __user *buf, |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1834 | size_t count, loff_t *ppos) |
| 1835 | { |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 1836 | unsigned long ino = file_inode(file)->i_ino; |
Al Viro | cc1dad7 | 2012-04-02 19:40:47 -0400 | [diff] [blame] | 1837 | char res[TMPBUFLEN]; |
liuyang34 | 7e78c87 | 2020-01-07 09:39:18 +0800 | [diff] [blame] | 1838 | ssize_t len = scnprintf(res, sizeof(res), "%d", sel_ino_to_perm(ino)); |
Al Viro | cc1dad7 | 2012-04-02 19:40:47 -0400 | [diff] [blame] | 1839 | return simple_read_from_buffer(buf, count, ppos, res, len); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1840 | } |
| 1841 | |
| 1842 | static const struct file_operations sel_perm_ops = { |
| 1843 | .read = sel_read_perm, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 1844 | .llseek = generic_file_llseek, |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1845 | }; |
| 1846 | |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 1847 | static ssize_t sel_read_policycap(struct file *file, char __user *buf, |
| 1848 | size_t count, loff_t *ppos) |
| 1849 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1850 | struct selinux_fs_info *fsi = file_inode(file)->i_sb->s_fs_info; |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 1851 | int value; |
| 1852 | char tmpbuf[TMPBUFLEN]; |
| 1853 | ssize_t length; |
Al Viro | 496ad9a | 2013-01-23 17:07:38 -0500 | [diff] [blame] | 1854 | unsigned long i_ino = file_inode(file)->i_ino; |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 1855 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1856 | value = security_policycap_supported(fsi->state, i_ino & SEL_INO_MASK); |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 1857 | length = scnprintf(tmpbuf, TMPBUFLEN, "%d", value); |
| 1858 | |
| 1859 | return simple_read_from_buffer(buf, count, ppos, tmpbuf, length); |
| 1860 | } |
| 1861 | |
| 1862 | static const struct file_operations sel_policycap_ops = { |
| 1863 | .read = sel_read_policycap, |
Arnd Bergmann | 57a62c2 | 2010-07-07 23:40:10 +0200 | [diff] [blame] | 1864 | .llseek = generic_file_llseek, |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 1865 | }; |
| 1866 | |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 1867 | static int sel_make_perm_files(struct selinux_policy *newpolicy, |
| 1868 | char *objclass, int classvalue, |
| 1869 | struct dentry *dir) |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1870 | { |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1871 | int i, rc, nperms; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1872 | char **perms; |
| 1873 | |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 1874 | rc = security_get_permissions(newpolicy, objclass, &perms, &nperms); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1875 | if (rc) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1876 | return rc; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1877 | |
| 1878 | for (i = 0; i < nperms; i++) { |
| 1879 | struct inode *inode; |
| 1880 | struct dentry *dentry; |
| 1881 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1882 | rc = -ENOMEM; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1883 | dentry = d_alloc_name(dir, perms[i]); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1884 | if (!dentry) |
| 1885 | goto out; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1886 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1887 | rc = -ENOMEM; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1888 | inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO); |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1889 | if (!inode) { |
| 1890 | dput(dentry); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1891 | goto out; |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1892 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1893 | |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1894 | inode->i_fop = &sel_perm_ops; |
| 1895 | /* i+1 since perm values are 1-indexed */ |
wzt.wzt@gmail.com | c1a7368 | 2010-04-09 19:30:29 +0800 | [diff] [blame] | 1896 | inode->i_ino = sel_perm_to_ino(classvalue, i + 1); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1897 | d_add(dentry, inode); |
| 1898 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1899 | rc = 0; |
| 1900 | out: |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1901 | for (i = 0; i < nperms; i++) |
| 1902 | kfree(perms[i]); |
| 1903 | kfree(perms); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1904 | return rc; |
| 1905 | } |
| 1906 | |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 1907 | static int sel_make_class_dir_entries(struct selinux_policy *newpolicy, |
| 1908 | char *classname, int index, |
| 1909 | struct dentry *dir) |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1910 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1911 | struct super_block *sb = dir->d_sb; |
| 1912 | struct selinux_fs_info *fsi = sb->s_fs_info; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1913 | struct dentry *dentry = NULL; |
| 1914 | struct inode *inode = NULL; |
| 1915 | int rc; |
| 1916 | |
| 1917 | dentry = d_alloc_name(dir, "index"); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1918 | if (!dentry) |
| 1919 | return -ENOMEM; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1920 | |
| 1921 | inode = sel_make_inode(dir->d_sb, S_IFREG|S_IRUGO); |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1922 | if (!inode) { |
| 1923 | dput(dentry); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1924 | return -ENOMEM; |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1925 | } |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1926 | |
| 1927 | inode->i_fop = &sel_class_ops; |
| 1928 | inode->i_ino = sel_class_to_ino(index); |
| 1929 | d_add(dentry, inode); |
| 1930 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1931 | dentry = sel_make_dir(dir, "perms", &fsi->last_class_ino); |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 1932 | if (IS_ERR(dentry)) |
| 1933 | return PTR_ERR(dentry); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1934 | |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 1935 | rc = sel_make_perm_files(newpolicy, classname, index, dentry); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1936 | |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1937 | return rc; |
| 1938 | } |
| 1939 | |
Daniel Burgener | 66ec384 | 2020-08-19 15:59:33 -0400 | [diff] [blame] | 1940 | static int sel_make_classes(struct selinux_policy *newpolicy, |
| 1941 | struct dentry *class_dir, |
| 1942 | unsigned long *last_class_ino) |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1943 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1944 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1945 | int rc, nclasses, i; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1946 | char **classes; |
| 1947 | |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 1948 | rc = security_get_classes(newpolicy, &classes, &nclasses); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1949 | if (rc) |
| 1950 | return rc; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1951 | |
| 1952 | /* +2 since classes are 1-indexed */ |
Daniel Burgener | 66ec384 | 2020-08-19 15:59:33 -0400 | [diff] [blame] | 1953 | *last_class_ino = sel_class_to_ino(nclasses + 2); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1954 | |
| 1955 | for (i = 0; i < nclasses; i++) { |
| 1956 | struct dentry *class_name_dir; |
| 1957 | |
Daniel Burgener | 66ec384 | 2020-08-19 15:59:33 -0400 | [diff] [blame] | 1958 | class_name_dir = sel_make_dir(class_dir, classes[i], |
| 1959 | last_class_ino); |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 1960 | if (IS_ERR(class_name_dir)) { |
| 1961 | rc = PTR_ERR(class_name_dir); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1962 | goto out; |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 1963 | } |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1964 | |
| 1965 | /* i+1 since class values are 1-indexed */ |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 1966 | rc = sel_make_class_dir_entries(newpolicy, classes[i], i + 1, |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1967 | class_name_dir); |
| 1968 | if (rc) |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1969 | goto out; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1970 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 1971 | rc = 0; |
| 1972 | out: |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1973 | for (i = 0; i < nclasses; i++) |
| 1974 | kfree(classes[i]); |
| 1975 | kfree(classes); |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 1976 | return rc; |
| 1977 | } |
| 1978 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1979 | static int sel_make_policycap(struct selinux_fs_info *fsi) |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 1980 | { |
| 1981 | unsigned int iter; |
| 1982 | struct dentry *dentry = NULL; |
| 1983 | struct inode *inode = NULL; |
| 1984 | |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 1985 | for (iter = 0; iter <= POLICYDB_CAPABILITY_MAX; iter++) { |
Stephen Smalley | 4dc2fce | 2017-05-18 16:58:31 -0400 | [diff] [blame] | 1986 | if (iter < ARRAY_SIZE(selinux_policycap_names)) |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1987 | dentry = d_alloc_name(fsi->policycap_dir, |
Stephen Smalley | 4dc2fce | 2017-05-18 16:58:31 -0400 | [diff] [blame] | 1988 | selinux_policycap_names[iter]); |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 1989 | else |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1990 | dentry = d_alloc_name(fsi->policycap_dir, "unknown"); |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 1991 | |
| 1992 | if (dentry == NULL) |
| 1993 | return -ENOMEM; |
| 1994 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 1995 | inode = sel_make_inode(fsi->sb, S_IFREG | 0444); |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1996 | if (inode == NULL) { |
| 1997 | dput(dentry); |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 1998 | return -ENOMEM; |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 1999 | } |
Paul Moore | 3bb56b2 | 2008-01-29 08:38:19 -0500 | [diff] [blame] | 2000 | |
| 2001 | inode->i_fop = &sel_policycap_ops; |
| 2002 | inode->i_ino = iter | SEL_POLICYCAP_INO_OFFSET; |
| 2003 | d_add(dentry, inode); |
| 2004 | } |
| 2005 | |
| 2006 | return 0; |
| 2007 | } |
| 2008 | |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2009 | static struct dentry *sel_make_dir(struct dentry *dir, const char *name, |
Christopher J. PeBenito | 0dd4ae5 | 2007-05-23 09:12:08 -0400 | [diff] [blame] | 2010 | unsigned long *ino) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2011 | { |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2012 | struct dentry *dentry = d_alloc_name(dir, name); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2013 | struct inode *inode; |
| 2014 | |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2015 | if (!dentry) |
| 2016 | return ERR_PTR(-ENOMEM); |
| 2017 | |
| 2018 | inode = sel_make_inode(dir->d_sb, S_IFDIR | S_IRUGO | S_IXUGO); |
| 2019 | if (!inode) { |
| 2020 | dput(dentry); |
| 2021 | return ERR_PTR(-ENOMEM); |
| 2022 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2023 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2024 | inode->i_op = &simple_dir_inode_operations; |
| 2025 | inode->i_fop = &simple_dir_operations; |
Christopher J. PeBenito | 0dd4ae5 | 2007-05-23 09:12:08 -0400 | [diff] [blame] | 2026 | inode->i_ino = ++(*ino); |
James Morris | 40e906f | 2006-03-22 00:09:16 -0800 | [diff] [blame] | 2027 | /* directory inodes start off with i_nlink == 2 (for "." entry) */ |
Dave Hansen | d8c76e6 | 2006-09-30 23:29:04 -0700 | [diff] [blame] | 2028 | inc_nlink(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2029 | d_add(dentry, inode); |
James Morris | edb20fb | 2006-03-22 00:09:20 -0800 | [diff] [blame] | 2030 | /* bump link count on parent directory, too */ |
David Howells | ce0b16d | 2015-02-19 10:47:02 +0000 | [diff] [blame] | 2031 | inc_nlink(d_inode(dir)); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2032 | |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2033 | return dentry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2034 | } |
| 2035 | |
Daniel Burgener | 0eea609 | 2020-08-19 15:59:35 -0400 | [diff] [blame^] | 2036 | static struct dentry *sel_make_disconnected_dir(struct super_block *sb, |
| 2037 | unsigned long *ino) |
| 2038 | { |
| 2039 | struct inode *inode = sel_make_inode(sb, S_IFDIR | S_IRUGO | S_IXUGO); |
| 2040 | |
| 2041 | if (!inode) |
| 2042 | return ERR_PTR(-ENOMEM); |
| 2043 | |
| 2044 | inode->i_op = &simple_dir_inode_operations; |
| 2045 | inode->i_fop = &simple_dir_operations; |
| 2046 | inode->i_ino = ++(*ino); |
| 2047 | /* directory inodes start off with i_nlink == 2 (for "." entry) */ |
| 2048 | inc_nlink(inode); |
| 2049 | return d_obtain_alias(inode); |
| 2050 | } |
| 2051 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2052 | #define NULL_FILE_NAME "null" |
| 2053 | |
David Howells | 920f50b | 2019-03-25 16:38:30 +0000 | [diff] [blame] | 2054 | static int sel_fill_super(struct super_block *sb, struct fs_context *fc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2055 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2056 | struct selinux_fs_info *fsi; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2057 | int ret; |
| 2058 | struct dentry *dentry; |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2059 | struct inode *inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2060 | struct inode_security_struct *isec; |
| 2061 | |
Eric Biggers | cda3712 | 2017-03-25 21:15:37 -0700 | [diff] [blame] | 2062 | static const struct tree_descr selinux_files[] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2063 | [SEL_LOAD] = {"load", &sel_load_ops, S_IRUSR|S_IWUSR}, |
| 2064 | [SEL_ENFORCE] = {"enforce", &sel_enforce_ops, S_IRUGO|S_IWUSR}, |
Stephen Smalley | ce9982d | 2005-11-08 21:34:33 -0800 | [diff] [blame] | 2065 | [SEL_CONTEXT] = {"context", &transaction_ops, S_IRUGO|S_IWUGO}, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2066 | [SEL_ACCESS] = {"access", &transaction_ops, S_IRUGO|S_IWUGO}, |
| 2067 | [SEL_CREATE] = {"create", &transaction_ops, S_IRUGO|S_IWUGO}, |
| 2068 | [SEL_RELABEL] = {"relabel", &transaction_ops, S_IRUGO|S_IWUGO}, |
| 2069 | [SEL_USER] = {"user", &transaction_ops, S_IRUGO|S_IWUGO}, |
| 2070 | [SEL_POLICYVERS] = {"policyvers", &sel_policyvers_ops, S_IRUGO}, |
| 2071 | [SEL_COMMIT_BOOLS] = {"commit_pending_bools", &sel_commit_bools_ops, S_IWUSR}, |
| 2072 | [SEL_MLS] = {"mls", &sel_mls_ops, S_IRUGO}, |
| 2073 | [SEL_DISABLE] = {"disable", &sel_disable_ops, S_IWUSR}, |
| 2074 | [SEL_MEMBER] = {"member", &transaction_ops, S_IRUGO|S_IWUGO}, |
| 2075 | [SEL_CHECKREQPROT] = {"checkreqprot", &sel_checkreqprot_ops, S_IRUGO|S_IWUSR}, |
Eric Paris | 3f12070 | 2007-09-21 14:37:10 -0400 | [diff] [blame] | 2076 | [SEL_REJECT_UNKNOWN] = {"reject_unknown", &sel_handle_unknown_ops, S_IRUGO}, |
| 2077 | [SEL_DENY_UNKNOWN] = {"deny_unknown", &sel_handle_unknown_ops, S_IRUGO}, |
KaiGai Kohei | 1190416 | 2010-09-14 18:28:39 +0900 | [diff] [blame] | 2078 | [SEL_STATUS] = {"status", &sel_handle_status_ops, S_IRUGO}, |
Eric Paris | 72e8c859 | 2012-02-16 15:08:39 -0500 | [diff] [blame] | 2079 | [SEL_POLICY] = {"policy", &sel_policy_ops, S_IRUGO}, |
Andrew Perepechko | f9df645 | 2015-12-24 11:09:41 -0500 | [diff] [blame] | 2080 | [SEL_VALIDATE_TRANS] = {"validatetrans", &sel_transition_ops, |
| 2081 | S_IWUGO}, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2082 | /* last one */ {""} |
| 2083 | }; |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2084 | |
| 2085 | ret = selinux_fs_info_create(sb); |
| 2086 | if (ret) |
| 2087 | goto err; |
| 2088 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2089 | ret = simple_fill_super(sb, SELINUX_MAGIC, selinux_files); |
| 2090 | if (ret) |
James Morris | 161ce45 | 2006-03-22 00:09:17 -0800 | [diff] [blame] | 2091 | goto err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2092 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2093 | fsi = sb->s_fs_info; |
| 2094 | fsi->bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &fsi->last_ino); |
| 2095 | if (IS_ERR(fsi->bool_dir)) { |
| 2096 | ret = PTR_ERR(fsi->bool_dir); |
| 2097 | fsi->bool_dir = NULL; |
James Morris | 161ce45 | 2006-03-22 00:09:17 -0800 | [diff] [blame] | 2098 | goto err; |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2099 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2100 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2101 | ret = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2102 | dentry = d_alloc_name(sb->s_root, NULL_FILE_NAME); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2103 | if (!dentry) |
James Morris | 161ce45 | 2006-03-22 00:09:17 -0800 | [diff] [blame] | 2104 | goto err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2105 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2106 | ret = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2107 | inode = sel_make_inode(sb, S_IFCHR | S_IRUGO | S_IWUGO); |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 2108 | if (!inode) { |
| 2109 | dput(dentry); |
James Morris | 161ce45 | 2006-03-22 00:09:17 -0800 | [diff] [blame] | 2110 | goto err; |
nixiaoming | 7e4237f | 2018-08-05 17:10:36 +0800 | [diff] [blame] | 2111 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2112 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2113 | inode->i_ino = ++fsi->last_ino; |
Casey Schaufler | 80788c2 | 2018-09-21 17:19:11 -0700 | [diff] [blame] | 2114 | isec = selinux_inode(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2115 | isec->sid = SECINITSID_DEVNULL; |
| 2116 | isec->sclass = SECCLASS_CHR_FILE; |
Andreas Gruenbacher | 4205911 | 2016-11-10 22:18:27 +0100 | [diff] [blame] | 2117 | isec->initialized = LABEL_INITIALIZED; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2118 | |
| 2119 | init_special_inode(inode, S_IFCHR | S_IRUGO | S_IWUGO, MKDEV(MEM_MAJOR, 3)); |
| 2120 | d_add(dentry, inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2121 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2122 | dentry = sel_make_dir(sb->s_root, "avc", &fsi->last_ino); |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2123 | if (IS_ERR(dentry)) { |
| 2124 | ret = PTR_ERR(dentry); |
James Morris | 161ce45 | 2006-03-22 00:09:17 -0800 | [diff] [blame] | 2125 | goto err; |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2126 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2127 | |
| 2128 | ret = sel_make_avc_files(dentry); |
Jeff Vander Stoep | 66f8e2f | 2019-11-22 10:33:06 +0100 | [diff] [blame] | 2129 | |
| 2130 | dentry = sel_make_dir(sb->s_root, "ss", &fsi->last_ino); |
| 2131 | if (IS_ERR(dentry)) { |
| 2132 | ret = PTR_ERR(dentry); |
| 2133 | goto err; |
| 2134 | } |
| 2135 | |
| 2136 | ret = sel_make_ss_files(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2137 | if (ret) |
James Morris | 161ce45 | 2006-03-22 00:09:17 -0800 | [diff] [blame] | 2138 | goto err; |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 2139 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2140 | dentry = sel_make_dir(sb->s_root, "initial_contexts", &fsi->last_ino); |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2141 | if (IS_ERR(dentry)) { |
| 2142 | ret = PTR_ERR(dentry); |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 2143 | goto err; |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2144 | } |
James Carter | f0ee2e4 | 2007-04-04 10:11:29 -0400 | [diff] [blame] | 2145 | |
| 2146 | ret = sel_make_initcon_files(dentry); |
| 2147 | if (ret) |
| 2148 | goto err; |
| 2149 | |
Daniel Burgener | 613ba18 | 2020-08-19 15:59:34 -0400 | [diff] [blame] | 2150 | fsi->class_dir = sel_make_dir(sb->s_root, CLASS_DIR_NAME, &fsi->last_ino); |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2151 | if (IS_ERR(fsi->class_dir)) { |
| 2152 | ret = PTR_ERR(fsi->class_dir); |
| 2153 | fsi->class_dir = NULL; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 2154 | goto err; |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2155 | } |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 2156 | |
Daniel Burgener | 613ba18 | 2020-08-19 15:59:34 -0400 | [diff] [blame] | 2157 | fsi->policycap_dir = sel_make_dir(sb->s_root, POLICYCAP_DIR_NAME, |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2158 | &fsi->last_ino); |
| 2159 | if (IS_ERR(fsi->policycap_dir)) { |
| 2160 | ret = PTR_ERR(fsi->policycap_dir); |
| 2161 | fsi->policycap_dir = NULL; |
Christopher J. PeBenito | e47c8fc5 | 2007-05-23 09:12:09 -0400 | [diff] [blame] | 2162 | goto err; |
Al Viro | a1c2aa1 | 2012-03-18 20:36:59 -0400 | [diff] [blame] | 2163 | } |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2164 | |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 2165 | ret = sel_make_policycap(fsi); |
| 2166 | if (ret) { |
| 2167 | pr_err("SELinux: failed to load policy capabilities\n"); |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2168 | goto err; |
Stephen Smalley | 02a52c5 | 2020-08-07 09:29:34 -0400 | [diff] [blame] | 2169 | } |
| 2170 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2171 | return 0; |
James Morris | 161ce45 | 2006-03-22 00:09:17 -0800 | [diff] [blame] | 2172 | err: |
peter enderborg | f8b69a5 | 2018-06-12 10:09:06 +0200 | [diff] [blame] | 2173 | pr_err("SELinux: %s: failed while creating inodes\n", |
Eric Paris | 744ba35 | 2008-04-17 11:52:44 -0400 | [diff] [blame] | 2174 | __func__); |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2175 | |
| 2176 | selinux_fs_info_free(sb); |
| 2177 | |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2178 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2179 | } |
| 2180 | |
David Howells | 920f50b | 2019-03-25 16:38:30 +0000 | [diff] [blame] | 2181 | static int sel_get_tree(struct fs_context *fc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2182 | { |
David Howells | 920f50b | 2019-03-25 16:38:30 +0000 | [diff] [blame] | 2183 | return get_tree_single(fc, sel_fill_super); |
| 2184 | } |
| 2185 | |
| 2186 | static const struct fs_context_operations sel_context_ops = { |
| 2187 | .get_tree = sel_get_tree, |
| 2188 | }; |
| 2189 | |
| 2190 | static int sel_init_fs_context(struct fs_context *fc) |
| 2191 | { |
| 2192 | fc->ops = &sel_context_ops; |
| 2193 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2194 | } |
| 2195 | |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2196 | static void sel_kill_sb(struct super_block *sb) |
| 2197 | { |
| 2198 | selinux_fs_info_free(sb); |
| 2199 | kill_litter_super(sb); |
| 2200 | } |
| 2201 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2202 | static struct file_system_type sel_fs_type = { |
| 2203 | .name = "selinuxfs", |
David Howells | 920f50b | 2019-03-25 16:38:30 +0000 | [diff] [blame] | 2204 | .init_fs_context = sel_init_fs_context, |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2205 | .kill_sb = sel_kill_sb, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2206 | }; |
| 2207 | |
| 2208 | struct vfsmount *selinuxfs_mount; |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2209 | struct path selinux_null; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2210 | |
| 2211 | static int __init init_sel_fs(void) |
| 2212 | { |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2213 | struct qstr null_name = QSTR_INIT(NULL_FILE_NAME, |
| 2214 | sizeof(NULL_FILE_NAME)-1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2215 | int err; |
| 2216 | |
Stephen Smalley | 6c5a682 | 2019-12-17 09:15:10 -0500 | [diff] [blame] | 2217 | if (!selinux_enabled_boot) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2218 | return 0; |
Greg Kroah-Hartman | 7a627e3 | 2011-05-10 15:34:16 -0700 | [diff] [blame] | 2219 | |
Eric W. Biederman | f9bb488 | 2015-05-13 17:35:41 -0500 | [diff] [blame] | 2220 | err = sysfs_create_mount_point(fs_kobj, "selinux"); |
| 2221 | if (err) |
| 2222 | return err; |
Greg Kroah-Hartman | 7a627e3 | 2011-05-10 15:34:16 -0700 | [diff] [blame] | 2223 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2224 | err = register_filesystem(&sel_fs_type); |
Greg Kroah-Hartman | 7a627e3 | 2011-05-10 15:34:16 -0700 | [diff] [blame] | 2225 | if (err) { |
Eric W. Biederman | f9bb488 | 2015-05-13 17:35:41 -0500 | [diff] [blame] | 2226 | sysfs_remove_mount_point(fs_kobj, "selinux"); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2227 | return err; |
Greg Kroah-Hartman | 7a627e3 | 2011-05-10 15:34:16 -0700 | [diff] [blame] | 2228 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2229 | |
Al Viro | 765927b | 2012-06-26 21:58:53 +0400 | [diff] [blame] | 2230 | selinux_null.mnt = selinuxfs_mount = kern_mount(&sel_fs_type); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2231 | if (IS_ERR(selinuxfs_mount)) { |
peter enderborg | f8b69a5 | 2018-06-12 10:09:06 +0200 | [diff] [blame] | 2232 | pr_err("selinuxfs: could not mount!\n"); |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2233 | err = PTR_ERR(selinuxfs_mount); |
| 2234 | selinuxfs_mount = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2235 | } |
Stephen Smalley | 0619f0f | 2018-03-20 11:59:11 -0400 | [diff] [blame] | 2236 | selinux_null.dentry = d_hash_and_lookup(selinux_null.mnt->mnt_root, |
| 2237 | &null_name); |
| 2238 | if (IS_ERR(selinux_null.dentry)) { |
| 2239 | pr_err("selinuxfs: could not lookup null!\n"); |
| 2240 | err = PTR_ERR(selinux_null.dentry); |
| 2241 | selinux_null.dentry = NULL; |
| 2242 | } |
Eric Paris | b77a493 | 2010-11-23 11:40:08 -0500 | [diff] [blame] | 2243 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2244 | return err; |
| 2245 | } |
| 2246 | |
| 2247 | __initcall(init_sel_fs); |
| 2248 | |
| 2249 | #ifdef CONFIG_SECURITY_SELINUX_DISABLE |
| 2250 | void exit_sel_fs(void) |
| 2251 | { |
Eric W. Biederman | f9bb488 | 2015-05-13 17:35:41 -0500 | [diff] [blame] | 2252 | sysfs_remove_mount_point(fs_kobj, "selinux"); |
Stephen Smalley | fd40ffc | 2018-04-09 14:36:05 -0400 | [diff] [blame] | 2253 | dput(selinux_null.dentry); |
Tim Chen | 423e0ab | 2011-07-19 09:32:38 -0700 | [diff] [blame] | 2254 | kern_unmount(selinuxfs_mount); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2255 | unregister_filesystem(&sel_fs_type); |
| 2256 | } |
| 2257 | #endif |