blob: 8325eddd9ee4f649ea8904aebf171b99995b779e [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * Linux Security plug
3 *
4 * Copyright (C) 2001 WireX Communications, Inc <chris@wirex.com>
5 * Copyright (C) 2001 Greg Kroah-Hartman <greg@kroah.com>
6 * Copyright (C) 2001 Networks Associates Technology, Inc <ssmalley@nai.com>
7 * Copyright (C) 2001 James Morris <jmorris@intercode.com.au>
8 * Copyright (C) 2001 Silicon Graphics, Inc. (Trust Technology Group)
9 *
10 * This program is free software; you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation; either version 2 of the License, or
13 * (at your option) any later version.
14 *
15 * Due to this file being licensed under the GPL there is controversy over
16 * whether this permits you to write a module that #includes this file
17 * without placing your module under the GPL. Please consult a lawyer for
18 * advice before doing this.
19 *
20 */
21
22#ifndef __LINUX_SECURITY_H
23#define __LINUX_SECURITY_H
24
25#include <linux/fs.h>
Eric Parisc4ec54b2009-12-17 21:24:34 -050026#include <linux/fsnotify.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070027#include <linux/binfmts.h>
Eric Paris2a7dba32011-02-01 11:05:39 -050028#include <linux/dcache.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070029#include <linux/signal.h>
30#include <linux/resource.h>
31#include <linux/sem.h>
32#include <linux/shm.h>
Eric Parisa2551df2009-07-31 12:54:11 -040033#include <linux/mm.h> /* PAGE_ALIGN */
Linus Torvalds1da177e2005-04-16 15:20:36 -070034#include <linux/msg.h>
35#include <linux/sched.h>
David Howells29db9192005-10-30 15:02:44 -080036#include <linux/key.h>
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -070037#include <linux/xfrm.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090038#include <linux/slab.h>
Mimi Zohar9d8f13b2011-06-06 15:29:25 -040039#include <linux/xattr.h>
Venkat Yekkiralabeb8d132006-08-04 23:12:42 -070040#include <net/flow.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
Ahmed S. Darwish076c54c2008-03-06 18:09:10 +020042/* Maximum number of letters for an LSM name string */
43#define SECURITY_NAME_MAX 10
44
Eric Paris06112162008-11-11 22:02:50 +110045/* If capable should audit the security request */
46#define SECURITY_CAP_NOAUDIT 0
47#define SECURITY_CAP_AUDIT 1
48
Linus Torvalds1da177e2005-04-16 15:20:36 -070049struct ctl_table;
Ahmed S. Darwish03d37d22008-03-01 22:00:05 +020050struct audit_krule;
Serge E. Hallyn34867402011-03-23 16:43:17 -070051struct user_namespace;
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
53/*
54 * These functions are in security/capability.c and are used
55 * as the default capabilities functions
56 */
Eric Paris6a9de492012-01-03 12:25:14 -050057extern int cap_capable(const struct cred *cred, struct user_namespace *ns,
58 int cap, int audit);
Richard Cochran1e6d7672011-02-01 13:50:58 +000059extern int cap_settime(const struct timespec *ts, const struct timezone *tz);
Ingo Molnar9e488582009-05-07 19:26:19 +100060extern int cap_ptrace_access_check(struct task_struct *child, unsigned int mode);
David Howells5cd9c582008-08-14 11:37:28 +010061extern int cap_ptrace_traceme(struct task_struct *parent);
Eric Paris7b41b172008-04-23 14:10:25 -040062extern int cap_capget(struct task_struct *target, kernel_cap_t *effective, kernel_cap_t *inheritable, kernel_cap_t *permitted);
David Howellsd84f4f92008-11-14 10:39:23 +110063extern int cap_capset(struct cred *new, const struct cred *old,
64 const kernel_cap_t *effective,
65 const kernel_cap_t *inheritable,
66 const kernel_cap_t *permitted);
David Howellsa6f76f22008-11-14 10:39:24 +110067extern int cap_bprm_set_creds(struct linux_binprm *bprm);
Linus Torvalds1da177e2005-04-16 15:20:36 -070068extern int cap_bprm_secureexec(struct linux_binprm *bprm);
David Howells8f0cfa52008-04-29 00:59:41 -070069extern int cap_inode_setxattr(struct dentry *dentry, const char *name,
70 const void *value, size_t size, int flags);
71extern int cap_inode_removexattr(struct dentry *dentry, const char *name);
Serge E. Hallynb5376772007-10-16 23:31:36 -070072extern int cap_inode_need_killpriv(struct dentry *dentry);
73extern int cap_inode_killpriv(struct dentry *dentry);
Eric Paris7c738752009-07-31 12:53:58 -040074extern int cap_file_mmap(struct file *file, unsigned long reqprot,
75 unsigned long prot, unsigned long flags,
76 unsigned long addr, unsigned long addr_only);
David Howellsd84f4f92008-11-14 10:39:23 +110077extern int cap_task_fix_setuid(struct cred *new, const struct cred *old, int flags);
Andrew G. Morgan3898b1b2008-04-28 02:13:40 -070078extern int cap_task_prctl(int option, unsigned long arg2, unsigned long arg3,
David Howellsd84f4f92008-11-14 10:39:23 +110079 unsigned long arg4, unsigned long arg5);
KOSAKI Motohirob0ae1982010-10-15 04:21:18 +090080extern int cap_task_setscheduler(struct task_struct *p);
Eric Paris7b41b172008-04-23 14:10:25 -040081extern int cap_task_setioprio(struct task_struct *p, int ioprio);
82extern int cap_task_setnice(struct task_struct *p, int nice);
James Morris20510f22007-10-16 23:31:32 -070083extern int cap_vm_enough_memory(struct mm_struct *mm, long pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -070084
85struct msghdr;
86struct sk_buff;
87struct sock;
88struct sockaddr;
89struct socket;
Trent Jaegerdf718372005-12-13 23:12:27 -080090struct flowi;
91struct dst_entry;
92struct xfrm_selector;
93struct xfrm_policy;
94struct xfrm_state;
95struct xfrm_user_sec_ctx;
Eric Paris2069f452008-07-04 09:47:13 +100096struct seq_file;
Linus Torvalds1da177e2005-04-16 15:20:36 -070097
98extern int cap_netlink_send(struct sock *sk, struct sk_buff *skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -070099
wzt.wzt@gmail.com189b3b12010-02-23 23:15:28 +0800100void reset_security_ops(void);
101
David Howells6e141542009-12-15 19:27:45 +0000102#ifdef CONFIG_MMU
Eric Parised032182007-06-28 15:55:21 -0400103extern unsigned long mmap_min_addr;
Eric Parisa2551df2009-07-31 12:54:11 -0400104extern unsigned long dac_mmap_min_addr;
David Howells6e141542009-12-15 19:27:45 +0000105#else
106#define dac_mmap_min_addr 0UL
107#endif
108
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109/*
110 * Values used in the task_security_ops calls
111 */
112/* setuid or setgid, id0 == uid or gid */
113#define LSM_SETID_ID 1
114
115/* setreuid or setregid, id0 == real, id1 == eff */
116#define LSM_SETID_RE 2
117
118/* setresuid or setresgid, id0 == real, id1 == eff, uid2 == saved */
119#define LSM_SETID_RES 4
120
121/* setfsuid or setfsgid, id0 == fsuid or fsgid */
122#define LSM_SETID_FS 8
123
124/* forward declares to avoid warnings */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125struct sched_param;
Venkat Yekkirala4237c752006-07-24 23:32:50 -0700126struct request_sock;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127
David Howellsa6f76f22008-11-14 10:39:24 +1100128/* bprm->unsafe reasons */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129#define LSM_UNSAFE_SHARE 1
130#define LSM_UNSAFE_PTRACE 2
131#define LSM_UNSAFE_PTRACE_CAP 4
132
David Howells6e141542009-12-15 19:27:45 +0000133#ifdef CONFIG_MMU
Eric Paris47d439e2009-08-07 14:53:57 -0400134/*
135 * If a hint addr is less than mmap_min_addr change hint to be as
136 * low as possible but still greater than mmap_min_addr
137 */
138static inline unsigned long round_hint_to_min(unsigned long hint)
139{
140 hint &= PAGE_MASK;
141 if (((void *)hint != NULL) &&
142 (hint < mmap_min_addr))
143 return PAGE_ALIGN(mmap_min_addr);
144 return hint;
145}
Alexey Dobriyan8d65af72009-09-23 15:57:19 -0700146extern int mmap_min_addr_handler(struct ctl_table *table, int write,
Eric Paris47d439e2009-08-07 14:53:57 -0400147 void __user *buffer, size_t *lenp, loff_t *ppos);
David Howells6e141542009-12-15 19:27:45 +0000148#endif
Eric Paris47d439e2009-08-07 14:53:57 -0400149
Mimi Zohar9d8f13b2011-06-06 15:29:25 -0400150/* security_inode_init_security callback function to write xattrs */
151typedef int (*initxattrs) (struct inode *inode,
152 const struct xattr *xattr_array, void *fs_data);
153
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154#ifdef CONFIG_SECURITY
155
Eric Parise0007522008-03-05 10:31:54 -0500156struct security_mnt_opts {
157 char **mnt_opts;
158 int *mnt_opts_flags;
159 int num_mnt_opts;
160};
161
162static inline void security_init_mnt_opts(struct security_mnt_opts *opts)
163{
164 opts->mnt_opts = NULL;
165 opts->mnt_opts_flags = NULL;
166 opts->num_mnt_opts = 0;
167}
168
169static inline void security_free_mnt_opts(struct security_mnt_opts *opts)
170{
171 int i;
172 if (opts->mnt_opts)
Eric Paris7b41b172008-04-23 14:10:25 -0400173 for (i = 0; i < opts->num_mnt_opts; i++)
Eric Parise0007522008-03-05 10:31:54 -0500174 kfree(opts->mnt_opts[i]);
175 kfree(opts->mnt_opts);
176 opts->mnt_opts = NULL;
177 kfree(opts->mnt_opts_flags);
178 opts->mnt_opts_flags = NULL;
179 opts->num_mnt_opts = 0;
180}
181
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182/**
183 * struct security_operations - main security structure
184 *
Ahmed S. Darwish076c54c2008-03-06 18:09:10 +0200185 * Security module identifier.
186 *
187 * @name:
Vsevolod Alekseev11be0b32011-11-05 02:35:28 -0700188 * A string that acts as a unique identifier for the LSM with max number
Ahmed S. Darwish076c54c2008-03-06 18:09:10 +0200189 * of characters = SECURITY_NAME_MAX.
190 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 * Security hooks for program execution operations.
192 *
David Howellsa6f76f22008-11-14 10:39:24 +1100193 * @bprm_set_creds:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194 * Save security information in the bprm->security field, typically based
195 * on information about the bprm->file, for later use by the apply_creds
196 * hook. This hook may also optionally check permissions (e.g. for
197 * transitions between security domains).
198 * This hook may be called multiple times during a single execve, e.g. for
199 * interpreters. The hook can tell whether it has already been called by
200 * checking to see if @bprm->security is non-NULL. If so, then the hook
201 * may decide either to retain the security information saved earlier or
202 * to replace it.
203 * @bprm contains the linux_binprm structure.
204 * Return 0 if the hook is successful and permission is granted.
205 * @bprm_check_security:
David Howellsa6f76f22008-11-14 10:39:24 +1100206 * This hook mediates the point when a search for a binary handler will
207 * begin. It allows a check the @bprm->security value which is set in the
208 * preceding set_creds call. The primary difference from set_creds is
209 * that the argv list and envp list are reliably available in @bprm. This
210 * hook may be called multiple times during a single execve; and in each
211 * pass set_creds is called first.
Eric Paris7b41b172008-04-23 14:10:25 -0400212 * @bprm contains the linux_binprm structure.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213 * Return 0 if the hook is successful and permission is granted.
David Howellsa6f76f22008-11-14 10:39:24 +1100214 * @bprm_committing_creds:
215 * Prepare to install the new security attributes of a process being
216 * transformed by an execve operation, based on the old credentials
217 * pointed to by @current->cred and the information set in @bprm->cred by
218 * the bprm_set_creds hook. @bprm points to the linux_binprm structure.
219 * This hook is a good place to perform state changes on the process such
220 * as closing open file descriptors to which access will no longer be
221 * granted when the attributes are changed. This is called immediately
222 * before commit_creds().
223 * @bprm_committed_creds:
224 * Tidy up after the installation of the new security attributes of a
225 * process being transformed by an execve operation. The new credentials
226 * have, by this point, been set to @current->cred. @bprm points to the
227 * linux_binprm structure. This hook is a good place to perform state
228 * changes on the process such as clearing out non-inheritable signal
229 * state. This is called immediately after commit_creds().
Linus Torvalds1da177e2005-04-16 15:20:36 -0700230 * @bprm_secureexec:
Eric Paris7b41b172008-04-23 14:10:25 -0400231 * Return a boolean value (0 or 1) indicating whether a "secure exec"
232 * is required. The flag is passed in the auxiliary table
233 * on the initial stack to the ELF interpreter to indicate whether libc
234 * should enable secure mode.
235 * @bprm contains the linux_binprm structure.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236 *
237 * Security hooks for filesystem operations.
238 *
239 * @sb_alloc_security:
240 * Allocate and attach a security structure to the sb->s_security field.
241 * The s_security field is initialized to NULL when the structure is
242 * allocated.
243 * @sb contains the super_block structure to be modified.
244 * Return 0 if operation was successful.
245 * @sb_free_security:
246 * Deallocate and clear the sb->s_security field.
247 * @sb contains the super_block structure to be modified.
248 * @sb_statfs:
David Howells726c3342006-06-23 02:02:58 -0700249 * Check permission before obtaining filesystem statistics for the @mnt
250 * mountpoint.
251 * @dentry is a handle on the superblock for the filesystem.
Eric Paris7b41b172008-04-23 14:10:25 -0400252 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253 * @sb_mount:
254 * Check permission before an object specified by @dev_name is mounted on
255 * the mount point named by @nd. For an ordinary mount, @dev_name
256 * identifies a device if the file system type requires a device. For a
257 * remount (@flags & MS_REMOUNT), @dev_name is irrelevant. For a
258 * loopback/bind mount (@flags & MS_BIND), @dev_name identifies the
259 * pathname of the object being mounted.
260 * @dev_name contains the name for object being mounted.
Al Virob5266eb2008-03-22 17:48:24 -0400261 * @path contains the path for mount point object.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700262 * @type contains the filesystem type.
263 * @flags contains the mount flags.
264 * @data contains the filesystem-specific data.
265 * Return 0 if permission is granted.
266 * @sb_copy_data:
267 * Allow mount option data to be copied prior to parsing by the filesystem,
268 * so that the security module can extract security-specific mount
269 * options cleanly (a filesystem may modify the data e.g. with strsep()).
270 * This also allows the original mount data to be stripped of security-
271 * specific options to avoid having to make filesystems aware of them.
272 * @type the type of filesystem being mounted.
273 * @orig the original mount data copied from userspace.
274 * @copy copied data which will be passed to the security module.
275 * Returns 0 if the copy was successful.
Eric Parisff36fe22011-03-03 16:09:14 -0500276 * @sb_remount:
Vsevolod Alekseev11be0b32011-11-05 02:35:28 -0700277 * Extracts security system specific mount options and verifies no changes
Eric Parisff36fe22011-03-03 16:09:14 -0500278 * are being made to those options.
279 * @sb superblock being remounted
280 * @data contains the filesystem-specific data.
281 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282 * @sb_umount:
283 * Check permission before the @mnt file system is unmounted.
284 * @mnt contains the mounted file system.
285 * @flags contains the unmount flags, e.g. MNT_FORCE.
286 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700287 * @sb_pivotroot:
288 * Check permission before pivoting the root filesystem.
Al Virob5266eb2008-03-22 17:48:24 -0400289 * @old_path contains the path for the new location of the current root (put_old).
Eric Paris7b41b172008-04-23 14:10:25 -0400290 * @new_path contains the path for the new root (new_root).
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 * Return 0 if permission is granted.
Eric Parisc9180a52007-11-30 13:00:35 -0500292 * @sb_set_mnt_opts:
293 * Set the security relevant mount options used for a superblock
294 * @sb the superblock to set security mount options for
Eric Parise0007522008-03-05 10:31:54 -0500295 * @opts binary data structure containing all lsm mount data
Eric Parisc9180a52007-11-30 13:00:35 -0500296 * @sb_clone_mnt_opts:
297 * Copy all security options from a given superblock to another
298 * @oldsb old superblock which contain information to clone
299 * @newsb new superblock which needs filled in
Eric Parise0007522008-03-05 10:31:54 -0500300 * @sb_parse_opts_str:
301 * Parse a string of security data filling in the opts structure
302 * @options string containing all mount options known by the LSM
303 * @opts binary data structure usable by the LSM
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304 *
305 * Security hooks for inode operations.
306 *
307 * @inode_alloc_security:
308 * Allocate and attach a security structure to @inode->i_security. The
309 * i_security field is initialized to NULL when the inode structure is
310 * allocated.
311 * @inode contains the inode structure.
312 * Return 0 if operation was successful.
313 * @inode_free_security:
314 * @inode contains the inode structure.
315 * Deallocate the inode security structure and set @inode->i_security to
Eric Paris7b41b172008-04-23 14:10:25 -0400316 * NULL.
Stephen Smalley5e41ff92005-09-09 13:01:35 -0700317 * @inode_init_security:
Eric Paris7b41b172008-04-23 14:10:25 -0400318 * Obtain the security attribute name suffix and value to set on a newly
Stephen Smalley5e41ff92005-09-09 13:01:35 -0700319 * created inode and set up the incore security field for the new inode.
320 * This hook is called by the fs code as part of the inode creation
321 * transaction and provides for atomic labeling of the inode, unlike
322 * the post_create/mkdir/... hooks called by the VFS. The hook function
323 * is expected to allocate the name and value via kmalloc, with the caller
324 * being responsible for calling kfree after using them.
325 * If the security module does not use security attributes or does
326 * not wish to put a security attribute on this particular inode,
327 * then it should return -EOPNOTSUPP to skip this processing.
328 * @inode contains the inode structure of the newly created inode.
329 * @dir contains the inode structure of the parent directory.
Eric Paris2a7dba32011-02-01 11:05:39 -0500330 * @qstr contains the last path component of the new object
Stephen Smalley5e41ff92005-09-09 13:01:35 -0700331 * @name will be set to the allocated name suffix (e.g. selinux).
332 * @value will be set to the allocated attribute value.
333 * @len will be set to the length of the value.
334 * Returns 0 if @name and @value have been successfully set,
335 * -EOPNOTSUPP if no security attribute is needed, or
336 * -ENOMEM on memory allocation failure.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337 * @inode_create:
338 * Check permission to create a regular file.
339 * @dir contains inode structure of the parent of the new file.
340 * @dentry contains the dentry structure for the file to be created.
341 * @mode contains the file mode of the file to be created.
342 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700343 * @inode_link:
344 * Check permission before creating a new hard link to a file.
345 * @old_dentry contains the dentry structure for an existing link to the file.
346 * @dir contains the inode structure of the parent directory of the new link.
347 * @new_dentry contains the dentry structure for the new link.
348 * Return 0 if permission is granted.
Kentaro Takedabe6d3e52008-12-17 13:24:15 +0900349 * @path_link:
350 * Check permission before creating a new hard link to a file.
351 * @old_dentry contains the dentry structure for an existing link
352 * to the file.
353 * @new_dir contains the path structure of the parent directory of
354 * the new link.
355 * @new_dentry contains the dentry structure for the new link.
356 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 * @inode_unlink:
Eric Paris7b41b172008-04-23 14:10:25 -0400358 * Check the permission to remove a hard link to a file.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359 * @dir contains the inode structure of parent directory of the file.
360 * @dentry contains the dentry structure for file to be unlinked.
361 * Return 0 if permission is granted.
Kentaro Takedabe6d3e52008-12-17 13:24:15 +0900362 * @path_unlink:
363 * Check the permission to remove a hard link to a file.
364 * @dir contains the path structure of parent directory of the file.
365 * @dentry contains the dentry structure for file to be unlinked.
366 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700367 * @inode_symlink:
368 * Check the permission to create a symbolic link to a file.
369 * @dir contains the inode structure of parent directory of the symbolic link.
370 * @dentry contains the dentry structure of the symbolic link.
371 * @old_name contains the pathname of file.
372 * Return 0 if permission is granted.
Kentaro Takedabe6d3e52008-12-17 13:24:15 +0900373 * @path_symlink:
374 * Check the permission to create a symbolic link to a file.
375 * @dir contains the path structure of parent directory of
376 * the symbolic link.
377 * @dentry contains the dentry structure of the symbolic link.
378 * @old_name contains the pathname of file.
379 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 * @inode_mkdir:
381 * Check permissions to create a new directory in the existing directory
Vsevolod Alekseev11be0b32011-11-05 02:35:28 -0700382 * associated with inode structure @dir.
383 * @dir contains the inode structure of parent of the directory to be created.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384 * @dentry contains the dentry structure of new directory.
385 * @mode contains the mode of new directory.
386 * Return 0 if permission is granted.
Kentaro Takedabe6d3e52008-12-17 13:24:15 +0900387 * @path_mkdir:
388 * Check permissions to create a new directory in the existing directory
Vsevolod Alekseev11be0b32011-11-05 02:35:28 -0700389 * associated with path structure @path.
390 * @dir contains the path structure of parent of the directory
Kentaro Takedabe6d3e52008-12-17 13:24:15 +0900391 * to be created.
392 * @dentry contains the dentry structure of new directory.
393 * @mode contains the mode of new directory.
394 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395 * @inode_rmdir:
396 * Check the permission to remove a directory.
397 * @dir contains the inode structure of parent of the directory to be removed.
398 * @dentry contains the dentry structure of directory to be removed.
399 * Return 0 if permission is granted.
Kentaro Takedabe6d3e52008-12-17 13:24:15 +0900400 * @path_rmdir:
401 * Check the permission to remove a directory.
402 * @dir contains the path structure of parent of the directory to be
403 * removed.
404 * @dentry contains the dentry structure of directory to be removed.
405 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700406 * @inode_mknod:
407 * Check permissions when creating a special file (or a socket or a fifo
408 * file created via the mknod system call). Note that if mknod operation
409 * is being done for a regular file, then the create hook will be called
410 * and not this hook.
411 * @dir contains the inode structure of parent of the new file.
412 * @dentry contains the dentry structure of the new file.
413 * @mode contains the mode of the new file.
Michael Opdenacker59c51592007-05-09 08:57:56 +0200414 * @dev contains the device number.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415 * Return 0 if permission is granted.
Kentaro Takedabe6d3e52008-12-17 13:24:15 +0900416 * @path_mknod:
417 * Check permissions when creating a file. Note that this hook is called
418 * even if mknod operation is being done for a regular file.
419 * @dir contains the path structure of parent of the new file.
420 * @dentry contains the dentry structure of the new file.
421 * @mode contains the mode of the new file.
422 * @dev contains the undecoded device number. Use new_decode_dev() to get
423 * the decoded device number.
424 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 * @inode_rename:
426 * Check for permission to rename a file or directory.
427 * @old_dir contains the inode structure for parent of the old link.
428 * @old_dentry contains the dentry structure of the old link.
429 * @new_dir contains the inode structure for parent of the new link.
430 * @new_dentry contains the dentry structure of the new link.
431 * Return 0 if permission is granted.
Kentaro Takedabe6d3e52008-12-17 13:24:15 +0900432 * @path_rename:
433 * Check for permission to rename a file or directory.
434 * @old_dir contains the path structure for parent of the old link.
435 * @old_dentry contains the dentry structure of the old link.
436 * @new_dir contains the path structure for parent of the new link.
437 * @new_dentry contains the dentry structure of the new link.
438 * Return 0 if permission is granted.
Tetsuo Handa89eda062009-10-04 21:49:47 +0900439 * @path_chmod:
440 * Check for permission to change DAC's permission of a file or directory.
441 * @dentry contains the dentry structure.
442 * @mnt contains the vfsmnt structure.
443 * @mode contains DAC's mode.
444 * Return 0 if permission is granted.
445 * @path_chown:
446 * Check for permission to change owner/group of a file or directory.
447 * @path contains the path structure.
448 * @uid contains new owner's ID.
449 * @gid contains new group's ID.
450 * Return 0 if permission is granted.
Tetsuo Handa8b8efb42009-10-04 21:49:48 +0900451 * @path_chroot:
452 * Check for permission to change root directory.
453 * @path contains the path structure.
454 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455 * @inode_readlink:
456 * Check the permission to read the symbolic link.
457 * @dentry contains the dentry structure for the file link.
458 * Return 0 if permission is granted.
459 * @inode_follow_link:
460 * Check permission to follow a symbolic link when looking up a pathname.
461 * @dentry contains the dentry structure for the link.
462 * @nd contains the nameidata structure for the parent directory.
463 * Return 0 if permission is granted.
464 * @inode_permission:
465 * Check permission before accessing an inode. This hook is called by the
466 * existing Linux permission function, so a security module can use it to
467 * provide additional checking for existing Linux permission checks.
468 * Notice that this hook is called when a file is opened (as well as many
469 * other operations), whereas the file_security_ops permission hook is
470 * called when the actual read/write operations are performed.
471 * @inode contains the inode structure to check.
472 * @mask contains the permission mask.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 * Return 0 if permission is granted.
474 * @inode_setattr:
475 * Check permission before setting file attributes. Note that the kernel
476 * call to notify_change is performed from several locations, whenever
477 * file attributes change (such as when a file is truncated, chown/chmod
478 * operations, transferring disk quotas, etc).
479 * @dentry contains the dentry structure for the file.
480 * @attr is the iattr structure containing the new file attributes.
481 * Return 0 if permission is granted.
Kentaro Takedabe6d3e52008-12-17 13:24:15 +0900482 * @path_truncate:
483 * Check permission before truncating a file.
484 * @path contains the path structure for the file.
Kentaro Takedabe6d3e52008-12-17 13:24:15 +0900485 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700486 * @inode_getattr:
487 * Check permission before obtaining file attributes.
488 * @mnt is the vfsmount where the dentry was looked up
489 * @dentry contains the dentry structure for the file.
490 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491 * @inode_setxattr:
Eric Paris7b41b172008-04-23 14:10:25 -0400492 * Check permission before setting the extended attributes
493 * @value identified by @name for @dentry.
494 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 * @inode_post_setxattr:
Eric Paris7b41b172008-04-23 14:10:25 -0400496 * Update inode security field after successful setxattr operation.
497 * @value identified by @name for @dentry.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700498 * @inode_getxattr:
Eric Paris7b41b172008-04-23 14:10:25 -0400499 * Check permission before obtaining the extended attributes
500 * identified by @name for @dentry.
501 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502 * @inode_listxattr:
Eric Paris7b41b172008-04-23 14:10:25 -0400503 * Check permission before obtaining the list of extended attribute
504 * names for @dentry.
505 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506 * @inode_removexattr:
Eric Paris7b41b172008-04-23 14:10:25 -0400507 * Check permission before removing the extended attribute
508 * identified by @name for @dentry.
509 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510 * @inode_getsecurity:
David P. Quigley42492592008-02-04 22:29:39 -0800511 * Retrieve a copy of the extended attribute representation of the
512 * security label associated with @name for @inode via @buffer. Note that
513 * @name is the remainder of the attribute name after the security prefix
514 * has been removed. @alloc is used to specify of the call should return a
515 * value via the buffer or just the value length Return size of buffer on
516 * success.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 * @inode_setsecurity:
518 * Set the security label associated with @name for @inode from the
519 * extended attribute value @value. @size indicates the size of the
520 * @value in bytes. @flags may be XATTR_CREATE, XATTR_REPLACE, or 0.
Eric Paris7b41b172008-04-23 14:10:25 -0400521 * Note that @name is the remainder of the attribute name after the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 * security. prefix has been removed.
523 * Return 0 on success.
524 * @inode_listsecurity:
525 * Copy the extended attribute names for the security labels
526 * associated with @inode into @buffer. The maximum size of @buffer
527 * is specified by @buffer_size. @buffer may be NULL to request
528 * the size of the buffer required.
529 * Returns number of bytes used/required on success.
Serge E. Hallynb5376772007-10-16 23:31:36 -0700530 * @inode_need_killpriv:
531 * Called when an inode has been changed.
532 * @dentry is the dentry being changed.
533 * Return <0 on error to abort the inode change operation.
534 * Return 0 if inode_killpriv does not need to be called.
535 * Return >0 if inode_killpriv does need to be called.
536 * @inode_killpriv:
537 * The setuid bit is being removed. Remove similar security labels.
538 * Called with the dentry->d_inode->i_mutex held.
539 * @dentry is the dentry being changed.
540 * Return 0 on success. If error is returned, then the operation
541 * causing setuid bit removal is failed.
Ahmed S. Darwish8a076192008-03-01 21:51:09 +0200542 * @inode_getsecid:
543 * Get the secid associated with the node.
544 * @inode contains a pointer to the inode.
545 * @secid contains a pointer to the location where result will be saved.
546 * In case of failure, @secid will be set to zero.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 *
548 * Security hooks for file operations
549 *
550 * @file_permission:
551 * Check file permissions before accessing an open file. This hook is
552 * called by various operations that read or write files. A security
553 * module can use this hook to perform additional checking on these
554 * operations, e.g. to revalidate permissions on use to support privilege
555 * bracketing or policy changes. Notice that this hook is used when the
556 * actual read/write operations are performed, whereas the
557 * inode_security_ops hook is called when a file is opened (as well as
558 * many other operations).
559 * Caveat: Although this hook can be used to revalidate permissions for
560 * various system call operations that read or write files, it does not
561 * address the revalidation of permissions for memory-mapped files.
562 * Security modules must handle this separately if they need such
563 * revalidation.
564 * @file contains the file structure being accessed.
565 * @mask contains the requested permissions.
566 * Return 0 if permission is granted.
567 * @file_alloc_security:
568 * Allocate and attach a security structure to the file->f_security field.
569 * The security field is initialized to NULL when the structure is first
570 * created.
571 * @file contains the file structure to secure.
572 * Return 0 if the hook is successful and permission is granted.
573 * @file_free_security:
574 * Deallocate and free any security structures stored in file->f_security.
575 * @file contains the file structure being modified.
576 * @file_ioctl:
577 * @file contains the file structure.
578 * @cmd contains the operation to perform.
579 * @arg contains the operational arguments.
Vsevolod Alekseev11be0b32011-11-05 02:35:28 -0700580 * Check permission for an ioctl operation on @file. Note that @arg
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581 * sometimes represents a user space pointer; in other cases, it may be a
582 * simple integer value. When @arg represents a user space pointer, it
583 * should never be used by the security module.
584 * Return 0 if permission is granted.
585 * @file_mmap :
586 * Check permissions for a mmap operation. The @file may be NULL, e.g.
587 * if mapping anonymous memory.
588 * @file contains the file structure for file to map (may be NULL).
589 * @reqprot contains the protection requested by the application.
590 * @prot contains the protection that will be applied by the kernel.
591 * @flags contains the operational flags.
Kees Cook114d6e92011-12-19 11:32:56 -0800592 * @addr contains virtual address that will be used for the operation.
593 * @addr_only contains a boolean: 0 if file-backed VMA, otherwise 1.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700594 * Return 0 if permission is granted.
595 * @file_mprotect:
596 * Check permissions before changing memory access permissions.
597 * @vma contains the memory region to modify.
598 * @reqprot contains the protection requested by the application.
599 * @prot contains the protection that will be applied by the kernel.
600 * Return 0 if permission is granted.
601 * @file_lock:
602 * Check permission before performing file locking operations.
603 * Note: this hook mediates both flock and fcntl style locks.
604 * @file contains the file structure.
605 * @cmd contains the posix-translated lock operation to perform
606 * (e.g. F_RDLCK, F_WRLCK).
607 * Return 0 if permission is granted.
608 * @file_fcntl:
609 * Check permission before allowing the file operation specified by @cmd
Vsevolod Alekseev11be0b32011-11-05 02:35:28 -0700610 * from being performed on the file @file. Note that @arg sometimes
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611 * represents a user space pointer; in other cases, it may be a simple
612 * integer value. When @arg represents a user space pointer, it should
613 * never be used by the security module.
614 * @file contains the file structure.
615 * @cmd contains the operation to be performed.
616 * @arg contains the operational arguments.
617 * Return 0 if permission is granted.
618 * @file_set_fowner:
619 * Save owner security information (typically from current->security) in
620 * file->f_security for later use by the send_sigiotask hook.
621 * @file contains the file structure to update.
622 * Return 0 on success.
623 * @file_send_sigiotask:
624 * Check permission for the file owner @fown to send SIGIO or SIGURG to the
625 * process @tsk. Note that this hook is sometimes called from interrupt.
626 * Note that the fown_struct, @fown, is never outside the context of a
627 * struct file, so the file structure (and associated security information)
628 * can always be obtained:
Robert P. J. Dayb385a142007-02-10 01:46:25 -0800629 * container_of(fown, struct file, f_owner)
Eric Paris7b41b172008-04-23 14:10:25 -0400630 * @tsk contains the structure of task receiving signal.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700631 * @fown contains the file owner information.
632 * @sig is the signal that will be sent. When 0, kernel sends SIGIO.
633 * Return 0 if permission is granted.
634 * @file_receive:
635 * This hook allows security modules to control the ability of a process
636 * to receive an open file descriptor via socket IPC.
637 * @file contains the file structure being received.
638 * Return 0 if permission is granted.
639 *
Yuichi Nakamura788e7dd2007-09-14 09:27:07 +0900640 * Security hook for dentry
641 *
642 * @dentry_open
643 * Save open-time permission checking state for later use upon
644 * file_permission, and recheck access if anything has changed
645 * since inode_permission.
646 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647 * Security hooks for task operations.
648 *
649 * @task_create:
650 * Check permission before creating a child process. See the clone(2)
651 * manual page for definitions of the @clone_flags.
652 * @clone_flags contains the flags indicating what should be shared.
653 * Return 0 if permission is granted.
Kees Cook1a2a4d02011-12-21 12:17:03 -0800654 * @task_free:
655 * @task task being freed
656 * Handle release of task-related resources. (Note that this can be called
657 * from interrupt context.)
David Howellsee18d642009-09-02 09:14:21 +0100658 * @cred_alloc_blank:
659 * @cred points to the credentials.
660 * @gfp indicates the atomicity of any memory allocations.
661 * Only allocate sufficient memory and attach to @cred such that
662 * cred_transfer() will not get ENOMEM.
David Howellsf1752ee2008-11-14 10:39:17 +1100663 * @cred_free:
664 * @cred points to the credentials.
665 * Deallocate and clear the cred->security field in a set of credentials.
David Howellsd84f4f92008-11-14 10:39:23 +1100666 * @cred_prepare:
667 * @new points to the new credentials.
668 * @old points to the original credentials.
669 * @gfp indicates the atomicity of any memory allocations.
670 * Prepare a new set of credentials by copying the data from the old set.
David Howellsee18d642009-09-02 09:14:21 +0100671 * @cred_transfer:
672 * @new points to the new credentials.
673 * @old points to the original credentials.
674 * Transfer data from original creds to new creds
David Howells3a3b7ce2008-11-14 10:39:28 +1100675 * @kernel_act_as:
676 * Set the credentials for a kernel service to act as (subjective context).
677 * @new points to the credentials to be modified.
678 * @secid specifies the security ID to be set
679 * The current task must be the one that nominated @secid.
680 * Return 0 if successful.
681 * @kernel_create_files_as:
682 * Set the file creation context in a set of credentials to be the same as
683 * the objective context of the specified inode.
684 * @new points to the credentials to be modified.
685 * @inode points to the inode to use as a reference.
686 * The current task must be the one that nominated @inode.
687 * Return 0 if successful.
Eric Paris91884992009-08-13 09:44:57 -0400688 * @kernel_module_request:
689 * Ability to trigger the kernel to automatically upcall to userspace for
690 * userspace to load a kernel module with the given name.
Eric Parisdd8dbf22009-11-03 16:35:32 +1100691 * @kmod_name name of the module requested by the kernel
James Morrisf322abf2009-08-14 11:19:29 +1000692 * Return 0 if successful.
David Howellsd84f4f92008-11-14 10:39:23 +1100693 * @task_fix_setuid:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694 * Update the module's state after setting one or more of the user
695 * identity attributes of the current process. The @flags parameter
696 * indicates which of the set*uid system calls invoked this hook. If
David Howellsd84f4f92008-11-14 10:39:23 +1100697 * @new is the set of credentials that will be installed. Modifications
698 * should be made to this rather than to @current->cred.
699 * @old is the set of credentials that are being replaces
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700 * @flags contains one of the LSM_SETID_* values.
701 * Return 0 on success.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702 * @task_setpgid:
703 * Check permission before setting the process group identifier of the
704 * process @p to @pgid.
705 * @p contains the task_struct for process being modified.
706 * @pgid contains the new pgid.
707 * Return 0 if permission is granted.
708 * @task_getpgid:
709 * Check permission before getting the process group identifier of the
710 * process @p.
711 * @p contains the task_struct for the process.
712 * Return 0 if permission is granted.
713 * @task_getsid:
714 * Check permission before getting the session identifier of the process
715 * @p.
716 * @p contains the task_struct for the process.
717 * Return 0 if permission is granted.
David Quigleyf9008e42006-06-30 01:55:46 -0700718 * @task_getsecid:
719 * Retrieve the security identifier of the process @p.
720 * @p contains the task_struct for the process and place is into @secid.
Ahmed S. Darwish8a076192008-03-01 21:51:09 +0200721 * In case of failure, @secid will be set to zero.
722 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723 * @task_setnice:
724 * Check permission before setting the nice value of @p to @nice.
725 * @p contains the task_struct of process.
726 * @nice contains the new nice value.
727 * Return 0 if permission is granted.
James Morris03e68062006-06-23 02:03:58 -0700728 * @task_setioprio
729 * Check permission before setting the ioprio value of @p to @ioprio.
730 * @p contains the task_struct of process.
731 * @ioprio contains the new ioprio value
732 * Return 0 if permission is granted.
David Quigleya1836a42006-06-30 01:55:49 -0700733 * @task_getioprio
734 * Check permission before getting the ioprio value of @p.
735 * @p contains the task_struct of process.
736 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 * @task_setrlimit:
738 * Check permission before setting the resource limits of the current
739 * process for @resource to @new_rlim. The old resource limit values can
740 * be examined by dereferencing (current->signal->rlim + resource).
741 * @resource contains the resource whose limit is being set.
742 * @new_rlim contains the new limits for @resource.
743 * Return 0 if permission is granted.
744 * @task_setscheduler:
745 * Check permission before setting scheduling policy and/or parameters of
746 * process @p based on @policy and @lp.
747 * @p contains the task_struct for process.
748 * @policy contains the scheduling policy.
749 * @lp contains the scheduling parameters.
750 * Return 0 if permission is granted.
751 * @task_getscheduler:
752 * Check permission before obtaining scheduling information for process
753 * @p.
754 * @p contains the task_struct for process.
755 * Return 0 if permission is granted.
David Quigley35601542006-06-23 02:04:01 -0700756 * @task_movememory
757 * Check permission before moving memory owned by process @p.
758 * @p contains the task_struct for process.
759 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760 * @task_kill:
761 * Check permission before sending signal @sig to @p. @info can be NULL,
762 * the constant 1, or a pointer to a siginfo structure. If @info is 1 or
763 * SI_FROMKERNEL(info) is true, then the signal should be viewed as coming
764 * from the kernel and should typically be permitted.
765 * SIGIO signals are handled separately by the send_sigiotask hook in
766 * file_security_ops.
767 * @p contains the task_struct for process.
768 * @info contains the signal information.
769 * @sig contains the signal value.
David Quigleyf9008e42006-06-30 01:55:46 -0700770 * @secid contains the sid of the process where the signal originated
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771 * Return 0 if permission is granted.
772 * @task_wait:
773 * Check permission before allowing a process to reap a child process @p
774 * and collect its status information.
775 * @p contains the task_struct for process.
776 * Return 0 if permission is granted.
777 * @task_prctl:
778 * Check permission before performing a process control operation on the
779 * current process.
780 * @option contains the operation.
781 * @arg2 contains a argument.
782 * @arg3 contains a argument.
783 * @arg4 contains a argument.
784 * @arg5 contains a argument.
David Howellsd84f4f92008-11-14 10:39:23 +1100785 * Return -ENOSYS if no-one wanted to handle this op, any other value to
786 * cause prctl() to return immediately with that value.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787 * @task_to_inode:
Eric Paris7b41b172008-04-23 14:10:25 -0400788 * Set the security attributes for an inode based on an associated task's
789 * security attributes, e.g. for /proc/pid inodes.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790 * @p contains the task_struct for the task.
791 * @inode contains the inode structure for the inode.
792 *
793 * Security hooks for Netlink messaging.
794 *
795 * @netlink_send:
796 * Save security information for a netlink message so that permission
797 * checking can be performed when the message is processed. The security
798 * information can be saved using the eff_cap field of the
Eric Paris7b41b172008-04-23 14:10:25 -0400799 * netlink_skb_parms structure. Also may be used to provide fine
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800 * grained control over message transmission.
Vsevolod Alekseev11be0b32011-11-05 02:35:28 -0700801 * @sk associated sock of task sending the message.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700802 * @skb contains the sk_buff structure for the netlink message.
803 * Return 0 if the information was successfully saved and message
804 * is allowed to be transmitted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805 *
806 * Security hooks for Unix domain networking.
807 *
808 * @unix_stream_connect:
809 * Check permissions before establishing a Unix domain stream connection
810 * between @sock and @other.
David S. Miller3610cda2011-01-05 15:38:53 -0800811 * @sock contains the sock structure.
812 * @other contains the peer sock structure.
813 * @newsk contains the new sock structure.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814 * Return 0 if permission is granted.
815 * @unix_may_send:
816 * Check permissions before connecting or sending datagrams from @sock to
817 * @other.
818 * @sock contains the socket structure.
819 * @sock contains the peer socket structure.
820 * Return 0 if permission is granted.
821 *
822 * The @unix_stream_connect and @unix_may_send hooks were necessary because
823 * Linux provides an alternative to the conventional file name space for Unix
824 * domain sockets. Whereas binding and connecting to sockets in the file name
825 * space is mediated by the typical file permissions (and caught by the mknod
826 * and permission hooks in inode_security_ops), binding and connecting to
827 * sockets in the abstract name space is completely unmediated. Sufficient
828 * control of Unix domain sockets in the abstract name space isn't possible
829 * using only the socket layer hooks, since we need to know the actual target
830 * socket, which is not looked up until we are inside the af_unix code.
831 *
832 * Security hooks for socket operations.
833 *
834 * @socket_create:
835 * Check permissions prior to creating a new socket.
836 * @family contains the requested protocol family.
837 * @type contains the requested communications type.
838 * @protocol contains the requested protocol.
839 * @kern set to 1 if a kernel socket.
840 * Return 0 if permission is granted.
841 * @socket_post_create:
842 * This hook allows a module to update or allocate a per-socket security
843 * structure. Note that the security field was not added directly to the
844 * socket structure, but rather, the socket security information is stored
845 * in the associated inode. Typically, the inode alloc_security hook will
846 * allocate and and attach security information to
847 * sock->inode->i_security. This hook may be used to update the
848 * sock->inode->i_security field with additional information that wasn't
849 * available when the inode was allocated.
850 * @sock contains the newly created socket structure.
851 * @family contains the requested protocol family.
852 * @type contains the requested communications type.
853 * @protocol contains the requested protocol.
854 * @kern set to 1 if a kernel socket.
855 * @socket_bind:
856 * Check permission before socket protocol layer bind operation is
857 * performed and the socket @sock is bound to the address specified in the
858 * @address parameter.
859 * @sock contains the socket structure.
860 * @address contains the address to bind to.
861 * @addrlen contains the length of address.
Eric Paris7b41b172008-04-23 14:10:25 -0400862 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863 * @socket_connect:
864 * Check permission before socket protocol layer connect operation
865 * attempts to connect socket @sock to a remote address, @address.
866 * @sock contains the socket structure.
867 * @address contains the address of remote endpoint.
868 * @addrlen contains the length of address.
Eric Paris7b41b172008-04-23 14:10:25 -0400869 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870 * @socket_listen:
871 * Check permission before socket protocol layer listen operation.
872 * @sock contains the socket structure.
873 * @backlog contains the maximum length for the pending connection queue.
874 * Return 0 if permission is granted.
875 * @socket_accept:
876 * Check permission before accepting a new connection. Note that the new
877 * socket, @newsock, has been created and some information copied to it,
878 * but the accept operation has not actually been performed.
879 * @sock contains the listening socket structure.
880 * @newsock contains the newly created server socket for connection.
881 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700882 * @socket_sendmsg:
883 * Check permission before transmitting a message to another socket.
884 * @sock contains the socket structure.
885 * @msg contains the message to be transmitted.
886 * @size contains the size of message.
887 * Return 0 if permission is granted.
888 * @socket_recvmsg:
889 * Check permission before receiving a message from a socket.
890 * @sock contains the socket structure.
891 * @msg contains the message structure.
892 * @size contains the size of message structure.
893 * @flags contains the operational flags.
Eric Paris7b41b172008-04-23 14:10:25 -0400894 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895 * @socket_getsockname:
896 * Check permission before the local address (name) of the socket object
897 * @sock is retrieved.
898 * @sock contains the socket structure.
899 * Return 0 if permission is granted.
900 * @socket_getpeername:
901 * Check permission before the remote address (name) of a socket object
902 * @sock is retrieved.
903 * @sock contains the socket structure.
904 * Return 0 if permission is granted.
905 * @socket_getsockopt:
906 * Check permissions before retrieving the options associated with socket
907 * @sock.
908 * @sock contains the socket structure.
909 * @level contains the protocol level to retrieve option from.
910 * @optname contains the name of option to retrieve.
911 * Return 0 if permission is granted.
912 * @socket_setsockopt:
913 * Check permissions before setting the options associated with socket
914 * @sock.
915 * @sock contains the socket structure.
916 * @level contains the protocol level to set options for.
917 * @optname contains the name of the option to set.
Eric Paris7b41b172008-04-23 14:10:25 -0400918 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919 * @socket_shutdown:
920 * Checks permission before all or part of a connection on the socket
921 * @sock is shut down.
922 * @sock contains the socket structure.
923 * @how contains the flag indicating how future sends and receives are handled.
924 * Return 0 if permission is granted.
925 * @socket_sock_rcv_skb:
926 * Check permissions on incoming network packets. This hook is distinct
927 * from Netfilter's IP input hooks since it is the first time that the
928 * incoming sk_buff @skb has been associated with a particular socket, @sk.
Tetsuo Handa0ed73182010-01-06 09:23:54 +0900929 * Must not sleep inside this hook because some callers hold spinlocks.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930 * @sk contains the sock (not socket) associated with the incoming sk_buff.
931 * @skb contains the incoming network data.
Serge Hallyn6da34ba2007-10-20 00:53:30 +0200932 * @socket_getpeersec_stream:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700933 * This hook allows the security module to provide peer socket security
Serge Hallyn6da34ba2007-10-20 00:53:30 +0200934 * state for unix or connected tcp sockets to userspace via getsockopt
935 * SO_GETPEERSEC. For tcp sockets this can be meaningful if the
936 * socket is associated with an ipsec SA.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 * @sock is the local socket.
938 * @optval userspace memory where the security state is to be copied.
939 * @optlen userspace int where the module should copy the actual length
940 * of the security state.
941 * @len as input is the maximum length to copy to userspace provided
942 * by the caller.
943 * Return 0 if all is well, otherwise, typical getsockopt return
944 * values.
Serge Hallyn6da34ba2007-10-20 00:53:30 +0200945 * @socket_getpeersec_dgram:
Eric Paris7b41b172008-04-23 14:10:25 -0400946 * This hook allows the security module to provide peer socket security
947 * state for udp sockets on a per-packet basis to userspace via
948 * getsockopt SO_GETPEERSEC. The application must first have indicated
949 * the IP_PASSSEC option via getsockopt. It can then retrieve the
950 * security state returned by this hook for a packet via the SCM_SECURITY
951 * ancillary message type.
952 * @skb is the skbuff for the packet being queried
953 * @secdata is a pointer to a buffer in which to copy the security data
954 * @seclen is the maximum length for @secdata
955 * Return 0 on success, error on failure.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956 * @sk_alloc_security:
Eric Paris7b41b172008-04-23 14:10:25 -0400957 * Allocate and attach a security structure to the sk->sk_security field,
958 * which is used to copy security attributes between local stream sockets.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 * @sk_free_security:
960 * Deallocate security structure.
Venkat Yekkirala892c1412006-08-04 23:08:56 -0700961 * @sk_clone_security:
962 * Clone/copy security structure.
Venkat Yekkiralabeb8d132006-08-04 23:12:42 -0700963 * @sk_getsecid:
964 * Retrieve the LSM-specific secid for the sock to enable caching of network
Trent Jaegerdf718372005-12-13 23:12:27 -0800965 * authorizations.
Venkat Yekkirala4237c752006-07-24 23:32:50 -0700966 * @sock_graft:
967 * Sets the socket's isec sid to the sock's sid.
968 * @inet_conn_request:
969 * Sets the openreq's sid to socket's sid with MLS portion taken from peer sid.
970 * @inet_csk_clone:
971 * Sets the new child socket's sid to the openreq sid.
Venkat Yekkirala6b877692006-11-08 17:04:09 -0600972 * @inet_conn_established:
Eric Paris7b41b172008-04-23 14:10:25 -0400973 * Sets the connection's peersid to the secmark on skb.
Eric Paris2606fd12010-10-13 16:24:41 -0400974 * @secmark_relabel_packet:
975 * check if the process should be allowed to relabel packets to the given secid
976 * @security_secmark_refcount_inc
977 * tells the LSM to increment the number of secmark labeling rules loaded
978 * @security_secmark_refcount_dec
979 * tells the LSM to decrement the number of secmark labeling rules loaded
Venkat Yekkirala4237c752006-07-24 23:32:50 -0700980 * @req_classify_flow:
981 * Sets the flow's sid to the openreq sid.
Paul Moore2b980db2009-08-28 18:12:43 -0400982 * @tun_dev_create:
983 * Check permissions prior to creating a new TUN device.
984 * @tun_dev_post_create:
985 * This hook allows a module to update or allocate a per-socket security
986 * structure.
987 * @sk contains the newly created sock structure.
988 * @tun_dev_attach:
989 * Check permissions prior to attaching to a persistent TUN device. This
990 * hook can also be used by the module to update any security state
991 * associated with the TUN device's sock structure.
992 * @sk contains the existing sock structure.
Trent Jaegerdf718372005-12-13 23:12:27 -0800993 *
994 * Security hooks for XFRM operations.
995 *
996 * @xfrm_policy_alloc_security:
Paul Moore03e1ad72008-04-12 19:07:52 -0700997 * @ctxp is a pointer to the xfrm_sec_ctx being added to Security Policy
998 * Database used by the XFRM system.
Trent Jaegerdf718372005-12-13 23:12:27 -0800999 * @sec_ctx contains the security context information being provided by
1000 * the user-level policy update program (e.g., setkey).
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07001001 * Allocate a security structure to the xp->security field; the security
Venkat Yekkiralac1a856c2006-11-08 17:03:44 -06001002 * field is initialized to NULL when the xfrm_policy is allocated.
Trent Jaegerdf718372005-12-13 23:12:27 -08001003 * Return 0 if operation was successful (memory to allocate, legal context)
1004 * @xfrm_policy_clone_security:
Paul Moore03e1ad72008-04-12 19:07:52 -07001005 * @old_ctx contains an existing xfrm_sec_ctx.
1006 * @new_ctxp contains a new xfrm_sec_ctx being cloned from old.
1007 * Allocate a security structure in new_ctxp that contains the
1008 * information from the old_ctx structure.
Trent Jaegerdf718372005-12-13 23:12:27 -08001009 * Return 0 if operation was successful (memory to allocate).
1010 * @xfrm_policy_free_security:
Paul Moore03e1ad72008-04-12 19:07:52 -07001011 * @ctx contains the xfrm_sec_ctx
Catherine Zhangc8c05a82006-06-08 23:39:49 -07001012 * Deallocate xp->security.
1013 * @xfrm_policy_delete_security:
Paul Moore03e1ad72008-04-12 19:07:52 -07001014 * @ctx contains the xfrm_sec_ctx.
Catherine Zhangc8c05a82006-06-08 23:39:49 -07001015 * Authorize deletion of xp->security.
Trent Jaegerdf718372005-12-13 23:12:27 -08001016 * @xfrm_state_alloc_security:
1017 * @x contains the xfrm_state being added to the Security Association
1018 * Database by the XFRM system.
1019 * @sec_ctx contains the security context information being provided by
1020 * the user-level SA generation program (e.g., setkey or racoon).
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07001021 * @secid contains the secid from which to take the mls portion of the context.
1022 * Allocate a security structure to the x->security field; the security
1023 * field is initialized to NULL when the xfrm_state is allocated. Set the
1024 * context to correspond to either sec_ctx or polsec, with the mls portion
1025 * taken from secid in the latter case.
Trent Jaegerdf718372005-12-13 23:12:27 -08001026 * Return 0 if operation was successful (memory to allocate, legal context).
1027 * @xfrm_state_free_security:
1028 * @x contains the xfrm_state.
Catherine Zhangc8c05a82006-06-08 23:39:49 -07001029 * Deallocate x->security.
1030 * @xfrm_state_delete_security:
1031 * @x contains the xfrm_state.
1032 * Authorize deletion of x->security.
Trent Jaegerdf718372005-12-13 23:12:27 -08001033 * @xfrm_policy_lookup:
Paul Moore03e1ad72008-04-12 19:07:52 -07001034 * @ctx contains the xfrm_sec_ctx for which the access control is being
Trent Jaegerdf718372005-12-13 23:12:27 -08001035 * checked.
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07001036 * @fl_secid contains the flow security label that is used to authorize
Trent Jaegerdf718372005-12-13 23:12:27 -08001037 * access to the policy xp.
1038 * @dir contains the direction of the flow (input or output).
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07001039 * Check permission when a flow selects a xfrm_policy for processing
Trent Jaegerdf718372005-12-13 23:12:27 -08001040 * XFRMs on a packet. The hook is called when selecting either a
1041 * per-socket policy or a generic xfrm policy.
Venkat Yekkirala5b368e62006-10-05 15:42:18 -05001042 * Return 0 if permission is granted, -ESRCH otherwise, or -errno
1043 * on other errors.
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07001044 * @xfrm_state_pol_flow_match:
1045 * @x contains the state to match.
1046 * @xp contains the policy to check for a match.
1047 * @fl contains the flow to check for a match.
1048 * Return 1 if there is a match.
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07001049 * @xfrm_decode_session:
1050 * @skb points to skb to decode.
Venkat Yekkiralabeb8d132006-08-04 23:12:42 -07001051 * @secid points to the flow key secid to set.
1052 * @ckall says if all xfrms used should be checked for same secid.
1053 * Return 0 if ckall is zero or all xfrms used have the same secid.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054 *
David Howells29db9192005-10-30 15:02:44 -08001055 * Security hooks affecting all Key Management operations
1056 *
1057 * @key_alloc:
1058 * Permit allocation of a key and assign security data. Note that key does
1059 * not have a serial number assigned at this point.
1060 * @key points to the key.
David Howells7e047ef2006-06-26 00:24:50 -07001061 * @flags is the allocation flags
David Howells29db9192005-10-30 15:02:44 -08001062 * Return 0 if permission is granted, -ve error otherwise.
1063 * @key_free:
1064 * Notification of destruction; free security data.
1065 * @key points to the key.
1066 * No return value.
1067 * @key_permission:
1068 * See whether a specific operational right is granted to a process on a
Eric Paris7b41b172008-04-23 14:10:25 -04001069 * key.
David Howells29db9192005-10-30 15:02:44 -08001070 * @key_ref refers to the key (key pointer + possession attribute bit).
David Howellsd84f4f92008-11-14 10:39:23 +11001071 * @cred points to the credentials to provide the context against which to
Eric Paris7b41b172008-04-23 14:10:25 -04001072 * evaluate the security data on the key.
David Howells29db9192005-10-30 15:02:44 -08001073 * @perm describes the combination of permissions required of this key.
Tetsuo Handaad9c2b02010-11-30 11:06:47 +09001074 * Return 0 if permission is granted, -ve error otherwise.
David Howells70a5bb72008-04-29 01:01:26 -07001075 * @key_getsecurity:
1076 * Get a textual representation of the security context attached to a key
1077 * for the purposes of honouring KEYCTL_GETSECURITY. This function
1078 * allocates the storage for the NUL-terminated string and the caller
1079 * should free it.
1080 * @key points to the key to be queried.
1081 * @_buffer points to a pointer that should be set to point to the
Vsevolod Alekseev11be0b32011-11-05 02:35:28 -07001082 * resulting string (if no label or an error occurs).
David Howells70a5bb72008-04-29 01:01:26 -07001083 * Return the length of the string (including terminating NUL) or -ve if
Vsevolod Alekseev11be0b32011-11-05 02:35:28 -07001084 * an error.
David Howells70a5bb72008-04-29 01:01:26 -07001085 * May also return 0 (and a NULL buffer pointer) if there is no label.
David Howells29db9192005-10-30 15:02:44 -08001086 *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001087 * Security hooks affecting all System V IPC operations.
1088 *
1089 * @ipc_permission:
1090 * Check permissions for access to IPC
1091 * @ipcp contains the kernel IPC permission structure
1092 * @flag contains the desired (requested) permission set
1093 * Return 0 if permission is granted.
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02001094 * @ipc_getsecid:
1095 * Get the secid associated with the ipc object.
1096 * @ipcp contains the kernel IPC permission structure.
1097 * @secid contains a pointer to the location where result will be saved.
1098 * In case of failure, @secid will be set to zero.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099 *
1100 * Security hooks for individual messages held in System V IPC message queues
1101 * @msg_msg_alloc_security:
1102 * Allocate and attach a security structure to the msg->security field.
1103 * The security field is initialized to NULL when the structure is first
1104 * created.
1105 * @msg contains the message structure to be modified.
1106 * Return 0 if operation was successful and permission is granted.
1107 * @msg_msg_free_security:
1108 * Deallocate the security structure for this message.
1109 * @msg contains the message structure to be modified.
1110 *
1111 * Security hooks for System V IPC Message Queues
1112 *
1113 * @msg_queue_alloc_security:
1114 * Allocate and attach a security structure to the
1115 * msq->q_perm.security field. The security field is initialized to
1116 * NULL when the structure is first created.
1117 * @msq contains the message queue structure to be modified.
1118 * Return 0 if operation was successful and permission is granted.
1119 * @msg_queue_free_security:
1120 * Deallocate security structure for this message queue.
1121 * @msq contains the message queue structure to be modified.
1122 * @msg_queue_associate:
1123 * Check permission when a message queue is requested through the
1124 * msgget system call. This hook is only called when returning the
1125 * message queue identifier for an existing message queue, not when a
1126 * new message queue is created.
1127 * @msq contains the message queue to act upon.
1128 * @msqflg contains the operation control flags.
1129 * Return 0 if permission is granted.
1130 * @msg_queue_msgctl:
1131 * Check permission when a message control operation specified by @cmd
1132 * is to be performed on the message queue @msq.
1133 * The @msq may be NULL, e.g. for IPC_INFO or MSG_INFO.
1134 * @msq contains the message queue to act upon. May be NULL.
1135 * @cmd contains the operation to be performed.
Eric Paris7b41b172008-04-23 14:10:25 -04001136 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137 * @msg_queue_msgsnd:
1138 * Check permission before a message, @msg, is enqueued on the message
1139 * queue, @msq.
1140 * @msq contains the message queue to send message to.
1141 * @msg contains the message to be enqueued.
1142 * @msqflg contains operational flags.
1143 * Return 0 if permission is granted.
1144 * @msg_queue_msgrcv:
1145 * Check permission before a message, @msg, is removed from the message
Eric Paris7b41b172008-04-23 14:10:25 -04001146 * queue, @msq. The @target task structure contains a pointer to the
1147 * process that will be receiving the message (not equal to the current
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148 * process when inline receives are being performed).
1149 * @msq contains the message queue to retrieve message from.
1150 * @msg contains the message destination.
1151 * @target contains the task structure for recipient process.
1152 * @type contains the type of message requested.
1153 * @mode contains the operational flags.
1154 * Return 0 if permission is granted.
1155 *
1156 * Security hooks for System V Shared Memory Segments
1157 *
1158 * @shm_alloc_security:
1159 * Allocate and attach a security structure to the shp->shm_perm.security
1160 * field. The security field is initialized to NULL when the structure is
1161 * first created.
1162 * @shp contains the shared memory structure to be modified.
1163 * Return 0 if operation was successful and permission is granted.
1164 * @shm_free_security:
1165 * Deallocate the security struct for this memory segment.
1166 * @shp contains the shared memory structure to be modified.
1167 * @shm_associate:
1168 * Check permission when a shared memory region is requested through the
1169 * shmget system call. This hook is only called when returning the shared
1170 * memory region identifier for an existing region, not when a new shared
1171 * memory region is created.
1172 * @shp contains the shared memory structure to be modified.
1173 * @shmflg contains the operation control flags.
1174 * Return 0 if permission is granted.
1175 * @shm_shmctl:
1176 * Check permission when a shared memory control operation specified by
1177 * @cmd is to be performed on the shared memory region @shp.
1178 * The @shp may be NULL, e.g. for IPC_INFO or SHM_INFO.
1179 * @shp contains shared memory structure to be modified.
1180 * @cmd contains the operation to be performed.
1181 * Return 0 if permission is granted.
1182 * @shm_shmat:
1183 * Check permissions prior to allowing the shmat system call to attach the
1184 * shared memory segment @shp to the data segment of the calling process.
1185 * The attaching address is specified by @shmaddr.
1186 * @shp contains the shared memory structure to be modified.
1187 * @shmaddr contains the address to attach memory region to.
1188 * @shmflg contains the operational flags.
1189 * Return 0 if permission is granted.
1190 *
1191 * Security hooks for System V Semaphores
1192 *
1193 * @sem_alloc_security:
1194 * Allocate and attach a security structure to the sma->sem_perm.security
1195 * field. The security field is initialized to NULL when the structure is
1196 * first created.
1197 * @sma contains the semaphore structure
1198 * Return 0 if operation was successful and permission is granted.
1199 * @sem_free_security:
1200 * deallocate security struct for this semaphore
1201 * @sma contains the semaphore structure.
1202 * @sem_associate:
1203 * Check permission when a semaphore is requested through the semget
1204 * system call. This hook is only called when returning the semaphore
1205 * identifier for an existing semaphore, not when a new one must be
1206 * created.
1207 * @sma contains the semaphore structure.
1208 * @semflg contains the operation control flags.
1209 * Return 0 if permission is granted.
1210 * @sem_semctl:
1211 * Check permission when a semaphore operation specified by @cmd is to be
Eric Paris7b41b172008-04-23 14:10:25 -04001212 * performed on the semaphore @sma. The @sma may be NULL, e.g. for
Linus Torvalds1da177e2005-04-16 15:20:36 -07001213 * IPC_INFO or SEM_INFO.
1214 * @sma contains the semaphore structure. May be NULL.
1215 * @cmd contains the operation to be performed.
1216 * Return 0 if permission is granted.
1217 * @sem_semop
1218 * Check permissions before performing operations on members of the
Eric Paris7b41b172008-04-23 14:10:25 -04001219 * semaphore set @sma. If the @alter flag is nonzero, the semaphore set
1220 * may be modified.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001221 * @sma contains the semaphore structure.
1222 * @sops contains the operations to perform.
1223 * @nsops contains the number of operations to perform.
1224 * @alter contains the flag indicating whether changes are to be made.
1225 * Return 0 if permission is granted.
1226 *
Ingo Molnar9e488582009-05-07 19:26:19 +10001227 * @ptrace_access_check:
David Howells5cd9c582008-08-14 11:37:28 +01001228 * Check permission before allowing the current process to trace the
Linus Torvalds1da177e2005-04-16 15:20:36 -07001229 * @child process.
1230 * Security modules may also want to perform a process tracing check
1231 * during an execve in the set_security or apply_creds hooks of
David Howellsd84f4f92008-11-14 10:39:23 +11001232 * tracing check during an execve in the bprm_set_creds hook of
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233 * binprm_security_ops if the process is being traced and its security
1234 * attributes would be changed by the execve.
David Howells5cd9c582008-08-14 11:37:28 +01001235 * @child contains the task_struct structure for the target process.
Stephen Smalley006ebb42008-05-19 08:32:49 -04001236 * @mode contains the PTRACE_MODE flags indicating the form of access.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237 * Return 0 if permission is granted.
David Howells5cd9c582008-08-14 11:37:28 +01001238 * @ptrace_traceme:
1239 * Check that the @parent process has sufficient permission to trace the
1240 * current process before allowing the current process to present itself
1241 * to the @parent process for tracing.
Ingo Molnar9e488582009-05-07 19:26:19 +10001242 * The parent process will still have to undergo the ptrace_access_check
David Howells5cd9c582008-08-14 11:37:28 +01001243 * checks before it is allowed to trace this one.
1244 * @parent contains the task_struct structure for debugger process.
1245 * Return 0 if permission is granted.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246 * @capget:
1247 * Get the @effective, @inheritable, and @permitted capability sets for
1248 * the @target process. The hook may also perform permission checking to
1249 * determine if the current process is allowed to see the capability sets
1250 * of the @target process.
1251 * @target contains the task_struct structure for target process.
1252 * @effective contains the effective capability set.
1253 * @inheritable contains the inheritable capability set.
1254 * @permitted contains the permitted capability set.
1255 * Return 0 if the capability sets were successfully obtained.
David Howellsd84f4f92008-11-14 10:39:23 +11001256 * @capset:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001257 * Set the @effective, @inheritable, and @permitted capability sets for
David Howells1cdcbec2008-11-14 10:39:14 +11001258 * the current process.
David Howellsd84f4f92008-11-14 10:39:23 +11001259 * @new contains the new credentials structure for target process.
1260 * @old contains the current credentials structure for target process.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261 * @effective contains the effective capability set.
1262 * @inheritable contains the inheritable capability set.
1263 * @permitted contains the permitted capability set.
David Howellsd84f4f92008-11-14 10:39:23 +11001264 * Return 0 and update @new if permission is granted.
Chris Wright12b59892006-03-25 03:07:41 -08001265 * @capable:
David Howells3699c532009-01-06 22:27:01 +00001266 * Check whether the @tsk process has the @cap capability in the indicated
1267 * credentials.
David Howells3699c532009-01-06 22:27:01 +00001268 * @cred contains the credentials to use.
Vsevolod Alekseev11be0b32011-11-05 02:35:28 -07001269 * @ns contains the user namespace we want the capability in
Chris Wright12b59892006-03-25 03:07:41 -08001270 * @cap contains the capability <include/linux/capability.h>.
David Howells3699c532009-01-06 22:27:01 +00001271 * @audit: Whether to write an audit message or not
Chris Wright12b59892006-03-25 03:07:41 -08001272 * Return 0 if the capability is granted for @tsk.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273 * @syslog:
1274 * Check permission before accessing the kernel message ring or changing
1275 * logging to the console.
Eric Paris7b41b172008-04-23 14:10:25 -04001276 * See the syslog(2) manual page for an explanation of the @type values.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277 * @type contains the type of action.
Kees Cook00234592010-02-03 15:36:43 -08001278 * @from_file indicates the context of action (if it came from /proc).
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279 * Return 0 if permission is granted.
1280 * @settime:
1281 * Check permission to change the system time.
1282 * struct timespec and timezone are defined in include/linux/time.h
1283 * @ts contains new time
1284 * @tz contains new timezone
1285 * Return 0 if permission is granted.
1286 * @vm_enough_memory:
1287 * Check permissions for allocating a new virtual mapping.
Alan Cox34b4e4a2007-08-22 14:01:28 -07001288 * @mm contains the mm struct it is being added to.
Eric Paris7b41b172008-04-23 14:10:25 -04001289 * @pages contains the number of pages.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290 * Return 0 if permission is granted.
1291 *
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07001292 * @secid_to_secctx:
Eric Parisd5630b92010-10-13 16:24:48 -04001293 * Convert secid to security context. If secdata is NULL the length of
1294 * the result will be returned in seclen, but no secdata will be returned.
1295 * This does mean that the length could change between calls to check the
1296 * length and the next call which actually allocates and returns the secdata.
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07001297 * @secid contains the security ID.
1298 * @secdata contains the pointer that stores the converted security context.
Eric Parisd5630b92010-10-13 16:24:48 -04001299 * @seclen pointer which contains the length of the data
David Howells63cb3442008-01-15 23:47:35 +00001300 * @secctx_to_secid:
Eric Paris7b41b172008-04-23 14:10:25 -04001301 * Convert security context to secid.
1302 * @secid contains the pointer to the generated security ID.
1303 * @secdata contains the security context.
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07001304 *
1305 * @release_secctx:
1306 * Release the security context.
1307 * @secdata contains the security context.
1308 * @seclen contains the length of the security context.
1309 *
Ahmed S. Darwish03d37d22008-03-01 22:00:05 +02001310 * Security hooks for Audit
1311 *
1312 * @audit_rule_init:
1313 * Allocate and initialize an LSM audit rule structure.
1314 * @field contains the required Audit action. Fields flags are defined in include/linux/audit.h
1315 * @op contains the operator the rule uses.
1316 * @rulestr contains the context where the rule will be applied to.
1317 * @lsmrule contains a pointer to receive the result.
1318 * Return 0 if @lsmrule has been successfully set,
1319 * -EINVAL in case of an invalid rule.
1320 *
1321 * @audit_rule_known:
1322 * Specifies whether given @rule contains any fields related to current LSM.
1323 * @rule contains the audit rule of interest.
1324 * Return 1 in case of relation found, 0 otherwise.
1325 *
1326 * @audit_rule_match:
1327 * Determine if given @secid matches a rule previously approved
1328 * by @audit_rule_known.
1329 * @secid contains the security id in question.
1330 * @field contains the field which relates to current LSM.
1331 * @op contains the operator that will be used for matching.
1332 * @rule points to the audit rule that will be checked against.
1333 * @actx points to the audit context associated with the check.
1334 * Return 1 if secid matches the rule, 0 if it does not, -ERRNO on failure.
1335 *
1336 * @audit_rule_free:
1337 * Deallocate the LSM audit rule structure previously allocated by
1338 * audit_rule_init.
1339 * @rule contains the allocated rule
1340 *
David P. Quigley1ee65e32009-09-03 14:25:57 -04001341 * @inode_notifysecctx:
1342 * Notify the security module of what the security context of an inode
1343 * should be. Initializes the incore security context managed by the
1344 * security module for this inode. Example usage: NFS client invokes
1345 * this hook to initialize the security context in its incore inode to the
1346 * value provided by the server for the file when the server returned the
1347 * file's attributes to the client.
1348 *
1349 * Must be called with inode->i_mutex locked.
1350 *
1351 * @inode we wish to set the security context of.
1352 * @ctx contains the string which we wish to set in the inode.
1353 * @ctxlen contains the length of @ctx.
1354 *
1355 * @inode_setsecctx:
1356 * Change the security context of an inode. Updates the
1357 * incore security context managed by the security module and invokes the
1358 * fs code as needed (via __vfs_setxattr_noperm) to update any backing
1359 * xattrs that represent the context. Example usage: NFS server invokes
1360 * this hook to change the security context in its incore inode and on the
1361 * backing filesystem to a value provided by the client on a SETATTR
1362 * operation.
1363 *
1364 * Must be called with inode->i_mutex locked.
1365 *
1366 * @dentry contains the inode we wish to set the security context of.
1367 * @ctx contains the string which we wish to set in the inode.
1368 * @ctxlen contains the length of @ctx.
1369 *
1370 * @inode_getsecctx:
Vsevolod Alekseev11be0b32011-11-05 02:35:28 -07001371 * Returns a string containing all relevant security context information
David P. Quigley1ee65e32009-09-03 14:25:57 -04001372 *
rongqing.li@windriver.comfc9ff9b2011-09-06 11:35:36 +08001373 * @inode we wish to get the security context of.
David P. Quigley1ee65e32009-09-03 14:25:57 -04001374 * @ctx is a pointer in which to place the allocated security context.
1375 * @ctxlen points to the place to put the length of @ctx.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001376 * This is the main security structure.
1377 */
1378struct security_operations {
Ahmed S. Darwish076c54c2008-03-06 18:09:10 +02001379 char name[SECURITY_NAME_MAX + 1];
1380
Ingo Molnar9e488582009-05-07 19:26:19 +10001381 int (*ptrace_access_check) (struct task_struct *child, unsigned int mode);
David Howells5cd9c582008-08-14 11:37:28 +01001382 int (*ptrace_traceme) (struct task_struct *parent);
Eric Paris7b41b172008-04-23 14:10:25 -04001383 int (*capget) (struct task_struct *target,
1384 kernel_cap_t *effective,
1385 kernel_cap_t *inheritable, kernel_cap_t *permitted);
David Howellsd84f4f92008-11-14 10:39:23 +11001386 int (*capset) (struct cred *new,
1387 const struct cred *old,
1388 const kernel_cap_t *effective,
1389 const kernel_cap_t *inheritable,
1390 const kernel_cap_t *permitted);
Eric Paris6a9de492012-01-03 12:25:14 -05001391 int (*capable) (const struct cred *cred, struct user_namespace *ns,
1392 int cap, int audit);
Eric Paris7b41b172008-04-23 14:10:25 -04001393 int (*quotactl) (int cmds, int type, int id, struct super_block *sb);
1394 int (*quota_on) (struct dentry *dentry);
Eric Paris12b30522010-11-15 18:36:29 -05001395 int (*syslog) (int type);
Richard Cochran1e6d7672011-02-01 13:50:58 +00001396 int (*settime) (const struct timespec *ts, const struct timezone *tz);
Alan Cox34b4e4a2007-08-22 14:01:28 -07001397 int (*vm_enough_memory) (struct mm_struct *mm, long pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001398
David Howellsa6f76f22008-11-14 10:39:24 +11001399 int (*bprm_set_creds) (struct linux_binprm *bprm);
Eric Paris7b41b172008-04-23 14:10:25 -04001400 int (*bprm_check_security) (struct linux_binprm *bprm);
1401 int (*bprm_secureexec) (struct linux_binprm *bprm);
David Howellsa6f76f22008-11-14 10:39:24 +11001402 void (*bprm_committing_creds) (struct linux_binprm *bprm);
1403 void (*bprm_committed_creds) (struct linux_binprm *bprm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404
Eric Paris7b41b172008-04-23 14:10:25 -04001405 int (*sb_alloc_security) (struct super_block *sb);
1406 void (*sb_free_security) (struct super_block *sb);
1407 int (*sb_copy_data) (char *orig, char *copy);
Eric Parisff36fe22011-03-03 16:09:14 -05001408 int (*sb_remount) (struct super_block *sb, void *data);
James Morris12204e22008-12-19 10:44:42 +11001409 int (*sb_kern_mount) (struct super_block *sb, int flags, void *data);
Eric Paris2069f452008-07-04 09:47:13 +10001410 int (*sb_show_options) (struct seq_file *m, struct super_block *sb);
David Howells726c3342006-06-23 02:02:58 -07001411 int (*sb_statfs) (struct dentry *dentry);
Al Virob5266eb2008-03-22 17:48:24 -04001412 int (*sb_mount) (char *dev_name, struct path *path,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413 char *type, unsigned long flags, void *data);
Eric Paris7b41b172008-04-23 14:10:25 -04001414 int (*sb_umount) (struct vfsmount *mnt, int flags);
Al Virob5266eb2008-03-22 17:48:24 -04001415 int (*sb_pivotroot) (struct path *old_path,
1416 struct path *new_path);
Eric Parise0007522008-03-05 10:31:54 -05001417 int (*sb_set_mnt_opts) (struct super_block *sb,
1418 struct security_mnt_opts *opts);
Eric Parisc9180a52007-11-30 13:00:35 -05001419 void (*sb_clone_mnt_opts) (const struct super_block *oldsb,
1420 struct super_block *newsb);
Eric Parise0007522008-03-05 10:31:54 -05001421 int (*sb_parse_opts_str) (char *options, struct security_mnt_opts *opts);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09001423#ifdef CONFIG_SECURITY_PATH
1424 int (*path_unlink) (struct path *dir, struct dentry *dentry);
Al Viro4572bef2011-11-21 14:56:21 -05001425 int (*path_mkdir) (struct path *dir, struct dentry *dentry, umode_t mode);
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09001426 int (*path_rmdir) (struct path *dir, struct dentry *dentry);
Al Viro04fc66e2011-11-21 14:58:38 -05001427 int (*path_mknod) (struct path *dir, struct dentry *dentry, umode_t mode,
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09001428 unsigned int dev);
Tetsuo Handaea0d3ab2010-06-02 13:24:43 +09001429 int (*path_truncate) (struct path *path);
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09001430 int (*path_symlink) (struct path *dir, struct dentry *dentry,
1431 const char *old_name);
1432 int (*path_link) (struct dentry *old_dentry, struct path *new_dir,
1433 struct dentry *new_dentry);
1434 int (*path_rename) (struct path *old_dir, struct dentry *old_dentry,
1435 struct path *new_dir, struct dentry *new_dentry);
Al Virocdcf1162011-12-08 10:51:53 -05001436 int (*path_chmod) (struct path *path, umode_t mode);
Tetsuo Handa89eda062009-10-04 21:49:47 +09001437 int (*path_chown) (struct path *path, uid_t uid, gid_t gid);
Tetsuo Handa8b8efb42009-10-04 21:49:48 +09001438 int (*path_chroot) (struct path *path);
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09001439#endif
1440
Eric Paris7b41b172008-04-23 14:10:25 -04001441 int (*inode_alloc_security) (struct inode *inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442 void (*inode_free_security) (struct inode *inode);
Stephen Smalley5e41ff92005-09-09 13:01:35 -07001443 int (*inode_init_security) (struct inode *inode, struct inode *dir,
Eric Paris2a7dba32011-02-01 11:05:39 -05001444 const struct qstr *qstr, char **name,
1445 void **value, size_t *len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446 int (*inode_create) (struct inode *dir,
Al Viro4acdaf22011-07-26 01:42:34 -04001447 struct dentry *dentry, umode_t mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448 int (*inode_link) (struct dentry *old_dentry,
Eric Paris7b41b172008-04-23 14:10:25 -04001449 struct inode *dir, struct dentry *new_dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450 int (*inode_unlink) (struct inode *dir, struct dentry *dentry);
1451 int (*inode_symlink) (struct inode *dir,
Eric Paris7b41b172008-04-23 14:10:25 -04001452 struct dentry *dentry, const char *old_name);
Al Viro18bb1db2011-07-26 01:41:39 -04001453 int (*inode_mkdir) (struct inode *dir, struct dentry *dentry, umode_t mode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454 int (*inode_rmdir) (struct inode *dir, struct dentry *dentry);
1455 int (*inode_mknod) (struct inode *dir, struct dentry *dentry,
Al Viro1a67aaf2011-07-26 01:52:52 -04001456 umode_t mode, dev_t dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457 int (*inode_rename) (struct inode *old_dir, struct dentry *old_dentry,
Eric Paris7b41b172008-04-23 14:10:25 -04001458 struct inode *new_dir, struct dentry *new_dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001459 int (*inode_readlink) (struct dentry *dentry);
1460 int (*inode_follow_link) (struct dentry *dentry, struct nameidata *nd);
Al Viroe74f71e2011-06-20 19:38:15 -04001461 int (*inode_permission) (struct inode *inode, int mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001462 int (*inode_setattr) (struct dentry *dentry, struct iattr *attr);
1463 int (*inode_getattr) (struct vfsmount *mnt, struct dentry *dentry);
David Howells8f0cfa52008-04-29 00:59:41 -07001464 int (*inode_setxattr) (struct dentry *dentry, const char *name,
1465 const void *value, size_t size, int flags);
1466 void (*inode_post_setxattr) (struct dentry *dentry, const char *name,
1467 const void *value, size_t size, int flags);
1468 int (*inode_getxattr) (struct dentry *dentry, const char *name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001469 int (*inode_listxattr) (struct dentry *dentry);
David Howells8f0cfa52008-04-29 00:59:41 -07001470 int (*inode_removexattr) (struct dentry *dentry, const char *name);
Serge E. Hallynb5376772007-10-16 23:31:36 -07001471 int (*inode_need_killpriv) (struct dentry *dentry);
1472 int (*inode_killpriv) (struct dentry *dentry);
Eric Paris7b41b172008-04-23 14:10:25 -04001473 int (*inode_getsecurity) (const struct inode *inode, const char *name, void **buffer, bool alloc);
1474 int (*inode_setsecurity) (struct inode *inode, const char *name, const void *value, size_t size, int flags);
1475 int (*inode_listsecurity) (struct inode *inode, char *buffer, size_t buffer_size);
1476 void (*inode_getsecid) (const struct inode *inode, u32 *secid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477
Eric Paris7b41b172008-04-23 14:10:25 -04001478 int (*file_permission) (struct file *file, int mask);
1479 int (*file_alloc_security) (struct file *file);
1480 void (*file_free_security) (struct file *file);
1481 int (*file_ioctl) (struct file *file, unsigned int cmd,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482 unsigned long arg);
Eric Paris7b41b172008-04-23 14:10:25 -04001483 int (*file_mmap) (struct file *file,
Eric Parised032182007-06-28 15:55:21 -04001484 unsigned long reqprot, unsigned long prot,
1485 unsigned long flags, unsigned long addr,
1486 unsigned long addr_only);
Eric Paris7b41b172008-04-23 14:10:25 -04001487 int (*file_mprotect) (struct vm_area_struct *vma,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488 unsigned long reqprot,
1489 unsigned long prot);
Eric Paris7b41b172008-04-23 14:10:25 -04001490 int (*file_lock) (struct file *file, unsigned int cmd);
1491 int (*file_fcntl) (struct file *file, unsigned int cmd,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001492 unsigned long arg);
Eric Paris7b41b172008-04-23 14:10:25 -04001493 int (*file_set_fowner) (struct file *file);
1494 int (*file_send_sigiotask) (struct task_struct *tsk,
1495 struct fown_struct *fown, int sig);
1496 int (*file_receive) (struct file *file);
David Howells745ca242008-11-14 10:39:22 +11001497 int (*dentry_open) (struct file *file, const struct cred *cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498
1499 int (*task_create) (unsigned long clone_flags);
Kees Cook1a2a4d02011-12-21 12:17:03 -08001500 void (*task_free) (struct task_struct *task);
David Howellsee18d642009-09-02 09:14:21 +01001501 int (*cred_alloc_blank) (struct cred *cred, gfp_t gfp);
David Howellsf1752ee2008-11-14 10:39:17 +11001502 void (*cred_free) (struct cred *cred);
David Howellsd84f4f92008-11-14 10:39:23 +11001503 int (*cred_prepare)(struct cred *new, const struct cred *old,
1504 gfp_t gfp);
David Howellsee18d642009-09-02 09:14:21 +01001505 void (*cred_transfer)(struct cred *new, const struct cred *old);
David Howells3a3b7ce2008-11-14 10:39:28 +11001506 int (*kernel_act_as)(struct cred *new, u32 secid);
1507 int (*kernel_create_files_as)(struct cred *new, struct inode *inode);
Eric Parisdd8dbf22009-11-03 16:35:32 +11001508 int (*kernel_module_request)(char *kmod_name);
David Howellsd84f4f92008-11-14 10:39:23 +11001509 int (*task_fix_setuid) (struct cred *new, const struct cred *old,
1510 int flags);
Eric Paris7b41b172008-04-23 14:10:25 -04001511 int (*task_setpgid) (struct task_struct *p, pid_t pgid);
1512 int (*task_getpgid) (struct task_struct *p);
1513 int (*task_getsid) (struct task_struct *p);
1514 void (*task_getsecid) (struct task_struct *p, u32 *secid);
Eric Paris7b41b172008-04-23 14:10:25 -04001515 int (*task_setnice) (struct task_struct *p, int nice);
1516 int (*task_setioprio) (struct task_struct *p, int ioprio);
1517 int (*task_getioprio) (struct task_struct *p);
Jiri Slaby8fd00b42009-08-26 18:41:16 +02001518 int (*task_setrlimit) (struct task_struct *p, unsigned int resource,
1519 struct rlimit *new_rlim);
KOSAKI Motohirob0ae1982010-10-15 04:21:18 +09001520 int (*task_setscheduler) (struct task_struct *p);
Eric Paris7b41b172008-04-23 14:10:25 -04001521 int (*task_getscheduler) (struct task_struct *p);
1522 int (*task_movememory) (struct task_struct *p);
1523 int (*task_kill) (struct task_struct *p,
1524 struct siginfo *info, int sig, u32 secid);
1525 int (*task_wait) (struct task_struct *p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001526 int (*task_prctl) (int option, unsigned long arg2,
1527 unsigned long arg3, unsigned long arg4,
David Howellsd84f4f92008-11-14 10:39:23 +11001528 unsigned long arg5);
Eric Paris7b41b172008-04-23 14:10:25 -04001529 void (*task_to_inode) (struct task_struct *p, struct inode *inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001530
Eric Paris7b41b172008-04-23 14:10:25 -04001531 int (*ipc_permission) (struct kern_ipc_perm *ipcp, short flag);
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02001532 void (*ipc_getsecid) (struct kern_ipc_perm *ipcp, u32 *secid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533
Eric Paris7b41b172008-04-23 14:10:25 -04001534 int (*msg_msg_alloc_security) (struct msg_msg *msg);
1535 void (*msg_msg_free_security) (struct msg_msg *msg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536
Eric Paris7b41b172008-04-23 14:10:25 -04001537 int (*msg_queue_alloc_security) (struct msg_queue *msq);
1538 void (*msg_queue_free_security) (struct msg_queue *msq);
1539 int (*msg_queue_associate) (struct msg_queue *msq, int msqflg);
1540 int (*msg_queue_msgctl) (struct msg_queue *msq, int cmd);
1541 int (*msg_queue_msgsnd) (struct msg_queue *msq,
1542 struct msg_msg *msg, int msqflg);
1543 int (*msg_queue_msgrcv) (struct msg_queue *msq,
1544 struct msg_msg *msg,
1545 struct task_struct *target,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001546 long type, int mode);
1547
Eric Paris7b41b172008-04-23 14:10:25 -04001548 int (*shm_alloc_security) (struct shmid_kernel *shp);
1549 void (*shm_free_security) (struct shmid_kernel *shp);
1550 int (*shm_associate) (struct shmid_kernel *shp, int shmflg);
1551 int (*shm_shmctl) (struct shmid_kernel *shp, int cmd);
1552 int (*shm_shmat) (struct shmid_kernel *shp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553 char __user *shmaddr, int shmflg);
1554
Eric Paris7b41b172008-04-23 14:10:25 -04001555 int (*sem_alloc_security) (struct sem_array *sma);
1556 void (*sem_free_security) (struct sem_array *sma);
1557 int (*sem_associate) (struct sem_array *sma, int semflg);
1558 int (*sem_semctl) (struct sem_array *sma, int cmd);
1559 int (*sem_semop) (struct sem_array *sma,
1560 struct sembuf *sops, unsigned nsops, int alter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561
Eric Paris7b41b172008-04-23 14:10:25 -04001562 int (*netlink_send) (struct sock *sk, struct sk_buff *skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564 void (*d_instantiate) (struct dentry *dentry, struct inode *inode);
1565
Eric Paris7b41b172008-04-23 14:10:25 -04001566 int (*getprocattr) (struct task_struct *p, char *name, char **value);
1567 int (*setprocattr) (struct task_struct *p, char *name, void *value, size_t size);
1568 int (*secid_to_secctx) (u32 secid, char **secdata, u32 *seclen);
David Howells7bf570d2008-04-29 20:52:51 +01001569 int (*secctx_to_secid) (const char *secdata, u32 seclen, u32 *secid);
Eric Paris7b41b172008-04-23 14:10:25 -04001570 void (*release_secctx) (char *secdata, u32 seclen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571
David P. Quigley1ee65e32009-09-03 14:25:57 -04001572 int (*inode_notifysecctx)(struct inode *inode, void *ctx, u32 ctxlen);
1573 int (*inode_setsecctx)(struct dentry *dentry, void *ctx, u32 ctxlen);
1574 int (*inode_getsecctx)(struct inode *inode, void **ctx, u32 *ctxlen);
1575
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576#ifdef CONFIG_SECURITY_NETWORK
David S. Miller3610cda2011-01-05 15:38:53 -08001577 int (*unix_stream_connect) (struct sock *sock, struct sock *other, struct sock *newsk);
Eric Paris7b41b172008-04-23 14:10:25 -04001578 int (*unix_may_send) (struct socket *sock, struct socket *other);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001579
1580 int (*socket_create) (int family, int type, int protocol, int kern);
Eric Paris7b41b172008-04-23 14:10:25 -04001581 int (*socket_post_create) (struct socket *sock, int family,
Venkat Yekkirala7420ed22006-08-04 23:17:57 -07001582 int type, int protocol, int kern);
Eric Paris7b41b172008-04-23 14:10:25 -04001583 int (*socket_bind) (struct socket *sock,
1584 struct sockaddr *address, int addrlen);
1585 int (*socket_connect) (struct socket *sock,
1586 struct sockaddr *address, int addrlen);
1587 int (*socket_listen) (struct socket *sock, int backlog);
1588 int (*socket_accept) (struct socket *sock, struct socket *newsock);
Eric Paris7b41b172008-04-23 14:10:25 -04001589 int (*socket_sendmsg) (struct socket *sock,
1590 struct msghdr *msg, int size);
1591 int (*socket_recvmsg) (struct socket *sock,
1592 struct msghdr *msg, int size, int flags);
1593 int (*socket_getsockname) (struct socket *sock);
1594 int (*socket_getpeername) (struct socket *sock);
1595 int (*socket_getsockopt) (struct socket *sock, int level, int optname);
1596 int (*socket_setsockopt) (struct socket *sock, int level, int optname);
1597 int (*socket_shutdown) (struct socket *sock, int how);
1598 int (*socket_sock_rcv_skb) (struct sock *sk, struct sk_buff *skb);
Catherine Zhang2c7946a2006-03-20 22:41:23 -08001599 int (*socket_getpeersec_stream) (struct socket *sock, char __user *optval, int __user *optlen, unsigned len);
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07001600 int (*socket_getpeersec_dgram) (struct socket *sock, struct sk_buff *skb, u32 *secid);
Al Viro7d877f32005-10-21 03:20:43 -04001601 int (*sk_alloc_security) (struct sock *sk, int family, gfp_t priority);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602 void (*sk_free_security) (struct sock *sk);
Venkat Yekkirala892c1412006-08-04 23:08:56 -07001603 void (*sk_clone_security) (const struct sock *sk, struct sock *newsk);
Venkat Yekkiralabeb8d132006-08-04 23:12:42 -07001604 void (*sk_getsecid) (struct sock *sk, u32 *secid);
Eric Paris7b41b172008-04-23 14:10:25 -04001605 void (*sock_graft) (struct sock *sk, struct socket *parent);
1606 int (*inet_conn_request) (struct sock *sk, struct sk_buff *skb,
1607 struct request_sock *req);
1608 void (*inet_csk_clone) (struct sock *newsk, const struct request_sock *req);
1609 void (*inet_conn_established) (struct sock *sk, struct sk_buff *skb);
Eric Paris2606fd12010-10-13 16:24:41 -04001610 int (*secmark_relabel_packet) (u32 secid);
1611 void (*secmark_refcount_inc) (void);
1612 void (*secmark_refcount_dec) (void);
Eric Paris7b41b172008-04-23 14:10:25 -04001613 void (*req_classify_flow) (const struct request_sock *req, struct flowi *fl);
Paul Moore2b980db2009-08-28 18:12:43 -04001614 int (*tun_dev_create)(void);
1615 void (*tun_dev_post_create)(struct sock *sk);
1616 int (*tun_dev_attach)(struct sock *sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001617#endif /* CONFIG_SECURITY_NETWORK */
David Howells29db9192005-10-30 15:02:44 -08001618
Trent Jaegerdf718372005-12-13 23:12:27 -08001619#ifdef CONFIG_SECURITY_NETWORK_XFRM
Paul Moore03e1ad72008-04-12 19:07:52 -07001620 int (*xfrm_policy_alloc_security) (struct xfrm_sec_ctx **ctxp,
Venkat Yekkiralac1a856c2006-11-08 17:03:44 -06001621 struct xfrm_user_sec_ctx *sec_ctx);
Paul Moore03e1ad72008-04-12 19:07:52 -07001622 int (*xfrm_policy_clone_security) (struct xfrm_sec_ctx *old_ctx, struct xfrm_sec_ctx **new_ctx);
1623 void (*xfrm_policy_free_security) (struct xfrm_sec_ctx *ctx);
1624 int (*xfrm_policy_delete_security) (struct xfrm_sec_ctx *ctx);
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07001625 int (*xfrm_state_alloc_security) (struct xfrm_state *x,
Venkat Yekkiralac1a856c2006-11-08 17:03:44 -06001626 struct xfrm_user_sec_ctx *sec_ctx,
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07001627 u32 secid);
Trent Jaegerdf718372005-12-13 23:12:27 -08001628 void (*xfrm_state_free_security) (struct xfrm_state *x);
Catherine Zhangc8c05a82006-06-08 23:39:49 -07001629 int (*xfrm_state_delete_security) (struct xfrm_state *x);
Eric Paris7b41b172008-04-23 14:10:25 -04001630 int (*xfrm_policy_lookup) (struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir);
1631 int (*xfrm_state_pol_flow_match) (struct xfrm_state *x,
1632 struct xfrm_policy *xp,
David S. Millere33f7702011-02-22 18:13:15 -08001633 const struct flowi *fl);
Eric Paris7b41b172008-04-23 14:10:25 -04001634 int (*xfrm_decode_session) (struct sk_buff *skb, u32 *secid, int ckall);
Trent Jaegerdf718372005-12-13 23:12:27 -08001635#endif /* CONFIG_SECURITY_NETWORK_XFRM */
1636
David Howells29db9192005-10-30 15:02:44 -08001637 /* key management security hooks */
1638#ifdef CONFIG_KEYS
David Howellsd84f4f92008-11-14 10:39:23 +11001639 int (*key_alloc) (struct key *key, const struct cred *cred, unsigned long flags);
Eric Paris7b41b172008-04-23 14:10:25 -04001640 void (*key_free) (struct key *key);
1641 int (*key_permission) (key_ref_t key_ref,
David Howellsd84f4f92008-11-14 10:39:23 +11001642 const struct cred *cred,
Eric Paris7b41b172008-04-23 14:10:25 -04001643 key_perm_t perm);
David Howells70a5bb72008-04-29 01:01:26 -07001644 int (*key_getsecurity)(struct key *key, char **_buffer);
David Howells29db9192005-10-30 15:02:44 -08001645#endif /* CONFIG_KEYS */
1646
Ahmed S. Darwish03d37d22008-03-01 22:00:05 +02001647#ifdef CONFIG_AUDIT
Eric Paris7b41b172008-04-23 14:10:25 -04001648 int (*audit_rule_init) (u32 field, u32 op, char *rulestr, void **lsmrule);
1649 int (*audit_rule_known) (struct audit_krule *krule);
1650 int (*audit_rule_match) (u32 secid, u32 field, u32 op, void *lsmrule,
1651 struct audit_context *actx);
1652 void (*audit_rule_free) (void *lsmrule);
Ahmed S. Darwish03d37d22008-03-01 22:00:05 +02001653#endif /* CONFIG_AUDIT */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654};
1655
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656/* prototypes */
Eric Paris7b41b172008-04-23 14:10:25 -04001657extern int security_init(void);
Ahmed S. Darwish076c54c2008-03-06 18:09:10 +02001658extern int security_module_enable(struct security_operations *ops);
Eric Paris7b41b172008-04-23 14:10:25 -04001659extern int register_security(struct security_operations *ops);
James Morris5dbe3042011-08-30 13:48:53 +10001660extern void __init security_fixup_ops(struct security_operations *ops);
1661
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662
James Morris20510f22007-10-16 23:31:32 -07001663/* Security operations */
Ingo Molnar9e488582009-05-07 19:26:19 +10001664int security_ptrace_access_check(struct task_struct *child, unsigned int mode);
David Howells5cd9c582008-08-14 11:37:28 +01001665int security_ptrace_traceme(struct task_struct *parent);
James Morris20510f22007-10-16 23:31:32 -07001666int security_capget(struct task_struct *target,
Eric Paris7b41b172008-04-23 14:10:25 -04001667 kernel_cap_t *effective,
1668 kernel_cap_t *inheritable,
1669 kernel_cap_t *permitted);
David Howellsd84f4f92008-11-14 10:39:23 +11001670int security_capset(struct cred *new, const struct cred *old,
1671 const kernel_cap_t *effective,
1672 const kernel_cap_t *inheritable,
1673 const kernel_cap_t *permitted);
Eric Parisb7e724d2012-01-03 12:25:15 -05001674int security_capable(const struct cred *cred, struct user_namespace *ns,
Serge E. Hallyn34867402011-03-23 16:43:17 -07001675 int cap);
Eric Parisc7eba4a2012-01-03 12:25:15 -05001676int security_capable_noaudit(const struct cred *cred, struct user_namespace *ns,
1677 int cap);
James Morris20510f22007-10-16 23:31:32 -07001678int security_quotactl(int cmds, int type, int id, struct super_block *sb);
1679int security_quota_on(struct dentry *dentry);
Eric Paris12b30522010-11-15 18:36:29 -05001680int security_syslog(int type);
Richard Cochran1e6d7672011-02-01 13:50:58 +00001681int security_settime(const struct timespec *ts, const struct timezone *tz);
James Morris20510f22007-10-16 23:31:32 -07001682int security_vm_enough_memory(long pages);
1683int security_vm_enough_memory_mm(struct mm_struct *mm, long pages);
Alan Cox731572d2008-10-29 14:01:20 -07001684int security_vm_enough_memory_kern(long pages);
David Howellsa6f76f22008-11-14 10:39:24 +11001685int security_bprm_set_creds(struct linux_binprm *bprm);
James Morris20510f22007-10-16 23:31:32 -07001686int security_bprm_check(struct linux_binprm *bprm);
David Howellsa6f76f22008-11-14 10:39:24 +11001687void security_bprm_committing_creds(struct linux_binprm *bprm);
1688void security_bprm_committed_creds(struct linux_binprm *bprm);
James Morris20510f22007-10-16 23:31:32 -07001689int security_bprm_secureexec(struct linux_binprm *bprm);
1690int security_sb_alloc(struct super_block *sb);
1691void security_sb_free(struct super_block *sb);
Eric Parise0007522008-03-05 10:31:54 -05001692int security_sb_copy_data(char *orig, char *copy);
Eric Parisff36fe22011-03-03 16:09:14 -05001693int security_sb_remount(struct super_block *sb, void *data);
James Morris12204e22008-12-19 10:44:42 +11001694int security_sb_kern_mount(struct super_block *sb, int flags, void *data);
Eric Paris2069f452008-07-04 09:47:13 +10001695int security_sb_show_options(struct seq_file *m, struct super_block *sb);
James Morris20510f22007-10-16 23:31:32 -07001696int security_sb_statfs(struct dentry *dentry);
Al Virob5266eb2008-03-22 17:48:24 -04001697int security_sb_mount(char *dev_name, struct path *path,
Eric Paris7b41b172008-04-23 14:10:25 -04001698 char *type, unsigned long flags, void *data);
James Morris20510f22007-10-16 23:31:32 -07001699int security_sb_umount(struct vfsmount *mnt, int flags);
Al Virob5266eb2008-03-22 17:48:24 -04001700int security_sb_pivotroot(struct path *old_path, struct path *new_path);
Eric Parise0007522008-03-05 10:31:54 -05001701int security_sb_set_mnt_opts(struct super_block *sb, struct security_mnt_opts *opts);
Eric Parisc9180a52007-11-30 13:00:35 -05001702void security_sb_clone_mnt_opts(const struct super_block *oldsb,
1703 struct super_block *newsb);
Eric Parise0007522008-03-05 10:31:54 -05001704int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts);
Eric Parisc9180a52007-11-30 13:00:35 -05001705
James Morris20510f22007-10-16 23:31:32 -07001706int security_inode_alloc(struct inode *inode);
1707void security_inode_free(struct inode *inode);
1708int security_inode_init_security(struct inode *inode, struct inode *dir,
Mimi Zohar9d8f13b2011-06-06 15:29:25 -04001709 const struct qstr *qstr,
1710 initxattrs initxattrs, void *fs_data);
1711int security_old_inode_init_security(struct inode *inode, struct inode *dir,
1712 const struct qstr *qstr, char **name,
1713 void **value, size_t *len);
Al Viro4acdaf22011-07-26 01:42:34 -04001714int security_inode_create(struct inode *dir, struct dentry *dentry, umode_t mode);
James Morris20510f22007-10-16 23:31:32 -07001715int security_inode_link(struct dentry *old_dentry, struct inode *dir,
1716 struct dentry *new_dentry);
1717int security_inode_unlink(struct inode *dir, struct dentry *dentry);
1718int security_inode_symlink(struct inode *dir, struct dentry *dentry,
Eric Paris7b41b172008-04-23 14:10:25 -04001719 const char *old_name);
Al Viro18bb1db2011-07-26 01:41:39 -04001720int security_inode_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode);
James Morris20510f22007-10-16 23:31:32 -07001721int security_inode_rmdir(struct inode *dir, struct dentry *dentry);
Al Viro1a67aaf2011-07-26 01:52:52 -04001722int security_inode_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev);
James Morris20510f22007-10-16 23:31:32 -07001723int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry,
Eric Paris7b41b172008-04-23 14:10:25 -04001724 struct inode *new_dir, struct dentry *new_dentry);
James Morris20510f22007-10-16 23:31:32 -07001725int security_inode_readlink(struct dentry *dentry);
1726int security_inode_follow_link(struct dentry *dentry, struct nameidata *nd);
Al Virob77b0642008-07-17 09:37:02 -04001727int security_inode_permission(struct inode *inode, int mask);
James Morris20510f22007-10-16 23:31:32 -07001728int security_inode_setattr(struct dentry *dentry, struct iattr *attr);
1729int security_inode_getattr(struct vfsmount *mnt, struct dentry *dentry);
David Howells8f0cfa52008-04-29 00:59:41 -07001730int security_inode_setxattr(struct dentry *dentry, const char *name,
1731 const void *value, size_t size, int flags);
1732void security_inode_post_setxattr(struct dentry *dentry, const char *name,
1733 const void *value, size_t size, int flags);
1734int security_inode_getxattr(struct dentry *dentry, const char *name);
James Morris20510f22007-10-16 23:31:32 -07001735int security_inode_listxattr(struct dentry *dentry);
David Howells8f0cfa52008-04-29 00:59:41 -07001736int security_inode_removexattr(struct dentry *dentry, const char *name);
Serge E. Hallynb5376772007-10-16 23:31:36 -07001737int security_inode_need_killpriv(struct dentry *dentry);
1738int security_inode_killpriv(struct dentry *dentry);
David P. Quigley42492592008-02-04 22:29:39 -08001739int security_inode_getsecurity(const struct inode *inode, const char *name, void **buffer, bool alloc);
James Morris20510f22007-10-16 23:31:32 -07001740int security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags);
1741int security_inode_listsecurity(struct inode *inode, char *buffer, size_t buffer_size);
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02001742void security_inode_getsecid(const struct inode *inode, u32 *secid);
James Morris20510f22007-10-16 23:31:32 -07001743int security_file_permission(struct file *file, int mask);
1744int security_file_alloc(struct file *file);
1745void security_file_free(struct file *file);
1746int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
1747int security_file_mmap(struct file *file, unsigned long reqprot,
1748 unsigned long prot, unsigned long flags,
1749 unsigned long addr, unsigned long addr_only);
1750int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot,
Eric Paris7b41b172008-04-23 14:10:25 -04001751 unsigned long prot);
James Morris20510f22007-10-16 23:31:32 -07001752int security_file_lock(struct file *file, unsigned int cmd);
1753int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
1754int security_file_set_fowner(struct file *file);
1755int security_file_send_sigiotask(struct task_struct *tsk,
Eric Paris7b41b172008-04-23 14:10:25 -04001756 struct fown_struct *fown, int sig);
James Morris20510f22007-10-16 23:31:32 -07001757int security_file_receive(struct file *file);
David Howells745ca242008-11-14 10:39:22 +11001758int security_dentry_open(struct file *file, const struct cred *cred);
James Morris20510f22007-10-16 23:31:32 -07001759int security_task_create(unsigned long clone_flags);
Kees Cook1a2a4d02011-12-21 12:17:03 -08001760void security_task_free(struct task_struct *task);
David Howellsee18d642009-09-02 09:14:21 +01001761int security_cred_alloc_blank(struct cred *cred, gfp_t gfp);
David Howellsf1752ee2008-11-14 10:39:17 +11001762void security_cred_free(struct cred *cred);
David Howellsd84f4f92008-11-14 10:39:23 +11001763int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp);
David Howellsee18d642009-09-02 09:14:21 +01001764void security_transfer_creds(struct cred *new, const struct cred *old);
David Howells3a3b7ce2008-11-14 10:39:28 +11001765int security_kernel_act_as(struct cred *new, u32 secid);
1766int security_kernel_create_files_as(struct cred *new, struct inode *inode);
Eric Parisdd8dbf22009-11-03 16:35:32 +11001767int security_kernel_module_request(char *kmod_name);
David Howellsd84f4f92008-11-14 10:39:23 +11001768int security_task_fix_setuid(struct cred *new, const struct cred *old,
1769 int flags);
James Morris20510f22007-10-16 23:31:32 -07001770int security_task_setpgid(struct task_struct *p, pid_t pgid);
1771int security_task_getpgid(struct task_struct *p);
1772int security_task_getsid(struct task_struct *p);
1773void security_task_getsecid(struct task_struct *p, u32 *secid);
James Morris20510f22007-10-16 23:31:32 -07001774int security_task_setnice(struct task_struct *p, int nice);
1775int security_task_setioprio(struct task_struct *p, int ioprio);
1776int security_task_getioprio(struct task_struct *p);
Jiri Slaby8fd00b42009-08-26 18:41:16 +02001777int security_task_setrlimit(struct task_struct *p, unsigned int resource,
1778 struct rlimit *new_rlim);
KOSAKI Motohirob0ae1982010-10-15 04:21:18 +09001779int security_task_setscheduler(struct task_struct *p);
James Morris20510f22007-10-16 23:31:32 -07001780int security_task_getscheduler(struct task_struct *p);
1781int security_task_movememory(struct task_struct *p);
1782int security_task_kill(struct task_struct *p, struct siginfo *info,
1783 int sig, u32 secid);
1784int security_task_wait(struct task_struct *p);
1785int security_task_prctl(int option, unsigned long arg2, unsigned long arg3,
David Howellsd84f4f92008-11-14 10:39:23 +11001786 unsigned long arg4, unsigned long arg5);
James Morris20510f22007-10-16 23:31:32 -07001787void security_task_to_inode(struct task_struct *p, struct inode *inode);
1788int security_ipc_permission(struct kern_ipc_perm *ipcp, short flag);
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02001789void security_ipc_getsecid(struct kern_ipc_perm *ipcp, u32 *secid);
James Morris20510f22007-10-16 23:31:32 -07001790int security_msg_msg_alloc(struct msg_msg *msg);
1791void security_msg_msg_free(struct msg_msg *msg);
1792int security_msg_queue_alloc(struct msg_queue *msq);
1793void security_msg_queue_free(struct msg_queue *msq);
1794int security_msg_queue_associate(struct msg_queue *msq, int msqflg);
1795int security_msg_queue_msgctl(struct msg_queue *msq, int cmd);
1796int security_msg_queue_msgsnd(struct msg_queue *msq,
Eric Paris7b41b172008-04-23 14:10:25 -04001797 struct msg_msg *msg, int msqflg);
James Morris20510f22007-10-16 23:31:32 -07001798int security_msg_queue_msgrcv(struct msg_queue *msq, struct msg_msg *msg,
Eric Paris7b41b172008-04-23 14:10:25 -04001799 struct task_struct *target, long type, int mode);
James Morris20510f22007-10-16 23:31:32 -07001800int security_shm_alloc(struct shmid_kernel *shp);
1801void security_shm_free(struct shmid_kernel *shp);
1802int security_shm_associate(struct shmid_kernel *shp, int shmflg);
1803int security_shm_shmctl(struct shmid_kernel *shp, int cmd);
1804int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg);
1805int security_sem_alloc(struct sem_array *sma);
1806void security_sem_free(struct sem_array *sma);
1807int security_sem_associate(struct sem_array *sma, int semflg);
1808int security_sem_semctl(struct sem_array *sma, int cmd);
1809int security_sem_semop(struct sem_array *sma, struct sembuf *sops,
1810 unsigned nsops, int alter);
Eric Paris7b41b172008-04-23 14:10:25 -04001811void security_d_instantiate(struct dentry *dentry, struct inode *inode);
James Morris20510f22007-10-16 23:31:32 -07001812int security_getprocattr(struct task_struct *p, char *name, char **value);
1813int security_setprocattr(struct task_struct *p, char *name, void *value, size_t size);
1814int security_netlink_send(struct sock *sk, struct sk_buff *skb);
James Morris20510f22007-10-16 23:31:32 -07001815int security_secid_to_secctx(u32 secid, char **secdata, u32 *seclen);
David Howells7bf570d2008-04-29 20:52:51 +01001816int security_secctx_to_secid(const char *secdata, u32 seclen, u32 *secid);
James Morris20510f22007-10-16 23:31:32 -07001817void security_release_secctx(char *secdata, u32 seclen);
1818
David P. Quigley1ee65e32009-09-03 14:25:57 -04001819int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen);
1820int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen);
1821int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822#else /* CONFIG_SECURITY */
Eric Parise0007522008-03-05 10:31:54 -05001823struct security_mnt_opts {
1824};
1825
1826static inline void security_init_mnt_opts(struct security_mnt_opts *opts)
1827{
1828}
1829
1830static inline void security_free_mnt_opts(struct security_mnt_opts *opts)
1831{
1832}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833
1834/*
1835 * This is the default capabilities functionality. Most of these functions
1836 * are just stubbed out, but a few must call the proper capable code.
1837 */
1838
1839static inline int security_init(void)
1840{
1841 return 0;
1842}
1843
Ingo Molnar9e488582009-05-07 19:26:19 +10001844static inline int security_ptrace_access_check(struct task_struct *child,
David Howells5cd9c582008-08-14 11:37:28 +01001845 unsigned int mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846{
Ingo Molnar9e488582009-05-07 19:26:19 +10001847 return cap_ptrace_access_check(child, mode);
David Howells5cd9c582008-08-14 11:37:28 +01001848}
1849
Alexander Beregalov5e186b52008-08-17 05:34:20 +04001850static inline int security_ptrace_traceme(struct task_struct *parent)
David Howells5cd9c582008-08-14 11:37:28 +01001851{
1852 return cap_ptrace_traceme(parent);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853}
1854
Eric Paris7b41b172008-04-23 14:10:25 -04001855static inline int security_capget(struct task_struct *target,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856 kernel_cap_t *effective,
1857 kernel_cap_t *inheritable,
1858 kernel_cap_t *permitted)
1859{
Eric Paris7b41b172008-04-23 14:10:25 -04001860 return cap_capget(target, effective, inheritable, permitted);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861}
1862
David Howellsd84f4f92008-11-14 10:39:23 +11001863static inline int security_capset(struct cred *new,
1864 const struct cred *old,
1865 const kernel_cap_t *effective,
1866 const kernel_cap_t *inheritable,
1867 const kernel_cap_t *permitted)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868{
David Howellsd84f4f92008-11-14 10:39:23 +11001869 return cap_capset(new, old, effective, inheritable, permitted);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870}
1871
Eric Parisb7e724d2012-01-03 12:25:15 -05001872static inline int security_capable(const struct cred *cred,
1873 struct user_namespace *ns, int cap)
Chris Wright12b59892006-03-25 03:07:41 -08001874{
Eric Paris6a9de492012-01-03 12:25:14 -05001875 return cap_capable(cred, ns, cap, SECURITY_CAP_AUDIT);
Eric Paris06112162008-11-11 22:02:50 +11001876}
1877
Eric Parisc7eba4a2012-01-03 12:25:15 -05001878static inline int security_capable_noaudit(const struct cred *cred,
1879 struct user_namespace *ns, int cap) {
1880 return cap_capable(cred, ns, cap, SECURITY_CAP_NOAUDIT);
Chris Wright12b59892006-03-25 03:07:41 -08001881}
1882
Eric Paris7b41b172008-04-23 14:10:25 -04001883static inline int security_quotactl(int cmds, int type, int id,
1884 struct super_block *sb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885{
1886 return 0;
1887}
1888
Eric Paris7b41b172008-04-23 14:10:25 -04001889static inline int security_quota_on(struct dentry *dentry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001890{
1891 return 0;
1892}
1893
Eric Paris12b30522010-11-15 18:36:29 -05001894static inline int security_syslog(int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895{
Eric Paris12b30522010-11-15 18:36:29 -05001896 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897}
1898
Richard Cochran1e6d7672011-02-01 13:50:58 +00001899static inline int security_settime(const struct timespec *ts,
1900 const struct timezone *tz)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901{
1902 return cap_settime(ts, tz);
1903}
1904
1905static inline int security_vm_enough_memory(long pages)
1906{
Junjiro R. Okajima1b79cd02008-12-02 10:31:46 -08001907 WARN_ON(current->mm == NULL);
Alan Cox731572d2008-10-29 14:01:20 -07001908 return cap_vm_enough_memory(current->mm, pages);
1909}
1910
Alan Cox34b4e4a2007-08-22 14:01:28 -07001911static inline int security_vm_enough_memory_mm(struct mm_struct *mm, long pages)
1912{
Junjiro R. Okajima1b79cd02008-12-02 10:31:46 -08001913 WARN_ON(mm == NULL);
Alan Cox34b4e4a2007-08-22 14:01:28 -07001914 return cap_vm_enough_memory(mm, pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915}
1916
Junjiro R. Okajima1b79cd02008-12-02 10:31:46 -08001917static inline int security_vm_enough_memory_kern(long pages)
1918{
1919 /* If current->mm is a kernel thread then we will pass NULL,
1920 for this specific case that is fine */
1921 return cap_vm_enough_memory(current->mm, pages);
1922}
1923
David Howellsa6f76f22008-11-14 10:39:24 +11001924static inline int security_bprm_set_creds(struct linux_binprm *bprm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925{
David Howellsa6f76f22008-11-14 10:39:24 +11001926 return cap_bprm_set_creds(bprm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927}
1928
Eric Paris7b41b172008-04-23 14:10:25 -04001929static inline int security_bprm_check(struct linux_binprm *bprm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930{
1931 return 0;
1932}
1933
David Howellsa6f76f22008-11-14 10:39:24 +11001934static inline void security_bprm_committing_creds(struct linux_binprm *bprm)
1935{
1936}
1937
1938static inline void security_bprm_committed_creds(struct linux_binprm *bprm)
1939{
1940}
1941
Eric Paris7b41b172008-04-23 14:10:25 -04001942static inline int security_bprm_secureexec(struct linux_binprm *bprm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001943{
1944 return cap_bprm_secureexec(bprm);
1945}
1946
Eric Paris7b41b172008-04-23 14:10:25 -04001947static inline int security_sb_alloc(struct super_block *sb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001948{
1949 return 0;
1950}
1951
Eric Paris7b41b172008-04-23 14:10:25 -04001952static inline void security_sb_free(struct super_block *sb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953{ }
1954
Eric Paris7b41b172008-04-23 14:10:25 -04001955static inline int security_sb_copy_data(char *orig, char *copy)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956{
1957 return 0;
1958}
1959
Eric Parisff36fe22011-03-03 16:09:14 -05001960static inline int security_sb_remount(struct super_block *sb, void *data)
1961{
1962 return 0;
1963}
1964
James Morris12204e22008-12-19 10:44:42 +11001965static inline int security_sb_kern_mount(struct super_block *sb, int flags, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966{
1967 return 0;
1968}
1969
Eric Paris2069f452008-07-04 09:47:13 +10001970static inline int security_sb_show_options(struct seq_file *m,
1971 struct super_block *sb)
1972{
1973 return 0;
1974}
1975
Eric Paris7b41b172008-04-23 14:10:25 -04001976static inline int security_sb_statfs(struct dentry *dentry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977{
1978 return 0;
1979}
1980
Eric Paris7b41b172008-04-23 14:10:25 -04001981static inline int security_sb_mount(char *dev_name, struct path *path,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 char *type, unsigned long flags,
1983 void *data)
1984{
1985 return 0;
1986}
1987
Eric Paris7b41b172008-04-23 14:10:25 -04001988static inline int security_sb_umount(struct vfsmount *mnt, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989{
1990 return 0;
1991}
1992
Eric Paris7b41b172008-04-23 14:10:25 -04001993static inline int security_sb_pivotroot(struct path *old_path,
1994 struct path *new_path)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995{
1996 return 0;
1997}
1998
Eric Parise0007522008-03-05 10:31:54 -05001999static inline int security_sb_set_mnt_opts(struct super_block *sb,
2000 struct security_mnt_opts *opts)
2001{
2002 return 0;
2003}
2004
2005static inline void security_sb_clone_mnt_opts(const struct super_block *oldsb,
2006 struct super_block *newsb)
2007{ }
2008
2009static inline int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts)
2010{
2011 return 0;
2012}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013
Eric Paris7b41b172008-04-23 14:10:25 -04002014static inline int security_inode_alloc(struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015{
2016 return 0;
2017}
2018
Eric Paris7b41b172008-04-23 14:10:25 -04002019static inline void security_inode_free(struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020{ }
Stephen Smalley5e41ff92005-09-09 13:01:35 -07002021
Eric Paris7b41b172008-04-23 14:10:25 -04002022static inline int security_inode_init_security(struct inode *inode,
Stephen Smalley5e41ff92005-09-09 13:01:35 -07002023 struct inode *dir,
Eric Paris2a7dba32011-02-01 11:05:39 -05002024 const struct qstr *qstr,
Andrew Morton1933ca82011-11-15 15:11:44 -08002025 const initxattrs initxattrs,
Mimi Zohar9d8f13b2011-06-06 15:29:25 -04002026 void *fs_data)
Stephen Smalley5e41ff92005-09-09 13:01:35 -07002027{
Mimi Zohar1e39f382011-08-15 09:09:16 -04002028 return 0;
Stephen Smalley5e41ff92005-09-09 13:01:35 -07002029}
Eric Paris7b41b172008-04-23 14:10:25 -04002030
Mimi Zohar1e39f382011-08-15 09:09:16 -04002031static inline int security_old_inode_init_security(struct inode *inode,
2032 struct inode *dir,
2033 const struct qstr *qstr,
2034 char **name, void **value,
2035 size_t *len)
Mimi Zohare1c9b232011-08-11 00:22:51 -04002036{
Jan Kara30e05322012-01-03 13:14:29 +01002037 return -EOPNOTSUPP;
Mimi Zohare1c9b232011-08-11 00:22:51 -04002038}
2039
Eric Paris7b41b172008-04-23 14:10:25 -04002040static inline int security_inode_create(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041 struct dentry *dentry,
Al Viro4acdaf22011-07-26 01:42:34 -04002042 umode_t mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002043{
2044 return 0;
2045}
2046
Eric Paris7b41b172008-04-23 14:10:25 -04002047static inline int security_inode_link(struct dentry *old_dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048 struct inode *dir,
2049 struct dentry *new_dentry)
2050{
2051 return 0;
2052}
2053
Eric Paris7b41b172008-04-23 14:10:25 -04002054static inline int security_inode_unlink(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002055 struct dentry *dentry)
2056{
2057 return 0;
2058}
2059
Eric Paris7b41b172008-04-23 14:10:25 -04002060static inline int security_inode_symlink(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002061 struct dentry *dentry,
2062 const char *old_name)
2063{
2064 return 0;
2065}
2066
Eric Paris7b41b172008-04-23 14:10:25 -04002067static inline int security_inode_mkdir(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068 struct dentry *dentry,
2069 int mode)
2070{
2071 return 0;
2072}
2073
Eric Paris7b41b172008-04-23 14:10:25 -04002074static inline int security_inode_rmdir(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075 struct dentry *dentry)
2076{
2077 return 0;
2078}
2079
Eric Paris7b41b172008-04-23 14:10:25 -04002080static inline int security_inode_mknod(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081 struct dentry *dentry,
2082 int mode, dev_t dev)
2083{
2084 return 0;
2085}
2086
Eric Paris7b41b172008-04-23 14:10:25 -04002087static inline int security_inode_rename(struct inode *old_dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088 struct dentry *old_dentry,
2089 struct inode *new_dir,
2090 struct dentry *new_dentry)
2091{
2092 return 0;
2093}
2094
Eric Paris7b41b172008-04-23 14:10:25 -04002095static inline int security_inode_readlink(struct dentry *dentry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096{
2097 return 0;
2098}
2099
Eric Paris7b41b172008-04-23 14:10:25 -04002100static inline int security_inode_follow_link(struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002101 struct nameidata *nd)
2102{
2103 return 0;
2104}
2105
Al Virob77b0642008-07-17 09:37:02 -04002106static inline int security_inode_permission(struct inode *inode, int mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107{
2108 return 0;
2109}
2110
Eric Paris7b41b172008-04-23 14:10:25 -04002111static inline int security_inode_setattr(struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112 struct iattr *attr)
2113{
2114 return 0;
2115}
2116
Eric Paris7b41b172008-04-23 14:10:25 -04002117static inline int security_inode_getattr(struct vfsmount *mnt,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118 struct dentry *dentry)
2119{
2120 return 0;
2121}
2122
David Howells8f0cfa52008-04-29 00:59:41 -07002123static inline int security_inode_setxattr(struct dentry *dentry,
2124 const char *name, const void *value, size_t size, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002125{
2126 return cap_inode_setxattr(dentry, name, value, size, flags);
2127}
2128
David Howells8f0cfa52008-04-29 00:59:41 -07002129static inline void security_inode_post_setxattr(struct dentry *dentry,
2130 const char *name, const void *value, size_t size, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131{ }
2132
David Howells8f0cfa52008-04-29 00:59:41 -07002133static inline int security_inode_getxattr(struct dentry *dentry,
2134 const char *name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135{
2136 return 0;
2137}
2138
Eric Paris7b41b172008-04-23 14:10:25 -04002139static inline int security_inode_listxattr(struct dentry *dentry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140{
2141 return 0;
2142}
2143
David Howells8f0cfa52008-04-29 00:59:41 -07002144static inline int security_inode_removexattr(struct dentry *dentry,
2145 const char *name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146{
2147 return cap_inode_removexattr(dentry, name);
2148}
2149
Serge E. Hallynb5376772007-10-16 23:31:36 -07002150static inline int security_inode_need_killpriv(struct dentry *dentry)
2151{
2152 return cap_inode_need_killpriv(dentry);
2153}
2154
2155static inline int security_inode_killpriv(struct dentry *dentry)
2156{
2157 return cap_inode_killpriv(dentry);
2158}
2159
David P. Quigley42492592008-02-04 22:29:39 -08002160static inline int security_inode_getsecurity(const struct inode *inode, const char *name, void **buffer, bool alloc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161{
2162 return -EOPNOTSUPP;
2163}
2164
2165static inline int security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags)
2166{
2167 return -EOPNOTSUPP;
2168}
2169
2170static inline int security_inode_listsecurity(struct inode *inode, char *buffer, size_t buffer_size)
2171{
2172 return 0;
2173}
2174
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02002175static inline void security_inode_getsecid(const struct inode *inode, u32 *secid)
2176{
2177 *secid = 0;
2178}
2179
Eric Paris7b41b172008-04-23 14:10:25 -04002180static inline int security_file_permission(struct file *file, int mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002181{
2182 return 0;
2183}
2184
Eric Paris7b41b172008-04-23 14:10:25 -04002185static inline int security_file_alloc(struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186{
2187 return 0;
2188}
2189
Eric Paris7b41b172008-04-23 14:10:25 -04002190static inline void security_file_free(struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002191{ }
2192
Eric Paris7b41b172008-04-23 14:10:25 -04002193static inline int security_file_ioctl(struct file *file, unsigned int cmd,
2194 unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195{
2196 return 0;
2197}
2198
Eric Paris7b41b172008-04-23 14:10:25 -04002199static inline int security_file_mmap(struct file *file, unsigned long reqprot,
2200 unsigned long prot,
2201 unsigned long flags,
2202 unsigned long addr,
2203 unsigned long addr_only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204{
Eric Paris7c738752009-07-31 12:53:58 -04002205 return cap_file_mmap(file, reqprot, prot, flags, addr, addr_only);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206}
2207
Eric Paris7b41b172008-04-23 14:10:25 -04002208static inline int security_file_mprotect(struct vm_area_struct *vma,
2209 unsigned long reqprot,
2210 unsigned long prot)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002211{
2212 return 0;
2213}
2214
Eric Paris7b41b172008-04-23 14:10:25 -04002215static inline int security_file_lock(struct file *file, unsigned int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216{
2217 return 0;
2218}
2219
Eric Paris7b41b172008-04-23 14:10:25 -04002220static inline int security_file_fcntl(struct file *file, unsigned int cmd,
2221 unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222{
2223 return 0;
2224}
2225
Eric Paris7b41b172008-04-23 14:10:25 -04002226static inline int security_file_set_fowner(struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002227{
2228 return 0;
2229}
2230
Eric Paris7b41b172008-04-23 14:10:25 -04002231static inline int security_file_send_sigiotask(struct task_struct *tsk,
2232 struct fown_struct *fown,
2233 int sig)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234{
2235 return 0;
2236}
2237
Eric Paris7b41b172008-04-23 14:10:25 -04002238static inline int security_file_receive(struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239{
2240 return 0;
2241}
2242
David Howells745ca242008-11-14 10:39:22 +11002243static inline int security_dentry_open(struct file *file,
2244 const struct cred *cred)
Yuichi Nakamura788e7dd2007-09-14 09:27:07 +09002245{
2246 return 0;
2247}
2248
Eric Paris7b41b172008-04-23 14:10:25 -04002249static inline int security_task_create(unsigned long clone_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002250{
2251 return 0;
2252}
2253
Kees Cook1a2a4d02011-12-21 12:17:03 -08002254static inline void security_task_free(struct task_struct *task)
2255{ }
2256
David Howells945af7c2009-09-04 09:19:48 +01002257static inline int security_cred_alloc_blank(struct cred *cred, gfp_t gfp)
2258{
2259 return 0;
2260}
David Howellsee18d642009-09-02 09:14:21 +01002261
David Howellsd84f4f92008-11-14 10:39:23 +11002262static inline void security_cred_free(struct cred *cred)
2263{ }
2264
2265static inline int security_prepare_creds(struct cred *new,
2266 const struct cred *old,
2267 gfp_t gfp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268{
2269 return 0;
2270}
2271
David Howellsee18d642009-09-02 09:14:21 +01002272static inline void security_transfer_creds(struct cred *new,
2273 const struct cred *old)
2274{
2275}
2276
David Howells3a3b7ce2008-11-14 10:39:28 +11002277static inline int security_kernel_act_as(struct cred *cred, u32 secid)
2278{
2279 return 0;
2280}
2281
2282static inline int security_kernel_create_files_as(struct cred *cred,
2283 struct inode *inode)
2284{
2285 return 0;
2286}
2287
Eric Parisdd8dbf22009-11-03 16:35:32 +11002288static inline int security_kernel_module_request(char *kmod_name)
Eric Paris91884992009-08-13 09:44:57 -04002289{
2290 return 0;
2291}
2292
David Howellsd84f4f92008-11-14 10:39:23 +11002293static inline int security_task_fix_setuid(struct cred *new,
2294 const struct cred *old,
2295 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296{
David Howellsd84f4f92008-11-14 10:39:23 +11002297 return cap_task_fix_setuid(new, old, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002298}
2299
Eric Paris7b41b172008-04-23 14:10:25 -04002300static inline int security_task_setpgid(struct task_struct *p, pid_t pgid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301{
2302 return 0;
2303}
2304
Eric Paris7b41b172008-04-23 14:10:25 -04002305static inline int security_task_getpgid(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002306{
2307 return 0;
2308}
2309
Eric Paris7b41b172008-04-23 14:10:25 -04002310static inline int security_task_getsid(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002311{
2312 return 0;
2313}
2314
Eric Paris7b41b172008-04-23 14:10:25 -04002315static inline void security_task_getsecid(struct task_struct *p, u32 *secid)
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02002316{
2317 *secid = 0;
2318}
David Quigleyf9008e42006-06-30 01:55:46 -07002319
Eric Paris7b41b172008-04-23 14:10:25 -04002320static inline int security_task_setnice(struct task_struct *p, int nice)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321{
Serge E. Hallynb5376772007-10-16 23:31:36 -07002322 return cap_task_setnice(p, nice);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323}
2324
Eric Paris7b41b172008-04-23 14:10:25 -04002325static inline int security_task_setioprio(struct task_struct *p, int ioprio)
James Morris03e68062006-06-23 02:03:58 -07002326{
Serge E. Hallynb5376772007-10-16 23:31:36 -07002327 return cap_task_setioprio(p, ioprio);
James Morris03e68062006-06-23 02:03:58 -07002328}
2329
Eric Paris7b41b172008-04-23 14:10:25 -04002330static inline int security_task_getioprio(struct task_struct *p)
David Quigleya1836a42006-06-30 01:55:49 -07002331{
2332 return 0;
2333}
2334
Jiri Slaby8fd00b42009-08-26 18:41:16 +02002335static inline int security_task_setrlimit(struct task_struct *p,
2336 unsigned int resource,
Eric Paris7b41b172008-04-23 14:10:25 -04002337 struct rlimit *new_rlim)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338{
2339 return 0;
2340}
2341
KOSAKI Motohirob0ae1982010-10-15 04:21:18 +09002342static inline int security_task_setscheduler(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343{
KOSAKI Motohirob0ae1982010-10-15 04:21:18 +09002344 return cap_task_setscheduler(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002345}
2346
Eric Paris7b41b172008-04-23 14:10:25 -04002347static inline int security_task_getscheduler(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348{
2349 return 0;
2350}
2351
Eric Paris7b41b172008-04-23 14:10:25 -04002352static inline int security_task_movememory(struct task_struct *p)
David Quigley35601542006-06-23 02:04:01 -07002353{
2354 return 0;
2355}
2356
Eric Paris7b41b172008-04-23 14:10:25 -04002357static inline int security_task_kill(struct task_struct *p,
2358 struct siginfo *info, int sig,
2359 u32 secid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360{
Serge Hallynaedb60a2008-02-29 15:14:57 +00002361 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362}
2363
Eric Paris7b41b172008-04-23 14:10:25 -04002364static inline int security_task_wait(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365{
2366 return 0;
2367}
2368
Eric Paris7b41b172008-04-23 14:10:25 -04002369static inline int security_task_prctl(int option, unsigned long arg2,
2370 unsigned long arg3,
2371 unsigned long arg4,
David Howellsd84f4f92008-11-14 10:39:23 +11002372 unsigned long arg5)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373{
David Howellsd84f4f92008-11-14 10:39:23 +11002374 return cap_task_prctl(option, arg2, arg3, arg3, arg5);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375}
2376
2377static inline void security_task_to_inode(struct task_struct *p, struct inode *inode)
2378{ }
2379
Eric Paris7b41b172008-04-23 14:10:25 -04002380static inline int security_ipc_permission(struct kern_ipc_perm *ipcp,
2381 short flag)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382{
2383 return 0;
2384}
2385
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02002386static inline void security_ipc_getsecid(struct kern_ipc_perm *ipcp, u32 *secid)
2387{
2388 *secid = 0;
2389}
2390
Eric Paris7b41b172008-04-23 14:10:25 -04002391static inline int security_msg_msg_alloc(struct msg_msg *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002392{
2393 return 0;
2394}
2395
Eric Paris7b41b172008-04-23 14:10:25 -04002396static inline void security_msg_msg_free(struct msg_msg *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002397{ }
2398
Eric Paris7b41b172008-04-23 14:10:25 -04002399static inline int security_msg_queue_alloc(struct msg_queue *msq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400{
2401 return 0;
2402}
2403
Eric Paris7b41b172008-04-23 14:10:25 -04002404static inline void security_msg_queue_free(struct msg_queue *msq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002405{ }
2406
Eric Paris7b41b172008-04-23 14:10:25 -04002407static inline int security_msg_queue_associate(struct msg_queue *msq,
2408 int msqflg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409{
2410 return 0;
2411}
2412
Eric Paris7b41b172008-04-23 14:10:25 -04002413static inline int security_msg_queue_msgctl(struct msg_queue *msq, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002414{
2415 return 0;
2416}
2417
Eric Paris7b41b172008-04-23 14:10:25 -04002418static inline int security_msg_queue_msgsnd(struct msg_queue *msq,
2419 struct msg_msg *msg, int msqflg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002420{
2421 return 0;
2422}
2423
Eric Paris7b41b172008-04-23 14:10:25 -04002424static inline int security_msg_queue_msgrcv(struct msg_queue *msq,
2425 struct msg_msg *msg,
2426 struct task_struct *target,
2427 long type, int mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428{
2429 return 0;
2430}
2431
Eric Paris7b41b172008-04-23 14:10:25 -04002432static inline int security_shm_alloc(struct shmid_kernel *shp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002433{
2434 return 0;
2435}
2436
Eric Paris7b41b172008-04-23 14:10:25 -04002437static inline void security_shm_free(struct shmid_kernel *shp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002438{ }
2439
Eric Paris7b41b172008-04-23 14:10:25 -04002440static inline int security_shm_associate(struct shmid_kernel *shp,
2441 int shmflg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442{
2443 return 0;
2444}
2445
Eric Paris7b41b172008-04-23 14:10:25 -04002446static inline int security_shm_shmctl(struct shmid_kernel *shp, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447{
2448 return 0;
2449}
2450
Eric Paris7b41b172008-04-23 14:10:25 -04002451static inline int security_shm_shmat(struct shmid_kernel *shp,
2452 char __user *shmaddr, int shmflg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002453{
2454 return 0;
2455}
2456
Eric Paris7b41b172008-04-23 14:10:25 -04002457static inline int security_sem_alloc(struct sem_array *sma)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458{
2459 return 0;
2460}
2461
Eric Paris7b41b172008-04-23 14:10:25 -04002462static inline void security_sem_free(struct sem_array *sma)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463{ }
2464
Eric Paris7b41b172008-04-23 14:10:25 -04002465static inline int security_sem_associate(struct sem_array *sma, int semflg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466{
2467 return 0;
2468}
2469
Eric Paris7b41b172008-04-23 14:10:25 -04002470static inline int security_sem_semctl(struct sem_array *sma, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471{
2472 return 0;
2473}
2474
Eric Paris7b41b172008-04-23 14:10:25 -04002475static inline int security_sem_semop(struct sem_array *sma,
2476 struct sembuf *sops, unsigned nsops,
2477 int alter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002478{
2479 return 0;
2480}
2481
Eric Paris7b41b172008-04-23 14:10:25 -04002482static inline void security_d_instantiate(struct dentry *dentry, struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483{ }
2484
Al Viro04ff9702007-03-12 16:17:58 +00002485static inline int security_getprocattr(struct task_struct *p, char *name, char **value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486{
2487 return -EINVAL;
2488}
2489
2490static inline int security_setprocattr(struct task_struct *p, char *name, void *value, size_t size)
2491{
2492 return -EINVAL;
2493}
2494
Eric Paris7b41b172008-04-23 14:10:25 -04002495static inline int security_netlink_send(struct sock *sk, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496{
Eric Paris7b41b172008-04-23 14:10:25 -04002497 return cap_netlink_send(sk, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002498}
2499
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07002500static inline int security_secid_to_secctx(u32 secid, char **secdata, u32 *seclen)
2501{
2502 return -EOPNOTSUPP;
2503}
2504
David Howells7bf570d2008-04-29 20:52:51 +01002505static inline int security_secctx_to_secid(const char *secdata,
David Howells63cb3442008-01-15 23:47:35 +00002506 u32 seclen,
2507 u32 *secid)
2508{
2509 return -EOPNOTSUPP;
2510}
2511
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07002512static inline void security_release_secctx(char *secdata, u32 seclen)
2513{
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07002514}
David P. Quigley1ee65e32009-09-03 14:25:57 -04002515
2516static inline int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen)
2517{
2518 return -EOPNOTSUPP;
2519}
2520static inline int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen)
2521{
2522 return -EOPNOTSUPP;
2523}
2524static inline int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen)
2525{
2526 return -EOPNOTSUPP;
2527}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002528#endif /* CONFIG_SECURITY */
2529
2530#ifdef CONFIG_SECURITY_NETWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07002531
David S. Miller3610cda2011-01-05 15:38:53 -08002532int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk);
James Morris20510f22007-10-16 23:31:32 -07002533int security_unix_may_send(struct socket *sock, struct socket *other);
2534int security_socket_create(int family, int type, int protocol, int kern);
2535int security_socket_post_create(struct socket *sock, int family,
2536 int type, int protocol, int kern);
2537int security_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen);
2538int security_socket_connect(struct socket *sock, struct sockaddr *address, int addrlen);
2539int security_socket_listen(struct socket *sock, int backlog);
2540int security_socket_accept(struct socket *sock, struct socket *newsock);
James Morris20510f22007-10-16 23:31:32 -07002541int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size);
2542int security_socket_recvmsg(struct socket *sock, struct msghdr *msg,
2543 int size, int flags);
2544int security_socket_getsockname(struct socket *sock);
2545int security_socket_getpeername(struct socket *sock);
2546int security_socket_getsockopt(struct socket *sock, int level, int optname);
2547int security_socket_setsockopt(struct socket *sock, int level, int optname);
2548int security_socket_shutdown(struct socket *sock, int how);
2549int security_sock_rcv_skb(struct sock *sk, struct sk_buff *skb);
2550int security_socket_getpeersec_stream(struct socket *sock, char __user *optval,
2551 int __user *optlen, unsigned len);
2552int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid);
2553int security_sk_alloc(struct sock *sk, int family, gfp_t priority);
2554void security_sk_free(struct sock *sk);
2555void security_sk_clone(const struct sock *sk, struct sock *newsk);
2556void security_sk_classify_flow(struct sock *sk, struct flowi *fl);
2557void security_req_classify_flow(const struct request_sock *req, struct flowi *fl);
2558void security_sock_graft(struct sock*sk, struct socket *parent);
2559int security_inet_conn_request(struct sock *sk,
2560 struct sk_buff *skb, struct request_sock *req);
2561void security_inet_csk_clone(struct sock *newsk,
2562 const struct request_sock *req);
2563void security_inet_conn_established(struct sock *sk,
2564 struct sk_buff *skb);
Eric Paris2606fd12010-10-13 16:24:41 -04002565int security_secmark_relabel_packet(u32 secid);
2566void security_secmark_refcount_inc(void);
2567void security_secmark_refcount_dec(void);
Paul Moore2b980db2009-08-28 18:12:43 -04002568int security_tun_dev_create(void);
2569void security_tun_dev_post_create(struct sock *sk);
2570int security_tun_dev_attach(struct sock *sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002571
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572#else /* CONFIG_SECURITY_NETWORK */
David S. Miller3610cda2011-01-05 15:38:53 -08002573static inline int security_unix_stream_connect(struct sock *sock,
2574 struct sock *other,
Eric Paris7b41b172008-04-23 14:10:25 -04002575 struct sock *newsk)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002576{
2577 return 0;
2578}
2579
Eric Paris7b41b172008-04-23 14:10:25 -04002580static inline int security_unix_may_send(struct socket *sock,
2581 struct socket *other)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582{
2583 return 0;
2584}
2585
Eric Paris7b41b172008-04-23 14:10:25 -04002586static inline int security_socket_create(int family, int type,
2587 int protocol, int kern)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588{
2589 return 0;
2590}
2591
Eric Paris7b41b172008-04-23 14:10:25 -04002592static inline int security_socket_post_create(struct socket *sock,
Venkat Yekkirala7420ed22006-08-04 23:17:57 -07002593 int family,
2594 int type,
2595 int protocol, int kern)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596{
Venkat Yekkirala7420ed22006-08-04 23:17:57 -07002597 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002598}
2599
Eric Paris7b41b172008-04-23 14:10:25 -04002600static inline int security_socket_bind(struct socket *sock,
2601 struct sockaddr *address,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002602 int addrlen)
2603{
2604 return 0;
2605}
2606
Eric Paris7b41b172008-04-23 14:10:25 -04002607static inline int security_socket_connect(struct socket *sock,
2608 struct sockaddr *address,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002609 int addrlen)
2610{
2611 return 0;
2612}
2613
Eric Paris7b41b172008-04-23 14:10:25 -04002614static inline int security_socket_listen(struct socket *sock, int backlog)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002615{
2616 return 0;
2617}
2618
Eric Paris7b41b172008-04-23 14:10:25 -04002619static inline int security_socket_accept(struct socket *sock,
2620 struct socket *newsock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002621{
2622 return 0;
2623}
2624
Eric Paris7b41b172008-04-23 14:10:25 -04002625static inline int security_socket_sendmsg(struct socket *sock,
2626 struct msghdr *msg, int size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002627{
2628 return 0;
2629}
2630
Eric Paris7b41b172008-04-23 14:10:25 -04002631static inline int security_socket_recvmsg(struct socket *sock,
2632 struct msghdr *msg, int size,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633 int flags)
2634{
2635 return 0;
2636}
2637
Eric Paris7b41b172008-04-23 14:10:25 -04002638static inline int security_socket_getsockname(struct socket *sock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639{
2640 return 0;
2641}
2642
Eric Paris7b41b172008-04-23 14:10:25 -04002643static inline int security_socket_getpeername(struct socket *sock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002644{
2645 return 0;
2646}
2647
Eric Paris7b41b172008-04-23 14:10:25 -04002648static inline int security_socket_getsockopt(struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649 int level, int optname)
2650{
2651 return 0;
2652}
2653
Eric Paris7b41b172008-04-23 14:10:25 -04002654static inline int security_socket_setsockopt(struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655 int level, int optname)
2656{
2657 return 0;
2658}
2659
Eric Paris7b41b172008-04-23 14:10:25 -04002660static inline int security_socket_shutdown(struct socket *sock, int how)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661{
2662 return 0;
2663}
Eric Paris7b41b172008-04-23 14:10:25 -04002664static inline int security_sock_rcv_skb(struct sock *sk,
2665 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666{
2667 return 0;
2668}
2669
Catherine Zhang2c7946a2006-03-20 22:41:23 -08002670static inline int security_socket_getpeersec_stream(struct socket *sock, char __user *optval,
2671 int __user *optlen, unsigned len)
2672{
2673 return -ENOPROTOOPT;
2674}
2675
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07002676static inline int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677{
2678 return -ENOPROTOOPT;
2679}
2680
Al Virodd0fc662005-10-07 07:46:04 +01002681static inline int security_sk_alloc(struct sock *sk, int family, gfp_t priority)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682{
2683 return 0;
2684}
2685
2686static inline void security_sk_free(struct sock *sk)
2687{
2688}
Trent Jaegerdf718372005-12-13 23:12:27 -08002689
Venkat Yekkirala892c1412006-08-04 23:08:56 -07002690static inline void security_sk_clone(const struct sock *sk, struct sock *newsk)
2691{
2692}
2693
Venkat Yekkiralabeb8d132006-08-04 23:12:42 -07002694static inline void security_sk_classify_flow(struct sock *sk, struct flowi *fl)
Trent Jaegerdf718372005-12-13 23:12:27 -08002695{
Trent Jaegerdf718372005-12-13 23:12:27 -08002696}
Venkat Yekkirala4237c752006-07-24 23:32:50 -07002697
2698static inline void security_req_classify_flow(const struct request_sock *req, struct flowi *fl)
2699{
2700}
2701
Eric Paris7b41b172008-04-23 14:10:25 -04002702static inline void security_sock_graft(struct sock *sk, struct socket *parent)
Venkat Yekkirala4237c752006-07-24 23:32:50 -07002703{
2704}
2705
2706static inline int security_inet_conn_request(struct sock *sk,
2707 struct sk_buff *skb, struct request_sock *req)
2708{
2709 return 0;
2710}
2711
2712static inline void security_inet_csk_clone(struct sock *newsk,
2713 const struct request_sock *req)
2714{
2715}
Venkat Yekkirala6b877692006-11-08 17:04:09 -06002716
2717static inline void security_inet_conn_established(struct sock *sk,
2718 struct sk_buff *skb)
2719{
2720}
Paul Moore2b980db2009-08-28 18:12:43 -04002721
Eric Paris2606fd12010-10-13 16:24:41 -04002722static inline int security_secmark_relabel_packet(u32 secid)
2723{
2724 return 0;
2725}
2726
2727static inline void security_secmark_refcount_inc(void)
2728{
2729}
2730
2731static inline void security_secmark_refcount_dec(void)
2732{
2733}
2734
Paul Moore2b980db2009-08-28 18:12:43 -04002735static inline int security_tun_dev_create(void)
2736{
2737 return 0;
2738}
2739
2740static inline void security_tun_dev_post_create(struct sock *sk)
2741{
2742}
2743
2744static inline int security_tun_dev_attach(struct sock *sk)
2745{
2746 return 0;
2747}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748#endif /* CONFIG_SECURITY_NETWORK */
2749
Trent Jaegerdf718372005-12-13 23:12:27 -08002750#ifdef CONFIG_SECURITY_NETWORK_XFRM
Venkat Yekkiralacb969f02006-07-24 23:32:20 -07002751
Paul Moore03e1ad72008-04-12 19:07:52 -07002752int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, struct xfrm_user_sec_ctx *sec_ctx);
2753int security_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, struct xfrm_sec_ctx **new_ctxp);
2754void security_xfrm_policy_free(struct xfrm_sec_ctx *ctx);
2755int security_xfrm_policy_delete(struct xfrm_sec_ctx *ctx);
James Morris20510f22007-10-16 23:31:32 -07002756int security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx);
2757int security_xfrm_state_alloc_acquire(struct xfrm_state *x,
2758 struct xfrm_sec_ctx *polsec, u32 secid);
2759int security_xfrm_state_delete(struct xfrm_state *x);
2760void security_xfrm_state_free(struct xfrm_state *x);
Paul Moore03e1ad72008-04-12 19:07:52 -07002761int security_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir);
James Morris20510f22007-10-16 23:31:32 -07002762int security_xfrm_state_pol_flow_match(struct xfrm_state *x,
David S. Millere33f7702011-02-22 18:13:15 -08002763 struct xfrm_policy *xp,
2764 const struct flowi *fl);
James Morris20510f22007-10-16 23:31:32 -07002765int security_xfrm_decode_session(struct sk_buff *skb, u32 *secid);
2766void security_skb_classify_flow(struct sk_buff *skb, struct flowi *fl);
Trent Jaegerdf718372005-12-13 23:12:27 -08002767
Trent Jaegerdf718372005-12-13 23:12:27 -08002768#else /* CONFIG_SECURITY_NETWORK_XFRM */
James Morris20510f22007-10-16 23:31:32 -07002769
Paul Moore03e1ad72008-04-12 19:07:52 -07002770static inline int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, struct xfrm_user_sec_ctx *sec_ctx)
Trent Jaegerdf718372005-12-13 23:12:27 -08002771{
2772 return 0;
2773}
2774
Paul Moore03e1ad72008-04-12 19:07:52 -07002775static inline int security_xfrm_policy_clone(struct xfrm_sec_ctx *old, struct xfrm_sec_ctx **new_ctxp)
Trent Jaegerdf718372005-12-13 23:12:27 -08002776{
2777 return 0;
2778}
2779
Paul Moore03e1ad72008-04-12 19:07:52 -07002780static inline void security_xfrm_policy_free(struct xfrm_sec_ctx *ctx)
Trent Jaegerdf718372005-12-13 23:12:27 -08002781{
2782}
2783
Paul Moore03e1ad72008-04-12 19:07:52 -07002784static inline int security_xfrm_policy_delete(struct xfrm_sec_ctx *ctx)
Catherine Zhangc8c05a82006-06-08 23:39:49 -07002785{
2786 return 0;
2787}
2788
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07002789static inline int security_xfrm_state_alloc(struct xfrm_state *x,
2790 struct xfrm_user_sec_ctx *sec_ctx)
2791{
2792 return 0;
2793}
2794
2795static inline int security_xfrm_state_alloc_acquire(struct xfrm_state *x,
2796 struct xfrm_sec_ctx *polsec, u32 secid)
Trent Jaegerdf718372005-12-13 23:12:27 -08002797{
2798 return 0;
2799}
2800
2801static inline void security_xfrm_state_free(struct xfrm_state *x)
2802{
2803}
2804
David S. Miller6f68dc32006-06-08 23:58:52 -07002805static inline int security_xfrm_state_delete(struct xfrm_state *x)
Catherine Zhangc8c05a82006-06-08 23:39:49 -07002806{
2807 return 0;
2808}
2809
Paul Moore03e1ad72008-04-12 19:07:52 -07002810static inline int security_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir)
Trent Jaegerdf718372005-12-13 23:12:27 -08002811{
2812 return 0;
2813}
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07002814
2815static inline int security_xfrm_state_pol_flow_match(struct xfrm_state *x,
David S. Millere33f7702011-02-22 18:13:15 -08002816 struct xfrm_policy *xp, const struct flowi *fl)
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07002817{
2818 return 1;
2819}
2820
Venkat Yekkiralabeb8d132006-08-04 23:12:42 -07002821static inline int security_xfrm_decode_session(struct sk_buff *skb, u32 *secid)
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07002822{
2823 return 0;
2824}
2825
Venkat Yekkiralabeb8d132006-08-04 23:12:42 -07002826static inline void security_skb_classify_flow(struct sk_buff *skb, struct flowi *fl)
2827{
2828}
2829
Trent Jaegerdf718372005-12-13 23:12:27 -08002830#endif /* CONFIG_SECURITY_NETWORK_XFRM */
2831
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002832#ifdef CONFIG_SECURITY_PATH
2833int security_path_unlink(struct path *dir, struct dentry *dentry);
Al Viro4572bef2011-11-21 14:56:21 -05002834int security_path_mkdir(struct path *dir, struct dentry *dentry, umode_t mode);
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002835int security_path_rmdir(struct path *dir, struct dentry *dentry);
Al Viro04fc66e2011-11-21 14:58:38 -05002836int security_path_mknod(struct path *dir, struct dentry *dentry, umode_t mode,
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002837 unsigned int dev);
Tetsuo Handaea0d3ab2010-06-02 13:24:43 +09002838int security_path_truncate(struct path *path);
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002839int security_path_symlink(struct path *dir, struct dentry *dentry,
2840 const char *old_name);
2841int security_path_link(struct dentry *old_dentry, struct path *new_dir,
2842 struct dentry *new_dentry);
2843int security_path_rename(struct path *old_dir, struct dentry *old_dentry,
2844 struct path *new_dir, struct dentry *new_dentry);
Al Virocdcf1162011-12-08 10:51:53 -05002845int security_path_chmod(struct path *path, umode_t mode);
Tetsuo Handa89eda062009-10-04 21:49:47 +09002846int security_path_chown(struct path *path, uid_t uid, gid_t gid);
Tetsuo Handa8b8efb42009-10-04 21:49:48 +09002847int security_path_chroot(struct path *path);
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002848#else /* CONFIG_SECURITY_PATH */
2849static inline int security_path_unlink(struct path *dir, struct dentry *dentry)
2850{
2851 return 0;
2852}
2853
2854static inline int security_path_mkdir(struct path *dir, struct dentry *dentry,
Al Viro4572bef2011-11-21 14:56:21 -05002855 umode_t mode)
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002856{
2857 return 0;
2858}
2859
2860static inline int security_path_rmdir(struct path *dir, struct dentry *dentry)
2861{
2862 return 0;
2863}
2864
2865static inline int security_path_mknod(struct path *dir, struct dentry *dentry,
Al Viro04fc66e2011-11-21 14:58:38 -05002866 umode_t mode, unsigned int dev)
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002867{
2868 return 0;
2869}
2870
Tetsuo Handaea0d3ab2010-06-02 13:24:43 +09002871static inline int security_path_truncate(struct path *path)
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002872{
2873 return 0;
2874}
2875
2876static inline int security_path_symlink(struct path *dir, struct dentry *dentry,
2877 const char *old_name)
2878{
2879 return 0;
2880}
2881
2882static inline int security_path_link(struct dentry *old_dentry,
2883 struct path *new_dir,
2884 struct dentry *new_dentry)
2885{
2886 return 0;
2887}
2888
2889static inline int security_path_rename(struct path *old_dir,
2890 struct dentry *old_dentry,
2891 struct path *new_dir,
2892 struct dentry *new_dentry)
2893{
2894 return 0;
2895}
Tetsuo Handa89eda062009-10-04 21:49:47 +09002896
Al Virocdcf1162011-12-08 10:51:53 -05002897static inline int security_path_chmod(struct path *path, umode_t mode)
Tetsuo Handa89eda062009-10-04 21:49:47 +09002898{
2899 return 0;
2900}
2901
2902static inline int security_path_chown(struct path *path, uid_t uid, gid_t gid)
2903{
2904 return 0;
2905}
Tetsuo Handa8b8efb42009-10-04 21:49:48 +09002906
2907static inline int security_path_chroot(struct path *path)
2908{
2909 return 0;
2910}
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002911#endif /* CONFIG_SECURITY_PATH */
2912
David Howells29db9192005-10-30 15:02:44 -08002913#ifdef CONFIG_KEYS
2914#ifdef CONFIG_SECURITY
David Howells29db9192005-10-30 15:02:44 -08002915
David Howellsd84f4f92008-11-14 10:39:23 +11002916int security_key_alloc(struct key *key, const struct cred *cred, unsigned long flags);
James Morris20510f22007-10-16 23:31:32 -07002917void security_key_free(struct key *key);
2918int security_key_permission(key_ref_t key_ref,
David Howellsd84f4f92008-11-14 10:39:23 +11002919 const struct cred *cred, key_perm_t perm);
David Howells70a5bb72008-04-29 01:01:26 -07002920int security_key_getsecurity(struct key *key, char **_buffer);
David Howells29db9192005-10-30 15:02:44 -08002921
2922#else
2923
Michael LeMayd7200242006-06-22 14:47:17 -07002924static inline int security_key_alloc(struct key *key,
David Howellsd84f4f92008-11-14 10:39:23 +11002925 const struct cred *cred,
David Howells7e047ef2006-06-26 00:24:50 -07002926 unsigned long flags)
David Howells29db9192005-10-30 15:02:44 -08002927{
2928 return 0;
2929}
2930
2931static inline void security_key_free(struct key *key)
2932{
2933}
2934
2935static inline int security_key_permission(key_ref_t key_ref,
David Howellsd84f4f92008-11-14 10:39:23 +11002936 const struct cred *cred,
David Howells29db9192005-10-30 15:02:44 -08002937 key_perm_t perm)
2938{
2939 return 0;
2940}
2941
David Howells70a5bb72008-04-29 01:01:26 -07002942static inline int security_key_getsecurity(struct key *key, char **_buffer)
2943{
2944 *_buffer = NULL;
2945 return 0;
2946}
2947
David Howells29db9192005-10-30 15:02:44 -08002948#endif
2949#endif /* CONFIG_KEYS */
2950
Ahmed S. Darwish03d37d22008-03-01 22:00:05 +02002951#ifdef CONFIG_AUDIT
2952#ifdef CONFIG_SECURITY
2953int security_audit_rule_init(u32 field, u32 op, char *rulestr, void **lsmrule);
2954int security_audit_rule_known(struct audit_krule *krule);
2955int security_audit_rule_match(u32 secid, u32 field, u32 op, void *lsmrule,
2956 struct audit_context *actx);
2957void security_audit_rule_free(void *lsmrule);
2958
2959#else
2960
2961static inline int security_audit_rule_init(u32 field, u32 op, char *rulestr,
2962 void **lsmrule)
2963{
2964 return 0;
2965}
2966
2967static inline int security_audit_rule_known(struct audit_krule *krule)
2968{
2969 return 0;
2970}
2971
2972static inline int security_audit_rule_match(u32 secid, u32 field, u32 op,
2973 void *lsmrule, struct audit_context *actx)
2974{
2975 return 0;
2976}
2977
2978static inline void security_audit_rule_free(void *lsmrule)
2979{ }
2980
2981#endif /* CONFIG_SECURITY */
2982#endif /* CONFIG_AUDIT */
2983
Eric Parisda318942008-08-22 11:35:57 -04002984#ifdef CONFIG_SECURITYFS
2985
Al Viro52ef0c02011-07-26 04:30:04 -04002986extern struct dentry *securityfs_create_file(const char *name, umode_t mode,
Eric Parisda318942008-08-22 11:35:57 -04002987 struct dentry *parent, void *data,
2988 const struct file_operations *fops);
2989extern struct dentry *securityfs_create_dir(const char *name, struct dentry *parent);
2990extern void securityfs_remove(struct dentry *dentry);
2991
2992#else /* CONFIG_SECURITYFS */
2993
2994static inline struct dentry *securityfs_create_dir(const char *name,
2995 struct dentry *parent)
2996{
2997 return ERR_PTR(-ENODEV);
2998}
2999
3000static inline struct dentry *securityfs_create_file(const char *name,
Al Viro52ef0c02011-07-26 04:30:04 -04003001 umode_t mode,
Eric Parisda318942008-08-22 11:35:57 -04003002 struct dentry *parent,
3003 void *data,
3004 const struct file_operations *fops)
3005{
3006 return ERR_PTR(-ENODEV);
3007}
3008
3009static inline void securityfs_remove(struct dentry *dentry)
3010{}
3011
3012#endif
3013
Pekka Enberg3d544f42009-03-24 11:59:23 +02003014#ifdef CONFIG_SECURITY
3015
3016static inline char *alloc_secdata(void)
3017{
3018 return (char *)get_zeroed_page(GFP_KERNEL);
3019}
3020
3021static inline void free_secdata(void *secdata)
3022{
3023 free_page((unsigned long)secdata);
3024}
3025
3026#else
3027
3028static inline char *alloc_secdata(void)
3029{
3030 return (char *)1;
3031}
3032
3033static inline void free_secdata(void *secdata)
3034{ }
3035#endif /* CONFIG_SECURITY */
3036
Linus Torvalds1da177e2005-04-16 15:20:36 -07003037#endif /* ! __LINUX_SECURITY_H */
3038