blob: 628c7ac590a0c1465943b08119d601a15f1cb91c [file] [log] [blame]
85c87212005-04-29 16:23:29 +01001/* auditsc.c -- System-call auditing support
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 * Handles all system-call specific auditing features.
3 *
4 * Copyright 2003-2004 Red Hat Inc., Durham, North Carolina.
Amy Griffis73241cc2005-11-03 16:00:25 +00005 * Copyright 2005 Hewlett-Packard Development Company, L.P.
George C. Wilson20ca73b2006-05-24 16:09:55 -05006 * Copyright (C) 2005, 2006 IBM Corporation
Linus Torvalds1da177e2005-04-16 15:20:36 -07007 * All Rights Reserved.
8 *
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
13 *
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
18 *
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22 *
23 * Written by Rickard E. (Rik) Faith <faith@redhat.com>
24 *
25 * Many of the ideas implemented here are from Stephen C. Tweedie,
26 * especially the idea of avoiding a copy by using getname.
27 *
28 * The method for actual interception of syscall entry and exit (not in
29 * this file -- see entry.S) is based on a GPL'd patch written by
30 * okir@suse.de and Copyright 2003 SuSE Linux AG.
31 *
George C. Wilson20ca73b2006-05-24 16:09:55 -050032 * POSIX message queue support added by George Wilson <ltcgcw@us.ibm.com>,
33 * 2006.
34 *
Dustin Kirklandb63862f2005-11-03 15:41:46 +000035 * The support of additional filter rules compares (>, <, >=, <=) was
36 * added by Dustin Kirkland <dustin.kirkland@us.ibm.com>, 2005.
37 *
Amy Griffis73241cc2005-11-03 16:00:25 +000038 * Modified by Amy Griffis <amy.griffis@hp.com> to collect additional
39 * filesystem information.
Dustin Kirkland8c8570f2005-11-03 17:15:16 +000040 *
41 * Subject and object context labeling support added by <danjones@us.ibm.com>
42 * and <dustin.kirkland@us.ibm.com> for LSPP certification compliance.
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 */
44
45#include <linux/init.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include <asm/types.h>
Alan Cox715b49e2006-01-18 17:44:07 -080047#include <asm/atomic.h>
Amy Griffis73241cc2005-11-03 16:00:25 +000048#include <asm/types.h>
49#include <linux/fs.h>
50#include <linux/namei.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#include <linux/mm.h>
52#include <linux/module.h>
Stephen Smalley01116102005-05-21 00:15:52 +010053#include <linux/mount.h>
David Woodhouse3ec3b2f2005-05-17 12:08:48 +010054#include <linux/socket.h>
George C. Wilson20ca73b2006-05-24 16:09:55 -050055#include <linux/mqueue.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070056#include <linux/audit.h>
57#include <linux/personality.h>
58#include <linux/time.h>
David Woodhouse5bb289b2005-06-24 14:14:05 +010059#include <linux/netlink.h>
David Woodhousef5561962005-07-13 22:47:07 +010060#include <linux/compiler.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070061#include <asm/unistd.h>
Dustin Kirkland8c8570f2005-11-03 17:15:16 +000062#include <linux/security.h>
David Woodhousefe7752b2005-12-15 18:33:52 +000063#include <linux/list.h>
Steve Grubba6c043a2006-01-01 14:07:00 -050064#include <linux/tty.h>
Darrel Goeddel3dc7e312006-03-10 18:14:06 -060065#include <linux/selinux.h>
Al Viro473ae302006-04-26 14:04:08 -040066#include <linux/binfmts.h>
Al Viroa1f8e7f72006-10-19 16:08:53 -040067#include <linux/highmem.h>
Al Virof46038f2006-05-06 08:22:52 -040068#include <linux/syscalls.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
David Woodhousefe7752b2005-12-15 18:33:52 +000070#include "audit.h"
71
72extern struct list_head audit_filter_list[];
Linus Torvalds1da177e2005-04-16 15:20:36 -070073
74/* No syscall auditing will take place unless audit_enabled != 0. */
75extern int audit_enabled;
76
77/* AUDIT_NAMES is the number of slots we reserve in the audit_context
78 * for saving names from getname(). */
79#define AUDIT_NAMES 20
80
81/* AUDIT_NAMES_RESERVED is the number of slots we reserve in the
82 * audit_context from being used for nameless inodes from
83 * path_lookup. */
84#define AUDIT_NAMES_RESERVED 7
85
Amy Griffis9c937dc2006-06-08 23:19:31 -040086/* Indicates that audit should log the full pathname. */
87#define AUDIT_NAME_FULL -1
88
Al Viro471a5c72006-07-10 08:29:24 -040089/* number of audit rules */
90int audit_n_rules;
91
Linus Torvalds1da177e2005-04-16 15:20:36 -070092/* When fs/namei.c:getname() is called, we store the pointer in name and
93 * we don't let putname() free it (instead we free all of the saved
94 * pointers at syscall exit time).
95 *
96 * Further, in fs/namei.c:path_lookup() we store the inode and device. */
97struct audit_names {
98 const char *name;
Amy Griffis9c937dc2006-06-08 23:19:31 -040099 int name_len; /* number of name's characters to log */
100 unsigned name_put; /* call __putname() for this name */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700101 unsigned long ino;
102 dev_t dev;
103 umode_t mode;
104 uid_t uid;
105 gid_t gid;
106 dev_t rdev;
Steve Grubb1b50eed2006-04-03 14:06:13 -0400107 u32 osid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108};
109
110struct audit_aux_data {
111 struct audit_aux_data *next;
112 int type;
113};
114
115#define AUDIT_AUX_IPCPERM 0
116
George C. Wilson20ca73b2006-05-24 16:09:55 -0500117struct audit_aux_data_mq_open {
118 struct audit_aux_data d;
119 int oflag;
120 mode_t mode;
121 struct mq_attr attr;
122};
123
124struct audit_aux_data_mq_sendrecv {
125 struct audit_aux_data d;
126 mqd_t mqdes;
127 size_t msg_len;
128 unsigned int msg_prio;
129 struct timespec abs_timeout;
130};
131
132struct audit_aux_data_mq_notify {
133 struct audit_aux_data d;
134 mqd_t mqdes;
135 struct sigevent notification;
136};
137
138struct audit_aux_data_mq_getsetattr {
139 struct audit_aux_data d;
140 mqd_t mqdes;
141 struct mq_attr mqstat;
142};
143
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144struct audit_aux_data_ipcctl {
145 struct audit_aux_data d;
146 struct ipc_perm p;
147 unsigned long qbytes;
148 uid_t uid;
149 gid_t gid;
150 mode_t mode;
Steve Grubb9c7aa6a2006-03-31 15:22:49 -0500151 u32 osid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152};
153
Al Viro473ae302006-04-26 14:04:08 -0400154struct audit_aux_data_execve {
155 struct audit_aux_data d;
156 int argc;
157 int envc;
158 char mem[0];
159};
160
David Woodhouse3ec3b2f2005-05-17 12:08:48 +0100161struct audit_aux_data_socketcall {
162 struct audit_aux_data d;
163 int nargs;
164 unsigned long args[0];
165};
166
167struct audit_aux_data_sockaddr {
168 struct audit_aux_data d;
169 int len;
170 char a[0];
171};
172
Al Virodb349502007-02-07 01:48:00 -0500173struct audit_aux_data_fd_pair {
174 struct audit_aux_data d;
175 int fd[2];
176};
177
Stephen Smalley01116102005-05-21 00:15:52 +0100178struct audit_aux_data_path {
179 struct audit_aux_data d;
180 struct dentry *dentry;
181 struct vfsmount *mnt;
182};
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183
184/* The per-task audit context. */
185struct audit_context {
Al Virod51374a2006-08-03 10:59:26 -0400186 int dummy; /* must be the first element */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700187 int in_syscall; /* 1 if task is in a syscall */
188 enum audit_state state;
189 unsigned int serial; /* serial number for record */
190 struct timespec ctime; /* time of syscall entry */
191 uid_t loginuid; /* login uid (identity) */
192 int major; /* syscall number */
193 unsigned long argv[4]; /* syscall arguments */
194 int return_valid; /* return code is valid */
2fd6f582005-04-29 16:08:28 +0100195 long return_code;/* syscall return code */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196 int auditable; /* 1 if record should be written */
197 int name_count;
198 struct audit_names names[AUDIT_NAMES];
Amy Griffis5adc8a62006-06-14 18:45:21 -0400199 char * filterkey; /* key for rule that triggered record */
David Woodhouse8f37d472005-05-27 12:17:28 +0100200 struct dentry * pwd;
201 struct vfsmount * pwdmnt;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202 struct audit_context *previous; /* For nested syscalls */
203 struct audit_aux_data *aux;
204
205 /* Save things to print about task_struct */
Al Virof46038f2006-05-06 08:22:52 -0400206 pid_t pid, ppid;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700207 uid_t uid, euid, suid, fsuid;
208 gid_t gid, egid, sgid, fsgid;
209 unsigned long personality;
2fd6f582005-04-29 16:08:28 +0100210 int arch;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211
212#if AUDIT_DEBUG
213 int put_count;
214 int ino_count;
215#endif
216};
217
Al Viro55669bf2006-08-31 19:26:40 -0400218#define ACC_MODE(x) ("\004\002\006\006"[(x)&O_ACCMODE])
219static inline int open_arg(int flags, int mask)
220{
221 int n = ACC_MODE(flags);
222 if (flags & (O_TRUNC | O_CREAT))
223 n |= AUDIT_PERM_WRITE;
224 return n & mask;
225}
226
227static int audit_match_perm(struct audit_context *ctx, int mask)
228{
229 unsigned n = ctx->major;
230 switch (audit_classify_syscall(ctx->arch, n)) {
231 case 0: /* native */
232 if ((mask & AUDIT_PERM_WRITE) &&
233 audit_match_class(AUDIT_CLASS_WRITE, n))
234 return 1;
235 if ((mask & AUDIT_PERM_READ) &&
236 audit_match_class(AUDIT_CLASS_READ, n))
237 return 1;
238 if ((mask & AUDIT_PERM_ATTR) &&
239 audit_match_class(AUDIT_CLASS_CHATTR, n))
240 return 1;
241 return 0;
242 case 1: /* 32bit on biarch */
243 if ((mask & AUDIT_PERM_WRITE) &&
244 audit_match_class(AUDIT_CLASS_WRITE_32, n))
245 return 1;
246 if ((mask & AUDIT_PERM_READ) &&
247 audit_match_class(AUDIT_CLASS_READ_32, n))
248 return 1;
249 if ((mask & AUDIT_PERM_ATTR) &&
250 audit_match_class(AUDIT_CLASS_CHATTR_32, n))
251 return 1;
252 return 0;
253 case 2: /* open */
254 return mask & ACC_MODE(ctx->argv[1]);
255 case 3: /* openat */
256 return mask & ACC_MODE(ctx->argv[2]);
257 case 4: /* socketcall */
258 return ((mask & AUDIT_PERM_WRITE) && ctx->argv[0] == SYS_BIND);
259 case 5: /* execve */
260 return mask & AUDIT_PERM_EXEC;
261 default:
262 return 0;
263 }
264}
265
Amy Griffisf368c07d2006-04-07 16:55:56 -0400266/* Determine if any context name data matches a rule's watch data */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267/* Compare a task_struct with an audit_rule. Return 1 on match, 0
268 * otherwise. */
269static int audit_filter_rules(struct task_struct *tsk,
Amy Griffis93315ed2006-02-07 12:05:27 -0500270 struct audit_krule *rule,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 struct audit_context *ctx,
Amy Griffisf368c07d2006-04-07 16:55:56 -0400272 struct audit_names *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 enum audit_state *state)
274{
Steve Grubb2ad312d2006-04-11 08:50:56 -0400275 int i, j, need_sid = 1;
Darrel Goeddel3dc7e312006-03-10 18:14:06 -0600276 u32 sid;
277
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278 for (i = 0; i < rule->field_count; i++) {
Amy Griffis93315ed2006-02-07 12:05:27 -0500279 struct audit_field *f = &rule->fields[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280 int result = 0;
281
Amy Griffis93315ed2006-02-07 12:05:27 -0500282 switch (f->type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283 case AUDIT_PID:
Amy Griffis93315ed2006-02-07 12:05:27 -0500284 result = audit_comparator(tsk->pid, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285 break;
Al Viro3c662512006-05-06 08:26:27 -0400286 case AUDIT_PPID:
Alexander Viro419c58f2006-09-29 00:08:50 -0400287 if (ctx) {
288 if (!ctx->ppid)
289 ctx->ppid = sys_getppid();
Al Viro3c662512006-05-06 08:26:27 -0400290 result = audit_comparator(ctx->ppid, f->op, f->val);
Alexander Viro419c58f2006-09-29 00:08:50 -0400291 }
Al Viro3c662512006-05-06 08:26:27 -0400292 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293 case AUDIT_UID:
Amy Griffis93315ed2006-02-07 12:05:27 -0500294 result = audit_comparator(tsk->uid, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 break;
296 case AUDIT_EUID:
Amy Griffis93315ed2006-02-07 12:05:27 -0500297 result = audit_comparator(tsk->euid, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298 break;
299 case AUDIT_SUID:
Amy Griffis93315ed2006-02-07 12:05:27 -0500300 result = audit_comparator(tsk->suid, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 break;
302 case AUDIT_FSUID:
Amy Griffis93315ed2006-02-07 12:05:27 -0500303 result = audit_comparator(tsk->fsuid, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304 break;
305 case AUDIT_GID:
Amy Griffis93315ed2006-02-07 12:05:27 -0500306 result = audit_comparator(tsk->gid, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307 break;
308 case AUDIT_EGID:
Amy Griffis93315ed2006-02-07 12:05:27 -0500309 result = audit_comparator(tsk->egid, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 break;
311 case AUDIT_SGID:
Amy Griffis93315ed2006-02-07 12:05:27 -0500312 result = audit_comparator(tsk->sgid, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700313 break;
314 case AUDIT_FSGID:
Amy Griffis93315ed2006-02-07 12:05:27 -0500315 result = audit_comparator(tsk->fsgid, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 break;
317 case AUDIT_PERS:
Amy Griffis93315ed2006-02-07 12:05:27 -0500318 result = audit_comparator(tsk->personality, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319 break;
2fd6f582005-04-29 16:08:28 +0100320 case AUDIT_ARCH:
Dustin Kirklandb63862f2005-11-03 15:41:46 +0000321 if (ctx)
Amy Griffis93315ed2006-02-07 12:05:27 -0500322 result = audit_comparator(ctx->arch, f->op, f->val);
2fd6f582005-04-29 16:08:28 +0100323 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324
325 case AUDIT_EXIT:
326 if (ctx && ctx->return_valid)
Amy Griffis93315ed2006-02-07 12:05:27 -0500327 result = audit_comparator(ctx->return_code, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328 break;
329 case AUDIT_SUCCESS:
David Woodhouseb01f2cc2005-08-27 10:25:43 +0100330 if (ctx && ctx->return_valid) {
Amy Griffis93315ed2006-02-07 12:05:27 -0500331 if (f->val)
332 result = audit_comparator(ctx->return_valid, f->op, AUDITSC_SUCCESS);
David Woodhouseb01f2cc2005-08-27 10:25:43 +0100333 else
Amy Griffis93315ed2006-02-07 12:05:27 -0500334 result = audit_comparator(ctx->return_valid, f->op, AUDITSC_FAILURE);
David Woodhouseb01f2cc2005-08-27 10:25:43 +0100335 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336 break;
337 case AUDIT_DEVMAJOR:
Amy Griffisf368c07d2006-04-07 16:55:56 -0400338 if (name)
339 result = audit_comparator(MAJOR(name->dev),
340 f->op, f->val);
341 else if (ctx) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700342 for (j = 0; j < ctx->name_count; j++) {
Amy Griffis93315ed2006-02-07 12:05:27 -0500343 if (audit_comparator(MAJOR(ctx->names[j].dev), f->op, f->val)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344 ++result;
345 break;
346 }
347 }
348 }
349 break;
350 case AUDIT_DEVMINOR:
Amy Griffisf368c07d2006-04-07 16:55:56 -0400351 if (name)
352 result = audit_comparator(MINOR(name->dev),
353 f->op, f->val);
354 else if (ctx) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355 for (j = 0; j < ctx->name_count; j++) {
Amy Griffis93315ed2006-02-07 12:05:27 -0500356 if (audit_comparator(MINOR(ctx->names[j].dev), f->op, f->val)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 ++result;
358 break;
359 }
360 }
361 }
362 break;
363 case AUDIT_INODE:
Amy Griffisf368c07d2006-04-07 16:55:56 -0400364 if (name)
Amy Griffis9c937dc2006-06-08 23:19:31 -0400365 result = (name->ino == f->val);
Amy Griffisf368c07d2006-04-07 16:55:56 -0400366 else if (ctx) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700367 for (j = 0; j < ctx->name_count; j++) {
Amy Griffis9c937dc2006-06-08 23:19:31 -0400368 if (audit_comparator(ctx->names[j].ino, f->op, f->val)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700369 ++result;
370 break;
371 }
372 }
373 }
374 break;
Amy Griffisf368c07d2006-04-07 16:55:56 -0400375 case AUDIT_WATCH:
376 if (name && rule->watch->ino != (unsigned long)-1)
377 result = (name->dev == rule->watch->dev &&
Amy Griffis9c937dc2006-06-08 23:19:31 -0400378 name->ino == rule->watch->ino);
Amy Griffisf368c07d2006-04-07 16:55:56 -0400379 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 case AUDIT_LOGINUID:
381 result = 0;
382 if (ctx)
Amy Griffis93315ed2006-02-07 12:05:27 -0500383 result = audit_comparator(ctx->loginuid, f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384 break;
Darrel Goeddel3a6b9f82006-06-29 16:56:39 -0500385 case AUDIT_SUBJ_USER:
386 case AUDIT_SUBJ_ROLE:
387 case AUDIT_SUBJ_TYPE:
388 case AUDIT_SUBJ_SEN:
389 case AUDIT_SUBJ_CLR:
Darrel Goeddel3dc7e312006-03-10 18:14:06 -0600390 /* NOTE: this may return negative values indicating
391 a temporary error. We simply treat this as a
392 match for now to avoid losing information that
393 may be wanted. An error message will also be
394 logged upon error */
Steve Grubb2ad312d2006-04-11 08:50:56 -0400395 if (f->se_rule) {
396 if (need_sid) {
Stephen Smalley62bac012006-09-25 23:31:56 -0700397 selinux_get_task_sid(tsk, &sid);
Steve Grubb2ad312d2006-04-11 08:50:56 -0400398 need_sid = 0;
399 }
Darrel Goeddel3dc7e312006-03-10 18:14:06 -0600400 result = selinux_audit_rule_match(sid, f->type,
401 f->op,
402 f->se_rule,
403 ctx);
Steve Grubb2ad312d2006-04-11 08:50:56 -0400404 }
Darrel Goeddel3dc7e312006-03-10 18:14:06 -0600405 break;
Darrel Goeddel6e5a2d12006-06-29 16:57:08 -0500406 case AUDIT_OBJ_USER:
407 case AUDIT_OBJ_ROLE:
408 case AUDIT_OBJ_TYPE:
409 case AUDIT_OBJ_LEV_LOW:
410 case AUDIT_OBJ_LEV_HIGH:
411 /* The above note for AUDIT_SUBJ_USER...AUDIT_SUBJ_CLR
412 also applies here */
413 if (f->se_rule) {
414 /* Find files that match */
415 if (name) {
416 result = selinux_audit_rule_match(
417 name->osid, f->type, f->op,
418 f->se_rule, ctx);
419 } else if (ctx) {
420 for (j = 0; j < ctx->name_count; j++) {
421 if (selinux_audit_rule_match(
422 ctx->names[j].osid,
423 f->type, f->op,
424 f->se_rule, ctx)) {
425 ++result;
426 break;
427 }
428 }
429 }
430 /* Find ipc objects that match */
431 if (ctx) {
432 struct audit_aux_data *aux;
433 for (aux = ctx->aux; aux;
434 aux = aux->next) {
435 if (aux->type == AUDIT_IPC) {
436 struct audit_aux_data_ipcctl *axi = (void *)aux;
437 if (selinux_audit_rule_match(axi->osid, f->type, f->op, f->se_rule, ctx)) {
438 ++result;
439 break;
440 }
441 }
442 }
443 }
444 }
445 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446 case AUDIT_ARG0:
447 case AUDIT_ARG1:
448 case AUDIT_ARG2:
449 case AUDIT_ARG3:
450 if (ctx)
Amy Griffis93315ed2006-02-07 12:05:27 -0500451 result = audit_comparator(ctx->argv[f->type-AUDIT_ARG0], f->op, f->val);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452 break;
Amy Griffis5adc8a62006-06-14 18:45:21 -0400453 case AUDIT_FILTERKEY:
454 /* ignore this field for filtering */
455 result = 1;
456 break;
Al Viro55669bf2006-08-31 19:26:40 -0400457 case AUDIT_PERM:
458 result = audit_match_perm(ctx, f->val);
459 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460 }
461
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462 if (!result)
463 return 0;
464 }
Amy Griffis5adc8a62006-06-14 18:45:21 -0400465 if (rule->filterkey)
466 ctx->filterkey = kstrdup(rule->filterkey, GFP_ATOMIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 switch (rule->action) {
468 case AUDIT_NEVER: *state = AUDIT_DISABLED; break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 case AUDIT_ALWAYS: *state = AUDIT_RECORD_CONTEXT; break;
470 }
471 return 1;
472}
473
474/* At process creation time, we can determine if system-call auditing is
475 * completely disabled for this task. Since we only have the task
476 * structure at this point, we can only check uid and gid.
477 */
478static enum audit_state audit_filter_task(struct task_struct *tsk)
479{
480 struct audit_entry *e;
481 enum audit_state state;
482
483 rcu_read_lock();
David Woodhouse0f45aa12005-06-19 19:35:50 +0100484 list_for_each_entry_rcu(e, &audit_filter_list[AUDIT_FILTER_TASK], list) {
Amy Griffisf368c07d2006-04-07 16:55:56 -0400485 if (audit_filter_rules(tsk, &e->rule, NULL, NULL, &state)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486 rcu_read_unlock();
487 return state;
488 }
489 }
490 rcu_read_unlock();
491 return AUDIT_BUILD_CONTEXT;
492}
493
494/* At syscall entry and exit time, this filter is called if the
495 * audit_state is not low enough that auditing cannot take place, but is
Steve Grubb23f32d12005-05-13 18:35:15 +0100496 * also not high enough that we already know we have to write an audit
Randy Dunlapb0dd25a2005-09-13 12:47:11 -0700497 * record (i.e., the state is AUDIT_SETUP_CONTEXT or AUDIT_BUILD_CONTEXT).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498 */
499static enum audit_state audit_filter_syscall(struct task_struct *tsk,
500 struct audit_context *ctx,
501 struct list_head *list)
502{
503 struct audit_entry *e;
David Woodhousec3896492005-08-17 14:49:57 +0100504 enum audit_state state;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505
David Woodhouse351bb722005-07-14 14:40:06 +0100506 if (audit_pid && tsk->tgid == audit_pid)
David Woodhousef7056d62005-06-20 16:07:33 +0100507 return AUDIT_DISABLED;
508
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 rcu_read_lock();
David Woodhousec3896492005-08-17 14:49:57 +0100510 if (!list_empty(list)) {
Dustin Kirklandb63862f2005-11-03 15:41:46 +0000511 int word = AUDIT_WORD(ctx->major);
512 int bit = AUDIT_BIT(ctx->major);
David Woodhousec3896492005-08-17 14:49:57 +0100513
Dustin Kirklandb63862f2005-11-03 15:41:46 +0000514 list_for_each_entry_rcu(e, list, list) {
Amy Griffisf368c07d2006-04-07 16:55:56 -0400515 if ((e->rule.mask[word] & bit) == bit &&
516 audit_filter_rules(tsk, &e->rule, ctx, NULL,
517 &state)) {
Dustin Kirklandb63862f2005-11-03 15:41:46 +0000518 rcu_read_unlock();
519 return state;
520 }
521 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 }
523 rcu_read_unlock();
524 return AUDIT_BUILD_CONTEXT;
525}
526
Amy Griffisf368c07d2006-04-07 16:55:56 -0400527/* At syscall exit time, this filter is called if any audit_names[] have been
528 * collected during syscall processing. We only check rules in sublists at hash
529 * buckets applicable to the inode numbers in audit_names[].
530 * Regarding audit_state, same rules apply as for audit_filter_syscall().
531 */
532enum audit_state audit_filter_inodes(struct task_struct *tsk,
533 struct audit_context *ctx)
534{
535 int i;
536 struct audit_entry *e;
537 enum audit_state state;
538
539 if (audit_pid && tsk->tgid == audit_pid)
540 return AUDIT_DISABLED;
541
542 rcu_read_lock();
543 for (i = 0; i < ctx->name_count; i++) {
544 int word = AUDIT_WORD(ctx->major);
545 int bit = AUDIT_BIT(ctx->major);
546 struct audit_names *n = &ctx->names[i];
547 int h = audit_hash_ino((u32)n->ino);
548 struct list_head *list = &audit_inode_hash[h];
549
550 if (list_empty(list))
551 continue;
552
553 list_for_each_entry_rcu(e, list, list) {
554 if ((e->rule.mask[word] & bit) == bit &&
555 audit_filter_rules(tsk, &e->rule, ctx, n, &state)) {
556 rcu_read_unlock();
557 return state;
558 }
559 }
560 }
561 rcu_read_unlock();
562 return AUDIT_BUILD_CONTEXT;
563}
564
565void audit_set_auditable(struct audit_context *ctx)
566{
567 ctx->auditable = 1;
568}
569
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570static inline struct audit_context *audit_get_context(struct task_struct *tsk,
571 int return_valid,
572 int return_code)
573{
574 struct audit_context *context = tsk->audit_context;
575
576 if (likely(!context))
577 return NULL;
578 context->return_valid = return_valid;
579 context->return_code = return_code;
580
Al Virod51374a2006-08-03 10:59:26 -0400581 if (context->in_syscall && !context->dummy && !context->auditable) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 enum audit_state state;
Amy Griffisf368c07d2006-04-07 16:55:56 -0400583
David Woodhouse0f45aa12005-06-19 19:35:50 +0100584 state = audit_filter_syscall(tsk, context, &audit_filter_list[AUDIT_FILTER_EXIT]);
Amy Griffisf368c07d2006-04-07 16:55:56 -0400585 if (state == AUDIT_RECORD_CONTEXT) {
586 context->auditable = 1;
587 goto get_context;
588 }
589
590 state = audit_filter_inodes(tsk, context);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700591 if (state == AUDIT_RECORD_CONTEXT)
592 context->auditable = 1;
Amy Griffisf368c07d2006-04-07 16:55:56 -0400593
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594 }
595
Amy Griffisf368c07d2006-04-07 16:55:56 -0400596get_context:
Al Viro3f2792f2006-07-16 06:43:48 -0400597
Linus Torvalds1da177e2005-04-16 15:20:36 -0700598 tsk->audit_context = NULL;
599 return context;
600}
601
602static inline void audit_free_names(struct audit_context *context)
603{
604 int i;
605
606#if AUDIT_DEBUG == 2
607 if (context->auditable
608 ||context->put_count + context->ino_count != context->name_count) {
Amy Griffis73241cc2005-11-03 16:00:25 +0000609 printk(KERN_ERR "%s:%d(:%d): major=%d in_syscall=%d"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700610 " name_count=%d put_count=%d"
611 " ino_count=%d [NOT freeing]\n",
Amy Griffis73241cc2005-11-03 16:00:25 +0000612 __FILE__, __LINE__,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700613 context->serial, context->major, context->in_syscall,
614 context->name_count, context->put_count,
615 context->ino_count);
Dustin Kirkland8c8570f2005-11-03 17:15:16 +0000616 for (i = 0; i < context->name_count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617 printk(KERN_ERR "names[%d] = %p = %s\n", i,
618 context->names[i].name,
Amy Griffis73241cc2005-11-03 16:00:25 +0000619 context->names[i].name ?: "(null)");
Dustin Kirkland8c8570f2005-11-03 17:15:16 +0000620 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621 dump_stack();
622 return;
623 }
624#endif
625#if AUDIT_DEBUG
626 context->put_count = 0;
627 context->ino_count = 0;
628#endif
629
Dustin Kirkland8c8570f2005-11-03 17:15:16 +0000630 for (i = 0; i < context->name_count; i++) {
Amy Griffis9c937dc2006-06-08 23:19:31 -0400631 if (context->names[i].name && context->names[i].name_put)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632 __putname(context->names[i].name);
Dustin Kirkland8c8570f2005-11-03 17:15:16 +0000633 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634 context->name_count = 0;
David Woodhouse8f37d472005-05-27 12:17:28 +0100635 if (context->pwd)
636 dput(context->pwd);
637 if (context->pwdmnt)
638 mntput(context->pwdmnt);
639 context->pwd = NULL;
640 context->pwdmnt = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700641}
642
643static inline void audit_free_aux(struct audit_context *context)
644{
645 struct audit_aux_data *aux;
646
647 while ((aux = context->aux)) {
Stephen Smalley01116102005-05-21 00:15:52 +0100648 if (aux->type == AUDIT_AVC_PATH) {
649 struct audit_aux_data_path *axi = (void *)aux;
650 dput(axi->dentry);
651 mntput(axi->mnt);
652 }
Dustin Kirkland8c8570f2005-11-03 17:15:16 +0000653
Linus Torvalds1da177e2005-04-16 15:20:36 -0700654 context->aux = aux->next;
655 kfree(aux);
656 }
657}
658
659static inline void audit_zero_context(struct audit_context *context,
660 enum audit_state state)
661{
662 uid_t loginuid = context->loginuid;
663
664 memset(context, 0, sizeof(*context));
665 context->state = state;
666 context->loginuid = loginuid;
667}
668
669static inline struct audit_context *audit_alloc_context(enum audit_state state)
670{
671 struct audit_context *context;
672
673 if (!(context = kmalloc(sizeof(*context), GFP_KERNEL)))
674 return NULL;
675 audit_zero_context(context, state);
676 return context;
677}
678
Randy Dunlapb0dd25a2005-09-13 12:47:11 -0700679/**
680 * audit_alloc - allocate an audit context block for a task
681 * @tsk: task
682 *
683 * Filter on the task information and allocate a per-task audit context
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684 * if necessary. Doing so turns on system call auditing for the
685 * specified task. This is called from copy_process, so no lock is
Randy Dunlapb0dd25a2005-09-13 12:47:11 -0700686 * needed.
687 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688int audit_alloc(struct task_struct *tsk)
689{
690 struct audit_context *context;
691 enum audit_state state;
692
693 if (likely(!audit_enabled))
694 return 0; /* Return if not auditing. */
695
696 state = audit_filter_task(tsk);
697 if (likely(state == AUDIT_DISABLED))
698 return 0;
699
700 if (!(context = audit_alloc_context(state))) {
701 audit_log_lost("out of memory in audit_alloc");
702 return -ENOMEM;
703 }
704
705 /* Preserve login uid */
706 context->loginuid = -1;
707 if (current->audit_context)
708 context->loginuid = current->audit_context->loginuid;
709
710 tsk->audit_context = context;
711 set_tsk_thread_flag(tsk, TIF_SYSCALL_AUDIT);
712 return 0;
713}
714
715static inline void audit_free_context(struct audit_context *context)
716{
717 struct audit_context *previous;
718 int count = 0;
719
720 do {
721 previous = context->previous;
722 if (previous || (count && count < 10)) {
723 ++count;
724 printk(KERN_ERR "audit(:%d): major=%d name_count=%d:"
725 " freeing multiple contexts (%d)\n",
726 context->serial, context->major,
727 context->name_count, count);
728 }
729 audit_free_names(context);
730 audit_free_aux(context);
Amy Griffis5adc8a62006-06-14 18:45:21 -0400731 kfree(context->filterkey);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732 kfree(context);
733 context = previous;
734 } while (context);
735 if (count >= 10)
736 printk(KERN_ERR "audit: freed %d contexts\n", count);
737}
738
Joy Latten161a09e2006-11-27 13:11:54 -0600739void audit_log_task_context(struct audit_buffer *ab)
Dustin Kirkland8c8570f2005-11-03 17:15:16 +0000740{
741 char *ctx = NULL;
Al Viroc4823bc2007-03-12 16:17:42 +0000742 unsigned len;
743 int error;
744 u32 sid;
Dustin Kirkland8c8570f2005-11-03 17:15:16 +0000745
Al Viroc4823bc2007-03-12 16:17:42 +0000746 selinux_get_task_sid(current, &sid);
747 if (!sid)
748 return;
749
750 error = selinux_sid_to_string(sid, &ctx, &len);
751 if (error) {
752 if (error != -EINVAL)
Dustin Kirkland8c8570f2005-11-03 17:15:16 +0000753 goto error_path;
754 return;
755 }
756
Dustin Kirkland8c8570f2005-11-03 17:15:16 +0000757 audit_log_format(ab, " subj=%s", ctx);
Al Viroc4823bc2007-03-12 16:17:42 +0000758 kfree(ctx);
Dustin Kirkland7306a0b2005-11-16 15:53:13 +0000759 return;
Dustin Kirkland8c8570f2005-11-03 17:15:16 +0000760
761error_path:
Dustin Kirkland7306a0b2005-11-16 15:53:13 +0000762 audit_panic("error in audit_log_task_context");
Dustin Kirkland8c8570f2005-11-03 17:15:16 +0000763 return;
764}
765
Joy Latten161a09e2006-11-27 13:11:54 -0600766EXPORT_SYMBOL(audit_log_task_context);
767
Al Viroe4951492006-03-29 20:17:10 -0500768static void audit_log_task_info(struct audit_buffer *ab, struct task_struct *tsk)
Stephen Smalley219f0812005-04-18 10:47:35 -0700769{
Al Viro45d9bb02006-03-29 20:02:55 -0500770 char name[sizeof(tsk->comm)];
771 struct mm_struct *mm = tsk->mm;
Stephen Smalley219f0812005-04-18 10:47:35 -0700772 struct vm_area_struct *vma;
773
Al Viroe4951492006-03-29 20:17:10 -0500774 /* tsk == current */
775
Al Viro45d9bb02006-03-29 20:02:55 -0500776 get_task_comm(name, tsk);
David Woodhouse99e45ee2005-05-23 21:57:41 +0100777 audit_log_format(ab, " comm=");
778 audit_log_untrustedstring(ab, name);
Stephen Smalley219f0812005-04-18 10:47:35 -0700779
Al Viroe4951492006-03-29 20:17:10 -0500780 if (mm) {
781 down_read(&mm->mmap_sem);
782 vma = mm->mmap;
783 while (vma) {
784 if ((vma->vm_flags & VM_EXECUTABLE) &&
785 vma->vm_file) {
786 audit_log_d_path(ab, "exe=",
Josef Sipeka7a005f2006-12-08 02:37:17 -0800787 vma->vm_file->f_path.dentry,
788 vma->vm_file->f_path.mnt);
Al Viroe4951492006-03-29 20:17:10 -0500789 break;
790 }
791 vma = vma->vm_next;
Stephen Smalley219f0812005-04-18 10:47:35 -0700792 }
Al Viroe4951492006-03-29 20:17:10 -0500793 up_read(&mm->mmap_sem);
Stephen Smalley219f0812005-04-18 10:47:35 -0700794 }
Al Viroe4951492006-03-29 20:17:10 -0500795 audit_log_task_context(ab);
Stephen Smalley219f0812005-04-18 10:47:35 -0700796}
797
Al Viroe4951492006-03-29 20:17:10 -0500798static void audit_log_exit(struct audit_context *context, struct task_struct *tsk)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700799{
Steve Grubb9c7aa6a2006-03-31 15:22:49 -0500800 int i, call_panic = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801 struct audit_buffer *ab;
David Woodhouse7551ced2005-05-26 12:04:57 +0100802 struct audit_aux_data *aux;
Steve Grubba6c043a2006-01-01 14:07:00 -0500803 const char *tty;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804
Al Viroe4951492006-03-29 20:17:10 -0500805 /* tsk == current */
Al Viro3f2792f2006-07-16 06:43:48 -0400806 context->pid = tsk->pid;
Alexander Viro419c58f2006-09-29 00:08:50 -0400807 if (!context->ppid)
808 context->ppid = sys_getppid();
Al Viro3f2792f2006-07-16 06:43:48 -0400809 context->uid = tsk->uid;
810 context->gid = tsk->gid;
811 context->euid = tsk->euid;
812 context->suid = tsk->suid;
813 context->fsuid = tsk->fsuid;
814 context->egid = tsk->egid;
815 context->sgid = tsk->sgid;
816 context->fsgid = tsk->fsgid;
817 context->personality = tsk->personality;
Al Viroe4951492006-03-29 20:17:10 -0500818
819 ab = audit_log_start(context, GFP_KERNEL, AUDIT_SYSCALL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820 if (!ab)
821 return; /* audit_panic has been called */
David Woodhousebccf6ae2005-05-23 21:35:28 +0100822 audit_log_format(ab, "arch=%x syscall=%d",
823 context->arch, context->major);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824 if (context->personality != PER_LINUX)
825 audit_log_format(ab, " per=%lx", context->personality);
826 if (context->return_valid)
2fd6f582005-04-29 16:08:28 +0100827 audit_log_format(ab, " success=%s exit=%ld",
828 (context->return_valid==AUDITSC_SUCCESS)?"yes":"no",
829 context->return_code);
Alan Coxeb84a202006-09-29 02:01:41 -0700830
831 mutex_lock(&tty_mutex);
Peter Zijlstra24ec8392006-12-08 02:36:04 -0800832 read_lock(&tasklist_lock);
Al Viro45d9bb02006-03-29 20:02:55 -0500833 if (tsk->signal && tsk->signal->tty && tsk->signal->tty->name)
834 tty = tsk->signal->tty->name;
Steve Grubba6c043a2006-01-01 14:07:00 -0500835 else
836 tty = "(none)";
Peter Zijlstra24ec8392006-12-08 02:36:04 -0800837 read_unlock(&tasklist_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700838 audit_log_format(ab,
839 " a0=%lx a1=%lx a2=%lx a3=%lx items=%d"
Al Virof46038f2006-05-06 08:22:52 -0400840 " ppid=%d pid=%d auid=%u uid=%u gid=%u"
Steve Grubb326e9c82005-05-21 00:22:31 +0100841 " euid=%u suid=%u fsuid=%u"
Steve Grubba6c043a2006-01-01 14:07:00 -0500842 " egid=%u sgid=%u fsgid=%u tty=%s",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700843 context->argv[0],
844 context->argv[1],
845 context->argv[2],
846 context->argv[3],
847 context->name_count,
Al Virof46038f2006-05-06 08:22:52 -0400848 context->ppid,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849 context->pid,
850 context->loginuid,
851 context->uid,
852 context->gid,
853 context->euid, context->suid, context->fsuid,
Steve Grubba6c043a2006-01-01 14:07:00 -0500854 context->egid, context->sgid, context->fsgid, tty);
Alan Coxeb84a202006-09-29 02:01:41 -0700855
856 mutex_unlock(&tty_mutex);
857
Al Viroe4951492006-03-29 20:17:10 -0500858 audit_log_task_info(ab, tsk);
Amy Griffis5adc8a62006-06-14 18:45:21 -0400859 if (context->filterkey) {
860 audit_log_format(ab, " key=");
861 audit_log_untrustedstring(ab, context->filterkey);
862 } else
863 audit_log_format(ab, " key=(null)");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700864 audit_log_end(ab);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865
David Woodhouse7551ced2005-05-26 12:04:57 +0100866 for (aux = context->aux; aux; aux = aux->next) {
Steve Grubbc0404992005-05-13 18:17:42 +0100867
Al Viroe4951492006-03-29 20:17:10 -0500868 ab = audit_log_start(context, GFP_KERNEL, aux->type);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869 if (!ab)
870 continue; /* audit_panic has been called */
871
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872 switch (aux->type) {
George C. Wilson20ca73b2006-05-24 16:09:55 -0500873 case AUDIT_MQ_OPEN: {
874 struct audit_aux_data_mq_open *axi = (void *)aux;
875 audit_log_format(ab,
876 "oflag=0x%x mode=%#o mq_flags=0x%lx mq_maxmsg=%ld "
877 "mq_msgsize=%ld mq_curmsgs=%ld",
878 axi->oflag, axi->mode, axi->attr.mq_flags,
879 axi->attr.mq_maxmsg, axi->attr.mq_msgsize,
880 axi->attr.mq_curmsgs);
881 break; }
882
883 case AUDIT_MQ_SENDRECV: {
884 struct audit_aux_data_mq_sendrecv *axi = (void *)aux;
885 audit_log_format(ab,
886 "mqdes=%d msg_len=%zd msg_prio=%u "
887 "abs_timeout_sec=%ld abs_timeout_nsec=%ld",
888 axi->mqdes, axi->msg_len, axi->msg_prio,
889 axi->abs_timeout.tv_sec, axi->abs_timeout.tv_nsec);
890 break; }
891
892 case AUDIT_MQ_NOTIFY: {
893 struct audit_aux_data_mq_notify *axi = (void *)aux;
894 audit_log_format(ab,
895 "mqdes=%d sigev_signo=%d",
896 axi->mqdes,
897 axi->notification.sigev_signo);
898 break; }
899
900 case AUDIT_MQ_GETSETATTR: {
901 struct audit_aux_data_mq_getsetattr *axi = (void *)aux;
902 audit_log_format(ab,
903 "mqdes=%d mq_flags=0x%lx mq_maxmsg=%ld mq_msgsize=%ld "
904 "mq_curmsgs=%ld ",
905 axi->mqdes,
906 axi->mqstat.mq_flags, axi->mqstat.mq_maxmsg,
907 axi->mqstat.mq_msgsize, axi->mqstat.mq_curmsgs);
908 break; }
909
Steve Grubbc0404992005-05-13 18:17:42 +0100910 case AUDIT_IPC: {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700911 struct audit_aux_data_ipcctl *axi = (void *)aux;
912 audit_log_format(ab,
Linda Knippersac032212006-05-16 22:03:48 -0400913 "ouid=%u ogid=%u mode=%x",
914 axi->uid, axi->gid, axi->mode);
Steve Grubb9c7aa6a2006-03-31 15:22:49 -0500915 if (axi->osid != 0) {
916 char *ctx = NULL;
917 u32 len;
Stephen Smalley1a70cd42006-09-25 23:31:57 -0700918 if (selinux_sid_to_string(
Steve Grubb9c7aa6a2006-03-31 15:22:49 -0500919 axi->osid, &ctx, &len)) {
Steve Grubbce29b682006-04-01 18:29:34 -0500920 audit_log_format(ab, " osid=%u",
Steve Grubb9c7aa6a2006-03-31 15:22:49 -0500921 axi->osid);
922 call_panic = 1;
923 } else
924 audit_log_format(ab, " obj=%s", ctx);
925 kfree(ctx);
926 }
David Woodhouse3ec3b2f2005-05-17 12:08:48 +0100927 break; }
928
Steve Grubb073115d2006-04-02 17:07:33 -0400929 case AUDIT_IPC_SET_PERM: {
930 struct audit_aux_data_ipcctl *axi = (void *)aux;
931 audit_log_format(ab,
Linda Knippersac032212006-05-16 22:03:48 -0400932 "qbytes=%lx ouid=%u ogid=%u mode=%x",
Steve Grubb073115d2006-04-02 17:07:33 -0400933 axi->qbytes, axi->uid, axi->gid, axi->mode);
Steve Grubb073115d2006-04-02 17:07:33 -0400934 break; }
Linda Knippersac032212006-05-16 22:03:48 -0400935
Al Viro473ae302006-04-26 14:04:08 -0400936 case AUDIT_EXECVE: {
937 struct audit_aux_data_execve *axi = (void *)aux;
938 int i;
939 const char *p;
940 for (i = 0, p = axi->mem; i < axi->argc; i++) {
941 audit_log_format(ab, "a%d=", i);
942 p = audit_log_untrustedstring(ab, p);
943 audit_log_format(ab, "\n");
944 }
945 break; }
Steve Grubb073115d2006-04-02 17:07:33 -0400946
David Woodhouse3ec3b2f2005-05-17 12:08:48 +0100947 case AUDIT_SOCKETCALL: {
948 int i;
949 struct audit_aux_data_socketcall *axs = (void *)aux;
950 audit_log_format(ab, "nargs=%d", axs->nargs);
951 for (i=0; i<axs->nargs; i++)
952 audit_log_format(ab, " a%d=%lx", i, axs->args[i]);
953 break; }
954
955 case AUDIT_SOCKADDR: {
956 struct audit_aux_data_sockaddr *axs = (void *)aux;
957
958 audit_log_format(ab, "saddr=");
959 audit_log_hex(ab, axs->a, axs->len);
960 break; }
Stephen Smalley01116102005-05-21 00:15:52 +0100961
962 case AUDIT_AVC_PATH: {
963 struct audit_aux_data_path *axi = (void *)aux;
964 audit_log_d_path(ab, "path=", axi->dentry, axi->mnt);
Stephen Smalley01116102005-05-21 00:15:52 +0100965 break; }
966
Al Virodb349502007-02-07 01:48:00 -0500967 case AUDIT_FD_PAIR: {
968 struct audit_aux_data_fd_pair *axs = (void *)aux;
969 audit_log_format(ab, "fd0=%d fd1=%d", axs->fd[0], axs->fd[1]);
970 break; }
971
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 }
973 audit_log_end(ab);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974 }
975
David Woodhouse8f37d472005-05-27 12:17:28 +0100976 if (context->pwd && context->pwdmnt) {
Al Viroe4951492006-03-29 20:17:10 -0500977 ab = audit_log_start(context, GFP_KERNEL, AUDIT_CWD);
David Woodhouse8f37d472005-05-27 12:17:28 +0100978 if (ab) {
979 audit_log_d_path(ab, "cwd=", context->pwd, context->pwdmnt);
980 audit_log_end(ab);
981 }
982 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700983 for (i = 0; i < context->name_count; i++) {
Amy Griffis9c937dc2006-06-08 23:19:31 -0400984 struct audit_names *n = &context->names[i];
Amy Griffis73241cc2005-11-03 16:00:25 +0000985
Al Viroe4951492006-03-29 20:17:10 -0500986 ab = audit_log_start(context, GFP_KERNEL, AUDIT_PATH);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987 if (!ab)
988 continue; /* audit_panic has been called */
David Woodhouse8f37d472005-05-27 12:17:28 +0100989
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990 audit_log_format(ab, "item=%d", i);
Amy Griffis73241cc2005-11-03 16:00:25 +0000991
Amy Griffis9c937dc2006-06-08 23:19:31 -0400992 if (n->name) {
993 switch(n->name_len) {
994 case AUDIT_NAME_FULL:
995 /* log the full path */
996 audit_log_format(ab, " name=");
997 audit_log_untrustedstring(ab, n->name);
998 break;
999 case 0:
1000 /* name was specified as a relative path and the
1001 * directory component is the cwd */
1002 audit_log_d_path(ab, " name=", context->pwd,
1003 context->pwdmnt);
1004 break;
1005 default:
1006 /* log the name's directory component */
1007 audit_log_format(ab, " name=");
1008 audit_log_n_untrustedstring(ab, n->name_len,
1009 n->name);
1010 }
1011 } else
1012 audit_log_format(ab, " name=(null)");
Amy Griffis73241cc2005-11-03 16:00:25 +00001013
Amy Griffis9c937dc2006-06-08 23:19:31 -04001014 if (n->ino != (unsigned long)-1) {
1015 audit_log_format(ab, " inode=%lu"
1016 " dev=%02x:%02x mode=%#o"
1017 " ouid=%u ogid=%u rdev=%02x:%02x",
1018 n->ino,
1019 MAJOR(n->dev),
1020 MINOR(n->dev),
1021 n->mode,
1022 n->uid,
1023 n->gid,
1024 MAJOR(n->rdev),
1025 MINOR(n->rdev));
1026 }
1027 if (n->osid != 0) {
Steve Grubb1b50eed2006-04-03 14:06:13 -04001028 char *ctx = NULL;
1029 u32 len;
Stephen Smalley1a70cd42006-09-25 23:31:57 -07001030 if (selinux_sid_to_string(
Amy Griffis9c937dc2006-06-08 23:19:31 -04001031 n->osid, &ctx, &len)) {
1032 audit_log_format(ab, " osid=%u", n->osid);
Steve Grubb9c7aa6a2006-03-31 15:22:49 -05001033 call_panic = 2;
Steve Grubb1b50eed2006-04-03 14:06:13 -04001034 } else
1035 audit_log_format(ab, " obj=%s", ctx);
1036 kfree(ctx);
Dustin Kirkland8c8570f2005-11-03 17:15:16 +00001037 }
1038
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039 audit_log_end(ab);
1040 }
Steve Grubb9c7aa6a2006-03-31 15:22:49 -05001041 if (call_panic)
1042 audit_panic("error converting sid to string");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043}
1044
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001045/**
1046 * audit_free - free a per-task audit context
1047 * @tsk: task whose audit context block to free
1048 *
Al Virofa84cb92006-03-29 20:30:19 -05001049 * Called from copy_process and do_exit
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001050 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051void audit_free(struct task_struct *tsk)
1052{
1053 struct audit_context *context;
1054
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055 context = audit_get_context(tsk, 0, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001056 if (likely(!context))
1057 return;
1058
1059 /* Check for system calls that do not go through the exit
David Woodhousef5561962005-07-13 22:47:07 +01001060 * function (e.g., exit_group), then free context block.
1061 * We use GFP_ATOMIC here because we might be doing this
1062 * in the context of the idle thread */
Al Viroe4951492006-03-29 20:17:10 -05001063 /* that can happen only if we are called from do_exit() */
David Woodhousef7056d62005-06-20 16:07:33 +01001064 if (context->in_syscall && context->auditable)
Al Viroe4951492006-03-29 20:17:10 -05001065 audit_log_exit(context, tsk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001066
1067 audit_free_context(context);
1068}
1069
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001070/**
1071 * audit_syscall_entry - fill in an audit record at syscall entry
1072 * @tsk: task being audited
1073 * @arch: architecture type
1074 * @major: major syscall type (function)
1075 * @a1: additional syscall register 1
1076 * @a2: additional syscall register 2
1077 * @a3: additional syscall register 3
1078 * @a4: additional syscall register 4
1079 *
1080 * Fill in audit context at syscall entry. This only happens if the
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081 * audit context was created when the task was created and the state or
1082 * filters demand the audit context be built. If the state from the
1083 * per-task filter or from the per-syscall filter is AUDIT_RECORD_CONTEXT,
1084 * then the record will be written at syscall exit time (otherwise, it
1085 * will only be written if another part of the kernel requests that it
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001086 * be written).
1087 */
Al Viro5411be52006-03-29 20:23:36 -05001088void audit_syscall_entry(int arch, int major,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001089 unsigned long a1, unsigned long a2,
1090 unsigned long a3, unsigned long a4)
1091{
Al Viro5411be52006-03-29 20:23:36 -05001092 struct task_struct *tsk = current;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 struct audit_context *context = tsk->audit_context;
1094 enum audit_state state;
1095
1096 BUG_ON(!context);
1097
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001098 /*
1099 * This happens only on certain architectures that make system
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100 * calls in kernel_thread via the entry.S interface, instead of
1101 * with direct calls. (If you are porting to a new
1102 * architecture, hitting this condition can indicate that you
1103 * got the _exit/_leave calls backward in entry.S.)
1104 *
1105 * i386 no
1106 * x86_64 no
Jon Mason2ef94812006-01-23 10:58:20 -06001107 * ppc64 yes (see arch/powerpc/platforms/iseries/misc.S)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108 *
1109 * This also happens with vm86 emulation in a non-nested manner
1110 * (entries without exits), so this case must be caught.
1111 */
1112 if (context->in_syscall) {
1113 struct audit_context *newctx;
1114
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115#if AUDIT_DEBUG
1116 printk(KERN_ERR
1117 "audit(:%d) pid=%d in syscall=%d;"
1118 " entering syscall=%d\n",
1119 context->serial, tsk->pid, context->major, major);
1120#endif
1121 newctx = audit_alloc_context(context->state);
1122 if (newctx) {
1123 newctx->previous = context;
1124 context = newctx;
1125 tsk->audit_context = newctx;
1126 } else {
1127 /* If we can't alloc a new context, the best we
1128 * can do is to leak memory (any pending putname
1129 * will be lost). The only other alternative is
1130 * to abandon auditing. */
1131 audit_zero_context(context, context->state);
1132 }
1133 }
1134 BUG_ON(context->in_syscall || context->name_count);
1135
1136 if (!audit_enabled)
1137 return;
1138
2fd6f582005-04-29 16:08:28 +01001139 context->arch = arch;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140 context->major = major;
1141 context->argv[0] = a1;
1142 context->argv[1] = a2;
1143 context->argv[2] = a3;
1144 context->argv[3] = a4;
1145
1146 state = context->state;
Al Virod51374a2006-08-03 10:59:26 -04001147 context->dummy = !audit_n_rules;
1148 if (!context->dummy && (state == AUDIT_SETUP_CONTEXT || state == AUDIT_BUILD_CONTEXT))
David Woodhouse0f45aa12005-06-19 19:35:50 +01001149 state = audit_filter_syscall(tsk, context, &audit_filter_list[AUDIT_FILTER_ENTRY]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150 if (likely(state == AUDIT_DISABLED))
1151 return;
1152
David Woodhousece625a82005-07-18 14:24:46 -04001153 context->serial = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154 context->ctime = CURRENT_TIME;
1155 context->in_syscall = 1;
1156 context->auditable = !!(state == AUDIT_RECORD_CONTEXT);
Alexander Viro419c58f2006-09-29 00:08:50 -04001157 context->ppid = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158}
1159
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001160/**
1161 * audit_syscall_exit - deallocate audit context after a system call
1162 * @tsk: task being audited
1163 * @valid: success/failure flag
1164 * @return_code: syscall return value
1165 *
1166 * Tear down after system call. If the audit context has been marked as
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167 * auditable (either because of the AUDIT_RECORD_CONTEXT state from
1168 * filtering, or because some other part of the kernel write an audit
1169 * message), then write out the syscall information. In call cases,
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001170 * free the names stored from getname().
1171 */
Al Viro5411be52006-03-29 20:23:36 -05001172void audit_syscall_exit(int valid, long return_code)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173{
Al Viro5411be52006-03-29 20:23:36 -05001174 struct task_struct *tsk = current;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175 struct audit_context *context;
1176
2fd6f582005-04-29 16:08:28 +01001177 context = audit_get_context(tsk, valid, return_code);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178
Linus Torvalds1da177e2005-04-16 15:20:36 -07001179 if (likely(!context))
Al Viro97e94c42006-03-29 20:26:24 -05001180 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181
David Woodhousef7056d62005-06-20 16:07:33 +01001182 if (context->in_syscall && context->auditable)
Al Viroe4951492006-03-29 20:17:10 -05001183 audit_log_exit(context, tsk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184
1185 context->in_syscall = 0;
1186 context->auditable = 0;
2fd6f582005-04-29 16:08:28 +01001187
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188 if (context->previous) {
1189 struct audit_context *new_context = context->previous;
1190 context->previous = NULL;
1191 audit_free_context(context);
1192 tsk->audit_context = new_context;
1193 } else {
1194 audit_free_names(context);
1195 audit_free_aux(context);
Amy Griffis5adc8a62006-06-14 18:45:21 -04001196 kfree(context->filterkey);
1197 context->filterkey = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198 tsk->audit_context = context;
1199 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200}
1201
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001202/**
1203 * audit_getname - add a name to the list
1204 * @name: name to add
1205 *
1206 * Add a name to the list of audit names for this context.
1207 * Called from fs/namei.c:getname().
1208 */
Al Virod8945bb52006-05-18 16:01:30 -04001209void __audit_getname(const char *name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210{
1211 struct audit_context *context = current->audit_context;
1212
Al Virod8945bb52006-05-18 16:01:30 -04001213 if (IS_ERR(name) || !name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 return;
1215
1216 if (!context->in_syscall) {
1217#if AUDIT_DEBUG == 2
1218 printk(KERN_ERR "%s:%d(:%d): ignoring getname(%p)\n",
1219 __FILE__, __LINE__, context->serial, name);
1220 dump_stack();
1221#endif
1222 return;
1223 }
1224 BUG_ON(context->name_count >= AUDIT_NAMES);
1225 context->names[context->name_count].name = name;
Amy Griffis9c937dc2006-06-08 23:19:31 -04001226 context->names[context->name_count].name_len = AUDIT_NAME_FULL;
1227 context->names[context->name_count].name_put = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228 context->names[context->name_count].ino = (unsigned long)-1;
1229 ++context->name_count;
David Woodhouse8f37d472005-05-27 12:17:28 +01001230 if (!context->pwd) {
1231 read_lock(&current->fs->lock);
1232 context->pwd = dget(current->fs->pwd);
1233 context->pwdmnt = mntget(current->fs->pwdmnt);
1234 read_unlock(&current->fs->lock);
1235 }
1236
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237}
1238
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001239/* audit_putname - intercept a putname request
1240 * @name: name to intercept and delay for putname
1241 *
1242 * If we have stored the name from getname in the audit context,
1243 * then we delay the putname until syscall exit.
1244 * Called from include/linux/fs.h:putname().
1245 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246void audit_putname(const char *name)
1247{
1248 struct audit_context *context = current->audit_context;
1249
1250 BUG_ON(!context);
1251 if (!context->in_syscall) {
1252#if AUDIT_DEBUG == 2
1253 printk(KERN_ERR "%s:%d(:%d): __putname(%p)\n",
1254 __FILE__, __LINE__, context->serial, name);
1255 if (context->name_count) {
1256 int i;
1257 for (i = 0; i < context->name_count; i++)
1258 printk(KERN_ERR "name[%d] = %p = %s\n", i,
1259 context->names[i].name,
Amy Griffis73241cc2005-11-03 16:00:25 +00001260 context->names[i].name ?: "(null)");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261 }
1262#endif
1263 __putname(name);
1264 }
1265#if AUDIT_DEBUG
1266 else {
1267 ++context->put_count;
1268 if (context->put_count > context->name_count) {
1269 printk(KERN_ERR "%s:%d(:%d): major=%d"
1270 " in_syscall=%d putname(%p) name_count=%d"
1271 " put_count=%d\n",
1272 __FILE__, __LINE__,
1273 context->serial, context->major,
1274 context->in_syscall, name, context->name_count,
1275 context->put_count);
1276 dump_stack();
1277 }
1278 }
1279#endif
1280}
1281
Amy Griffis3e2efce2006-07-13 13:16:02 -04001282/* Copy inode data into an audit_names. */
1283static void audit_copy_inode(struct audit_names *name, const struct inode *inode)
Dustin Kirkland8c8570f2005-11-03 17:15:16 +00001284{
Amy Griffis3e2efce2006-07-13 13:16:02 -04001285 name->ino = inode->i_ino;
1286 name->dev = inode->i_sb->s_dev;
1287 name->mode = inode->i_mode;
1288 name->uid = inode->i_uid;
1289 name->gid = inode->i_gid;
1290 name->rdev = inode->i_rdev;
1291 selinux_get_inode_sid(inode, &name->osid);
Dustin Kirkland8c8570f2005-11-03 17:15:16 +00001292}
1293
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001294/**
1295 * audit_inode - store the inode and device from a lookup
1296 * @name: name being audited
1297 * @inode: inode being audited
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001298 *
1299 * Called from fs/namei.c:path_lookup().
1300 */
Amy Griffis9c937dc2006-06-08 23:19:31 -04001301void __audit_inode(const char *name, const struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302{
1303 int idx;
1304 struct audit_context *context = current->audit_context;
1305
1306 if (!context->in_syscall)
1307 return;
1308 if (context->name_count
1309 && context->names[context->name_count-1].name
1310 && context->names[context->name_count-1].name == name)
1311 idx = context->name_count - 1;
1312 else if (context->name_count > 1
1313 && context->names[context->name_count-2].name
1314 && context->names[context->name_count-2].name == name)
1315 idx = context->name_count - 2;
1316 else {
1317 /* FIXME: how much do we care about inodes that have no
1318 * associated name? */
1319 if (context->name_count >= AUDIT_NAMES - AUDIT_NAMES_RESERVED)
1320 return;
1321 idx = context->name_count++;
1322 context->names[idx].name = NULL;
1323#if AUDIT_DEBUG
1324 ++context->ino_count;
1325#endif
1326 }
Amy Griffis3e2efce2006-07-13 13:16:02 -04001327 audit_copy_inode(&context->names[idx], inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328}
1329
Amy Griffis73241cc2005-11-03 16:00:25 +00001330/**
1331 * audit_inode_child - collect inode info for created/removed objects
1332 * @dname: inode's dentry name
1333 * @inode: inode being audited
Amy Griffis73d3ec52006-07-13 13:16:39 -04001334 * @parent: inode of dentry parent
Amy Griffis73241cc2005-11-03 16:00:25 +00001335 *
1336 * For syscalls that create or remove filesystem objects, audit_inode
1337 * can only collect information for the filesystem object's parent.
1338 * This call updates the audit context with the child's information.
1339 * Syscalls that create a new filesystem object must be hooked after
1340 * the object is created. Syscalls that remove a filesystem object
1341 * must be hooked prior, in order to capture the target inode during
1342 * unsuccessful attempts.
1343 */
1344void __audit_inode_child(const char *dname, const struct inode *inode,
Amy Griffis73d3ec52006-07-13 13:16:39 -04001345 const struct inode *parent)
Amy Griffis73241cc2005-11-03 16:00:25 +00001346{
1347 int idx;
1348 struct audit_context *context = current->audit_context;
Amy Griffis9c937dc2006-06-08 23:19:31 -04001349 const char *found_name = NULL;
1350 int dirlen = 0;
Amy Griffis73241cc2005-11-03 16:00:25 +00001351
1352 if (!context->in_syscall)
1353 return;
1354
1355 /* determine matching parent */
Amy Griffisf368c07d2006-04-07 16:55:56 -04001356 if (!dname)
Amy Griffis9c937dc2006-06-08 23:19:31 -04001357 goto update_context;
Amy Griffisf368c07d2006-04-07 16:55:56 -04001358 for (idx = 0; idx < context->name_count; idx++)
Amy Griffis73d3ec52006-07-13 13:16:39 -04001359 if (context->names[idx].ino == parent->i_ino) {
Amy Griffisf368c07d2006-04-07 16:55:56 -04001360 const char *name = context->names[idx].name;
Amy Griffis73241cc2005-11-03 16:00:25 +00001361
Amy Griffisf368c07d2006-04-07 16:55:56 -04001362 if (!name)
1363 continue;
Amy Griffis73241cc2005-11-03 16:00:25 +00001364
Amy Griffis9c937dc2006-06-08 23:19:31 -04001365 if (audit_compare_dname_path(dname, name, &dirlen) == 0) {
1366 context->names[idx].name_len = dirlen;
1367 found_name = name;
1368 break;
1369 }
Amy Griffisf368c07d2006-04-07 16:55:56 -04001370 }
Amy Griffis73241cc2005-11-03 16:00:25 +00001371
Amy Griffis9c937dc2006-06-08 23:19:31 -04001372update_context:
Steve Grubbac9910c2006-09-28 14:31:32 -04001373 idx = context->name_count;
1374 if (context->name_count == AUDIT_NAMES) {
1375 printk(KERN_DEBUG "name_count maxed and losing %s\n",
1376 found_name ?: "(null)");
1377 return;
1378 }
1379 context->name_count++;
Amy Griffis73241cc2005-11-03 16:00:25 +00001380#if AUDIT_DEBUG
1381 context->ino_count++;
1382#endif
Amy Griffis9c937dc2006-06-08 23:19:31 -04001383 /* Re-use the name belonging to the slot for a matching parent directory.
1384 * All names for this context are relinquished in audit_free_names() */
1385 context->names[idx].name = found_name;
1386 context->names[idx].name_len = AUDIT_NAME_FULL;
1387 context->names[idx].name_put = 0; /* don't call __putname() */
Amy Griffis73241cc2005-11-03 16:00:25 +00001388
Amy Griffis3e2efce2006-07-13 13:16:02 -04001389 if (!inode)
1390 context->names[idx].ino = (unsigned long)-1;
1391 else
1392 audit_copy_inode(&context->names[idx], inode);
Amy Griffis73d3ec52006-07-13 13:16:39 -04001393
1394 /* A parent was not found in audit_names, so copy the inode data for the
1395 * provided parent. */
1396 if (!found_name) {
Steve Grubbac9910c2006-09-28 14:31:32 -04001397 idx = context->name_count;
1398 if (context->name_count == AUDIT_NAMES) {
1399 printk(KERN_DEBUG
1400 "name_count maxed and losing parent inode data: dev=%02x:%02x, inode=%lu",
1401 MAJOR(parent->i_sb->s_dev),
1402 MINOR(parent->i_sb->s_dev),
1403 parent->i_ino);
1404 return;
1405 }
1406 context->name_count++;
Amy Griffis73d3ec52006-07-13 13:16:39 -04001407#if AUDIT_DEBUG
1408 context->ino_count++;
1409#endif
1410 audit_copy_inode(&context->names[idx], parent);
1411 }
Amy Griffis3e2efce2006-07-13 13:16:02 -04001412}
1413
1414/**
1415 * audit_inode_update - update inode info for last collected name
1416 * @inode: inode being audited
1417 *
1418 * When open() is called on an existing object with the O_CREAT flag, the inode
1419 * data audit initially collects is incorrect. This additional hook ensures
1420 * audit has the inode data for the actual object to be opened.
1421 */
1422void __audit_inode_update(const struct inode *inode)
1423{
1424 struct audit_context *context = current->audit_context;
1425 int idx;
1426
1427 if (!context->in_syscall || !inode)
1428 return;
1429
1430 if (context->name_count == 0) {
1431 context->name_count++;
1432#if AUDIT_DEBUG
1433 context->ino_count++;
1434#endif
1435 }
1436 idx = context->name_count - 1;
1437
1438 audit_copy_inode(&context->names[idx], inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001439}
1440
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001441/**
1442 * auditsc_get_stamp - get local copies of audit_context values
1443 * @ctx: audit_context for the task
1444 * @t: timespec to store time recorded in the audit_context
1445 * @serial: serial value that is recorded in the audit_context
1446 *
1447 * Also sets the context as auditable.
1448 */
David Woodhousebfb44962005-05-21 21:08:09 +01001449void auditsc_get_stamp(struct audit_context *ctx,
1450 struct timespec *t, unsigned int *serial)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451{
David Woodhousece625a82005-07-18 14:24:46 -04001452 if (!ctx->serial)
1453 ctx->serial = audit_serial();
David Woodhousebfb44962005-05-21 21:08:09 +01001454 t->tv_sec = ctx->ctime.tv_sec;
1455 t->tv_nsec = ctx->ctime.tv_nsec;
1456 *serial = ctx->serial;
1457 ctx->auditable = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458}
1459
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001460/**
1461 * audit_set_loginuid - set a task's audit_context loginuid
1462 * @task: task whose audit context is being modified
1463 * @loginuid: loginuid value
1464 *
1465 * Returns 0.
1466 *
1467 * Called (set) from fs/proc/base.c::proc_loginuid_write().
1468 */
Steve Grubb456be6c2005-04-29 17:30:07 +01001469int audit_set_loginuid(struct task_struct *task, uid_t loginuid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001470{
Steve Grubb41757102006-06-12 07:48:28 -04001471 struct audit_context *context = task->audit_context;
Steve Grubbc0404992005-05-13 18:17:42 +01001472
Steve Grubb41757102006-06-12 07:48:28 -04001473 if (context) {
1474 /* Only log if audit is enabled */
1475 if (context->in_syscall) {
1476 struct audit_buffer *ab;
1477
1478 ab = audit_log_start(NULL, GFP_KERNEL, AUDIT_LOGIN);
1479 if (ab) {
1480 audit_log_format(ab, "login pid=%d uid=%u "
1481 "old auid=%u new auid=%u",
1482 task->pid, task->uid,
1483 context->loginuid, loginuid);
1484 audit_log_end(ab);
1485 }
Steve Grubbc0404992005-05-13 18:17:42 +01001486 }
Steve Grubb41757102006-06-12 07:48:28 -04001487 context->loginuid = loginuid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488 }
1489 return 0;
1490}
1491
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001492/**
1493 * audit_get_loginuid - get the loginuid for an audit_context
1494 * @ctx: the audit_context
1495 *
1496 * Returns the context's loginuid or -1 if @ctx is NULL.
1497 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498uid_t audit_get_loginuid(struct audit_context *ctx)
1499{
1500 return ctx ? ctx->loginuid : -1;
1501}
1502
Joy Latten161a09e2006-11-27 13:11:54 -06001503EXPORT_SYMBOL(audit_get_loginuid);
1504
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001505/**
George C. Wilson20ca73b2006-05-24 16:09:55 -05001506 * __audit_mq_open - record audit data for a POSIX MQ open
1507 * @oflag: open flag
1508 * @mode: mode bits
1509 * @u_attr: queue attributes
1510 *
1511 * Returns 0 for success or NULL context or < 0 on error.
1512 */
1513int __audit_mq_open(int oflag, mode_t mode, struct mq_attr __user *u_attr)
1514{
1515 struct audit_aux_data_mq_open *ax;
1516 struct audit_context *context = current->audit_context;
1517
1518 if (!audit_enabled)
1519 return 0;
1520
1521 if (likely(!context))
1522 return 0;
1523
1524 ax = kmalloc(sizeof(*ax), GFP_ATOMIC);
1525 if (!ax)
1526 return -ENOMEM;
1527
1528 if (u_attr != NULL) {
1529 if (copy_from_user(&ax->attr, u_attr, sizeof(ax->attr))) {
1530 kfree(ax);
1531 return -EFAULT;
1532 }
1533 } else
1534 memset(&ax->attr, 0, sizeof(ax->attr));
1535
1536 ax->oflag = oflag;
1537 ax->mode = mode;
1538
1539 ax->d.type = AUDIT_MQ_OPEN;
1540 ax->d.next = context->aux;
1541 context->aux = (void *)ax;
1542 return 0;
1543}
1544
1545/**
1546 * __audit_mq_timedsend - record audit data for a POSIX MQ timed send
1547 * @mqdes: MQ descriptor
1548 * @msg_len: Message length
1549 * @msg_prio: Message priority
Randy Dunlap1dbe83c2006-06-27 02:54:01 -07001550 * @u_abs_timeout: Message timeout in absolute time
George C. Wilson20ca73b2006-05-24 16:09:55 -05001551 *
1552 * Returns 0 for success or NULL context or < 0 on error.
1553 */
1554int __audit_mq_timedsend(mqd_t mqdes, size_t msg_len, unsigned int msg_prio,
1555 const struct timespec __user *u_abs_timeout)
1556{
1557 struct audit_aux_data_mq_sendrecv *ax;
1558 struct audit_context *context = current->audit_context;
1559
1560 if (!audit_enabled)
1561 return 0;
1562
1563 if (likely(!context))
1564 return 0;
1565
1566 ax = kmalloc(sizeof(*ax), GFP_ATOMIC);
1567 if (!ax)
1568 return -ENOMEM;
1569
1570 if (u_abs_timeout != NULL) {
1571 if (copy_from_user(&ax->abs_timeout, u_abs_timeout, sizeof(ax->abs_timeout))) {
1572 kfree(ax);
1573 return -EFAULT;
1574 }
1575 } else
1576 memset(&ax->abs_timeout, 0, sizeof(ax->abs_timeout));
1577
1578 ax->mqdes = mqdes;
1579 ax->msg_len = msg_len;
1580 ax->msg_prio = msg_prio;
1581
1582 ax->d.type = AUDIT_MQ_SENDRECV;
1583 ax->d.next = context->aux;
1584 context->aux = (void *)ax;
1585 return 0;
1586}
1587
1588/**
1589 * __audit_mq_timedreceive - record audit data for a POSIX MQ timed receive
1590 * @mqdes: MQ descriptor
1591 * @msg_len: Message length
Randy Dunlap1dbe83c2006-06-27 02:54:01 -07001592 * @u_msg_prio: Message priority
1593 * @u_abs_timeout: Message timeout in absolute time
George C. Wilson20ca73b2006-05-24 16:09:55 -05001594 *
1595 * Returns 0 for success or NULL context or < 0 on error.
1596 */
1597int __audit_mq_timedreceive(mqd_t mqdes, size_t msg_len,
1598 unsigned int __user *u_msg_prio,
1599 const struct timespec __user *u_abs_timeout)
1600{
1601 struct audit_aux_data_mq_sendrecv *ax;
1602 struct audit_context *context = current->audit_context;
1603
1604 if (!audit_enabled)
1605 return 0;
1606
1607 if (likely(!context))
1608 return 0;
1609
1610 ax = kmalloc(sizeof(*ax), GFP_ATOMIC);
1611 if (!ax)
1612 return -ENOMEM;
1613
1614 if (u_msg_prio != NULL) {
1615 if (get_user(ax->msg_prio, u_msg_prio)) {
1616 kfree(ax);
1617 return -EFAULT;
1618 }
1619 } else
1620 ax->msg_prio = 0;
1621
1622 if (u_abs_timeout != NULL) {
1623 if (copy_from_user(&ax->abs_timeout, u_abs_timeout, sizeof(ax->abs_timeout))) {
1624 kfree(ax);
1625 return -EFAULT;
1626 }
1627 } else
1628 memset(&ax->abs_timeout, 0, sizeof(ax->abs_timeout));
1629
1630 ax->mqdes = mqdes;
1631 ax->msg_len = msg_len;
1632
1633 ax->d.type = AUDIT_MQ_SENDRECV;
1634 ax->d.next = context->aux;
1635 context->aux = (void *)ax;
1636 return 0;
1637}
1638
1639/**
1640 * __audit_mq_notify - record audit data for a POSIX MQ notify
1641 * @mqdes: MQ descriptor
1642 * @u_notification: Notification event
1643 *
1644 * Returns 0 for success or NULL context or < 0 on error.
1645 */
1646
1647int __audit_mq_notify(mqd_t mqdes, const struct sigevent __user *u_notification)
1648{
1649 struct audit_aux_data_mq_notify *ax;
1650 struct audit_context *context = current->audit_context;
1651
1652 if (!audit_enabled)
1653 return 0;
1654
1655 if (likely(!context))
1656 return 0;
1657
1658 ax = kmalloc(sizeof(*ax), GFP_ATOMIC);
1659 if (!ax)
1660 return -ENOMEM;
1661
1662 if (u_notification != NULL) {
1663 if (copy_from_user(&ax->notification, u_notification, sizeof(ax->notification))) {
1664 kfree(ax);
1665 return -EFAULT;
1666 }
1667 } else
1668 memset(&ax->notification, 0, sizeof(ax->notification));
1669
1670 ax->mqdes = mqdes;
1671
1672 ax->d.type = AUDIT_MQ_NOTIFY;
1673 ax->d.next = context->aux;
1674 context->aux = (void *)ax;
1675 return 0;
1676}
1677
1678/**
1679 * __audit_mq_getsetattr - record audit data for a POSIX MQ get/set attribute
1680 * @mqdes: MQ descriptor
1681 * @mqstat: MQ flags
1682 *
1683 * Returns 0 for success or NULL context or < 0 on error.
1684 */
1685int __audit_mq_getsetattr(mqd_t mqdes, struct mq_attr *mqstat)
1686{
1687 struct audit_aux_data_mq_getsetattr *ax;
1688 struct audit_context *context = current->audit_context;
1689
1690 if (!audit_enabled)
1691 return 0;
1692
1693 if (likely(!context))
1694 return 0;
1695
1696 ax = kmalloc(sizeof(*ax), GFP_ATOMIC);
1697 if (!ax)
1698 return -ENOMEM;
1699
1700 ax->mqdes = mqdes;
1701 ax->mqstat = *mqstat;
1702
1703 ax->d.type = AUDIT_MQ_GETSETATTR;
1704 ax->d.next = context->aux;
1705 context->aux = (void *)ax;
1706 return 0;
1707}
1708
1709/**
Steve Grubb073115d2006-04-02 17:07:33 -04001710 * audit_ipc_obj - record audit data for ipc object
1711 * @ipcp: ipc permissions
1712 *
1713 * Returns 0 for success or NULL context or < 0 on error.
1714 */
Al Virod8945bb52006-05-18 16:01:30 -04001715int __audit_ipc_obj(struct kern_ipc_perm *ipcp)
Steve Grubb073115d2006-04-02 17:07:33 -04001716{
1717 struct audit_aux_data_ipcctl *ax;
1718 struct audit_context *context = current->audit_context;
1719
Steve Grubb073115d2006-04-02 17:07:33 -04001720 ax = kmalloc(sizeof(*ax), GFP_ATOMIC);
1721 if (!ax)
1722 return -ENOMEM;
1723
1724 ax->uid = ipcp->uid;
1725 ax->gid = ipcp->gid;
1726 ax->mode = ipcp->mode;
1727 selinux_get_ipc_sid(ipcp, &ax->osid);
1728
1729 ax->d.type = AUDIT_IPC;
1730 ax->d.next = context->aux;
1731 context->aux = (void *)ax;
1732 return 0;
1733}
1734
1735/**
1736 * audit_ipc_set_perm - record audit data for new ipc permissions
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001737 * @qbytes: msgq bytes
1738 * @uid: msgq user id
1739 * @gid: msgq group id
1740 * @mode: msgq mode (permissions)
1741 *
1742 * Returns 0 for success or NULL context or < 0 on error.
1743 */
Al Virod8945bb52006-05-18 16:01:30 -04001744int __audit_ipc_set_perm(unsigned long qbytes, uid_t uid, gid_t gid, mode_t mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745{
1746 struct audit_aux_data_ipcctl *ax;
1747 struct audit_context *context = current->audit_context;
1748
Dustin Kirkland8c8570f2005-11-03 17:15:16 +00001749 ax = kmalloc(sizeof(*ax), GFP_ATOMIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750 if (!ax)
1751 return -ENOMEM;
1752
1753 ax->qbytes = qbytes;
1754 ax->uid = uid;
1755 ax->gid = gid;
1756 ax->mode = mode;
1757
Steve Grubb073115d2006-04-02 17:07:33 -04001758 ax->d.type = AUDIT_IPC_SET_PERM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759 ax->d.next = context->aux;
1760 context->aux = (void *)ax;
1761 return 0;
1762}
Steve Grubbc2f0c7c2005-05-06 12:38:39 +01001763
Al Viro473ae302006-04-26 14:04:08 -04001764int audit_bprm(struct linux_binprm *bprm)
1765{
1766 struct audit_aux_data_execve *ax;
1767 struct audit_context *context = current->audit_context;
1768 unsigned long p, next;
1769 void *to;
1770
Al Viro5ac3a9c2006-07-16 06:38:45 -04001771 if (likely(!audit_enabled || !context || context->dummy))
Al Viro473ae302006-04-26 14:04:08 -04001772 return 0;
1773
1774 ax = kmalloc(sizeof(*ax) + PAGE_SIZE * MAX_ARG_PAGES - bprm->p,
1775 GFP_KERNEL);
1776 if (!ax)
1777 return -ENOMEM;
1778
1779 ax->argc = bprm->argc;
1780 ax->envc = bprm->envc;
1781 for (p = bprm->p, to = ax->mem; p < MAX_ARG_PAGES*PAGE_SIZE; p = next) {
1782 struct page *page = bprm->page[p / PAGE_SIZE];
1783 void *kaddr = kmap(page);
1784 next = (p + PAGE_SIZE) & ~(PAGE_SIZE - 1);
1785 memcpy(to, kaddr + (p & (PAGE_SIZE - 1)), next - p);
1786 to += next - p;
1787 kunmap(page);
1788 }
1789
1790 ax->d.type = AUDIT_EXECVE;
1791 ax->d.next = context->aux;
1792 context->aux = (void *)ax;
1793 return 0;
1794}
1795
1796
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001797/**
1798 * audit_socketcall - record audit data for sys_socketcall
1799 * @nargs: number of args
1800 * @args: args array
1801 *
1802 * Returns 0 for success or NULL context or < 0 on error.
1803 */
David Woodhouse3ec3b2f2005-05-17 12:08:48 +01001804int audit_socketcall(int nargs, unsigned long *args)
1805{
1806 struct audit_aux_data_socketcall *ax;
1807 struct audit_context *context = current->audit_context;
1808
Al Viro5ac3a9c2006-07-16 06:38:45 -04001809 if (likely(!context || context->dummy))
David Woodhouse3ec3b2f2005-05-17 12:08:48 +01001810 return 0;
1811
1812 ax = kmalloc(sizeof(*ax) + nargs * sizeof(unsigned long), GFP_KERNEL);
1813 if (!ax)
1814 return -ENOMEM;
1815
1816 ax->nargs = nargs;
1817 memcpy(ax->args, args, nargs * sizeof(unsigned long));
1818
1819 ax->d.type = AUDIT_SOCKETCALL;
1820 ax->d.next = context->aux;
1821 context->aux = (void *)ax;
1822 return 0;
1823}
1824
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001825/**
Al Virodb349502007-02-07 01:48:00 -05001826 * __audit_fd_pair - record audit data for pipe and socketpair
1827 * @fd1: the first file descriptor
1828 * @fd2: the second file descriptor
1829 *
1830 * Returns 0 for success or NULL context or < 0 on error.
1831 */
1832int __audit_fd_pair(int fd1, int fd2)
1833{
1834 struct audit_context *context = current->audit_context;
1835 struct audit_aux_data_fd_pair *ax;
1836
1837 if (likely(!context)) {
1838 return 0;
1839 }
1840
1841 ax = kmalloc(sizeof(*ax), GFP_KERNEL);
1842 if (!ax) {
1843 return -ENOMEM;
1844 }
1845
1846 ax->fd[0] = fd1;
1847 ax->fd[1] = fd2;
1848
1849 ax->d.type = AUDIT_FD_PAIR;
1850 ax->d.next = context->aux;
1851 context->aux = (void *)ax;
1852 return 0;
1853}
1854
1855/**
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001856 * audit_sockaddr - record audit data for sys_bind, sys_connect, sys_sendto
1857 * @len: data length in user space
1858 * @a: data address in kernel space
1859 *
1860 * Returns 0 for success or NULL context or < 0 on error.
1861 */
David Woodhouse3ec3b2f2005-05-17 12:08:48 +01001862int audit_sockaddr(int len, void *a)
1863{
1864 struct audit_aux_data_sockaddr *ax;
1865 struct audit_context *context = current->audit_context;
1866
Al Viro5ac3a9c2006-07-16 06:38:45 -04001867 if (likely(!context || context->dummy))
David Woodhouse3ec3b2f2005-05-17 12:08:48 +01001868 return 0;
1869
1870 ax = kmalloc(sizeof(*ax) + len, GFP_KERNEL);
1871 if (!ax)
1872 return -ENOMEM;
1873
1874 ax->len = len;
1875 memcpy(ax->a, a, len);
1876
1877 ax->d.type = AUDIT_SOCKADDR;
1878 ax->d.next = context->aux;
1879 context->aux = (void *)ax;
1880 return 0;
1881}
1882
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001883/**
1884 * audit_avc_path - record the granting or denial of permissions
1885 * @dentry: dentry to record
1886 * @mnt: mnt to record
1887 *
1888 * Returns 0 for success or NULL context or < 0 on error.
1889 *
1890 * Called from security/selinux/avc.c::avc_audit()
1891 */
Stephen Smalley01116102005-05-21 00:15:52 +01001892int audit_avc_path(struct dentry *dentry, struct vfsmount *mnt)
1893{
1894 struct audit_aux_data_path *ax;
1895 struct audit_context *context = current->audit_context;
1896
1897 if (likely(!context))
1898 return 0;
1899
1900 ax = kmalloc(sizeof(*ax), GFP_ATOMIC);
1901 if (!ax)
1902 return -ENOMEM;
1903
1904 ax->dentry = dget(dentry);
1905 ax->mnt = mntget(mnt);
1906
1907 ax->d.type = AUDIT_AVC_PATH;
1908 ax->d.next = context->aux;
1909 context->aux = (void *)ax;
1910 return 0;
1911}
1912
Randy Dunlapb0dd25a2005-09-13 12:47:11 -07001913/**
1914 * audit_signal_info - record signal info for shutting down audit subsystem
1915 * @sig: signal value
1916 * @t: task being signaled
1917 *
1918 * If the audit subsystem is being terminated, record the task (pid)
1919 * and uid that is doing that.
1920 */
Al Viroe1396062006-05-25 10:19:47 -04001921void __audit_signal_info(int sig, struct task_struct *t)
Steve Grubbc2f0c7c2005-05-06 12:38:39 +01001922{
1923 extern pid_t audit_sig_pid;
1924 extern uid_t audit_sig_uid;
Al Viroe1396062006-05-25 10:19:47 -04001925 extern u32 audit_sig_sid;
Steve Grubbc2f0c7c2005-05-06 12:38:39 +01001926
Al Viroe1396062006-05-25 10:19:47 -04001927 if (sig == SIGTERM || sig == SIGHUP || sig == SIGUSR1) {
1928 struct task_struct *tsk = current;
1929 struct audit_context *ctx = tsk->audit_context;
1930 audit_sig_pid = tsk->pid;
1931 if (ctx)
1932 audit_sig_uid = ctx->loginuid;
1933 else
1934 audit_sig_uid = tsk->uid;
1935 selinux_get_task_sid(tsk, &audit_sig_sid);
Steve Grubbc2f0c7c2005-05-06 12:38:39 +01001936 }
1937}