blob: 2fefad6d27a057158a360a2b2e1953208ea547e1 [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_mm(struct mm_struct *mm, long pages);
David Howellsa6f76f22008-11-14 10:39:24 +11001683int security_bprm_set_creds(struct linux_binprm *bprm);
James Morris20510f22007-10-16 23:31:32 -07001684int security_bprm_check(struct linux_binprm *bprm);
David Howellsa6f76f22008-11-14 10:39:24 +11001685void security_bprm_committing_creds(struct linux_binprm *bprm);
1686void security_bprm_committed_creds(struct linux_binprm *bprm);
James Morris20510f22007-10-16 23:31:32 -07001687int security_bprm_secureexec(struct linux_binprm *bprm);
1688int security_sb_alloc(struct super_block *sb);
1689void security_sb_free(struct super_block *sb);
Eric Parise0007522008-03-05 10:31:54 -05001690int security_sb_copy_data(char *orig, char *copy);
Eric Parisff36fe22011-03-03 16:09:14 -05001691int security_sb_remount(struct super_block *sb, void *data);
James Morris12204e22008-12-19 10:44:42 +11001692int security_sb_kern_mount(struct super_block *sb, int flags, void *data);
Eric Paris2069f452008-07-04 09:47:13 +10001693int security_sb_show_options(struct seq_file *m, struct super_block *sb);
James Morris20510f22007-10-16 23:31:32 -07001694int security_sb_statfs(struct dentry *dentry);
Al Virob5266eb2008-03-22 17:48:24 -04001695int security_sb_mount(char *dev_name, struct path *path,
Eric Paris7b41b172008-04-23 14:10:25 -04001696 char *type, unsigned long flags, void *data);
James Morris20510f22007-10-16 23:31:32 -07001697int security_sb_umount(struct vfsmount *mnt, int flags);
Al Virob5266eb2008-03-22 17:48:24 -04001698int security_sb_pivotroot(struct path *old_path, struct path *new_path);
Eric Parise0007522008-03-05 10:31:54 -05001699int security_sb_set_mnt_opts(struct super_block *sb, struct security_mnt_opts *opts);
Eric Parisc9180a52007-11-30 13:00:35 -05001700void security_sb_clone_mnt_opts(const struct super_block *oldsb,
1701 struct super_block *newsb);
Eric Parise0007522008-03-05 10:31:54 -05001702int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts);
Eric Parisc9180a52007-11-30 13:00:35 -05001703
James Morris20510f22007-10-16 23:31:32 -07001704int security_inode_alloc(struct inode *inode);
1705void security_inode_free(struct inode *inode);
1706int security_inode_init_security(struct inode *inode, struct inode *dir,
Mimi Zohar9d8f13b2011-06-06 15:29:25 -04001707 const struct qstr *qstr,
1708 initxattrs initxattrs, void *fs_data);
1709int security_old_inode_init_security(struct inode *inode, struct inode *dir,
1710 const struct qstr *qstr, char **name,
1711 void **value, size_t *len);
Al Viro4acdaf22011-07-26 01:42:34 -04001712int security_inode_create(struct inode *dir, struct dentry *dentry, umode_t mode);
James Morris20510f22007-10-16 23:31:32 -07001713int security_inode_link(struct dentry *old_dentry, struct inode *dir,
1714 struct dentry *new_dentry);
1715int security_inode_unlink(struct inode *dir, struct dentry *dentry);
1716int security_inode_symlink(struct inode *dir, struct dentry *dentry,
Eric Paris7b41b172008-04-23 14:10:25 -04001717 const char *old_name);
Al Viro18bb1db2011-07-26 01:41:39 -04001718int security_inode_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode);
James Morris20510f22007-10-16 23:31:32 -07001719int security_inode_rmdir(struct inode *dir, struct dentry *dentry);
Al Viro1a67aaf2011-07-26 01:52:52 -04001720int security_inode_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev);
James Morris20510f22007-10-16 23:31:32 -07001721int security_inode_rename(struct inode *old_dir, struct dentry *old_dentry,
Eric Paris7b41b172008-04-23 14:10:25 -04001722 struct inode *new_dir, struct dentry *new_dentry);
James Morris20510f22007-10-16 23:31:32 -07001723int security_inode_readlink(struct dentry *dentry);
1724int security_inode_follow_link(struct dentry *dentry, struct nameidata *nd);
Al Virob77b0642008-07-17 09:37:02 -04001725int security_inode_permission(struct inode *inode, int mask);
James Morris20510f22007-10-16 23:31:32 -07001726int security_inode_setattr(struct dentry *dentry, struct iattr *attr);
1727int security_inode_getattr(struct vfsmount *mnt, struct dentry *dentry);
David Howells8f0cfa52008-04-29 00:59:41 -07001728int security_inode_setxattr(struct dentry *dentry, const char *name,
1729 const void *value, size_t size, int flags);
1730void security_inode_post_setxattr(struct dentry *dentry, const char *name,
1731 const void *value, size_t size, int flags);
1732int security_inode_getxattr(struct dentry *dentry, const char *name);
James Morris20510f22007-10-16 23:31:32 -07001733int security_inode_listxattr(struct dentry *dentry);
David Howells8f0cfa52008-04-29 00:59:41 -07001734int security_inode_removexattr(struct dentry *dentry, const char *name);
Serge E. Hallynb5376772007-10-16 23:31:36 -07001735int security_inode_need_killpriv(struct dentry *dentry);
1736int security_inode_killpriv(struct dentry *dentry);
David P. Quigley42492592008-02-04 22:29:39 -08001737int security_inode_getsecurity(const struct inode *inode, const char *name, void **buffer, bool alloc);
James Morris20510f22007-10-16 23:31:32 -07001738int security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags);
1739int security_inode_listsecurity(struct inode *inode, char *buffer, size_t buffer_size);
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02001740void security_inode_getsecid(const struct inode *inode, u32 *secid);
James Morris20510f22007-10-16 23:31:32 -07001741int security_file_permission(struct file *file, int mask);
1742int security_file_alloc(struct file *file);
1743void security_file_free(struct file *file);
1744int security_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
1745int security_file_mmap(struct file *file, unsigned long reqprot,
1746 unsigned long prot, unsigned long flags,
1747 unsigned long addr, unsigned long addr_only);
1748int security_file_mprotect(struct vm_area_struct *vma, unsigned long reqprot,
Eric Paris7b41b172008-04-23 14:10:25 -04001749 unsigned long prot);
James Morris20510f22007-10-16 23:31:32 -07001750int security_file_lock(struct file *file, unsigned int cmd);
1751int security_file_fcntl(struct file *file, unsigned int cmd, unsigned long arg);
1752int security_file_set_fowner(struct file *file);
1753int security_file_send_sigiotask(struct task_struct *tsk,
Eric Paris7b41b172008-04-23 14:10:25 -04001754 struct fown_struct *fown, int sig);
James Morris20510f22007-10-16 23:31:32 -07001755int security_file_receive(struct file *file);
David Howells745ca242008-11-14 10:39:22 +11001756int security_dentry_open(struct file *file, const struct cred *cred);
James Morris20510f22007-10-16 23:31:32 -07001757int security_task_create(unsigned long clone_flags);
Kees Cook1a2a4d02011-12-21 12:17:03 -08001758void security_task_free(struct task_struct *task);
David Howellsee18d642009-09-02 09:14:21 +01001759int security_cred_alloc_blank(struct cred *cred, gfp_t gfp);
David Howellsf1752ee2008-11-14 10:39:17 +11001760void security_cred_free(struct cred *cred);
David Howellsd84f4f92008-11-14 10:39:23 +11001761int security_prepare_creds(struct cred *new, const struct cred *old, gfp_t gfp);
David Howellsee18d642009-09-02 09:14:21 +01001762void security_transfer_creds(struct cred *new, const struct cred *old);
David Howells3a3b7ce2008-11-14 10:39:28 +11001763int security_kernel_act_as(struct cred *new, u32 secid);
1764int security_kernel_create_files_as(struct cred *new, struct inode *inode);
Eric Parisdd8dbf22009-11-03 16:35:32 +11001765int security_kernel_module_request(char *kmod_name);
David Howellsd84f4f92008-11-14 10:39:23 +11001766int security_task_fix_setuid(struct cred *new, const struct cred *old,
1767 int flags);
James Morris20510f22007-10-16 23:31:32 -07001768int security_task_setpgid(struct task_struct *p, pid_t pgid);
1769int security_task_getpgid(struct task_struct *p);
1770int security_task_getsid(struct task_struct *p);
1771void security_task_getsecid(struct task_struct *p, u32 *secid);
James Morris20510f22007-10-16 23:31:32 -07001772int security_task_setnice(struct task_struct *p, int nice);
1773int security_task_setioprio(struct task_struct *p, int ioprio);
1774int security_task_getioprio(struct task_struct *p);
Jiri Slaby8fd00b42009-08-26 18:41:16 +02001775int security_task_setrlimit(struct task_struct *p, unsigned int resource,
1776 struct rlimit *new_rlim);
KOSAKI Motohirob0ae1982010-10-15 04:21:18 +09001777int security_task_setscheduler(struct task_struct *p);
James Morris20510f22007-10-16 23:31:32 -07001778int security_task_getscheduler(struct task_struct *p);
1779int security_task_movememory(struct task_struct *p);
1780int security_task_kill(struct task_struct *p, struct siginfo *info,
1781 int sig, u32 secid);
1782int security_task_wait(struct task_struct *p);
1783int security_task_prctl(int option, unsigned long arg2, unsigned long arg3,
David Howellsd84f4f92008-11-14 10:39:23 +11001784 unsigned long arg4, unsigned long arg5);
James Morris20510f22007-10-16 23:31:32 -07001785void security_task_to_inode(struct task_struct *p, struct inode *inode);
1786int security_ipc_permission(struct kern_ipc_perm *ipcp, short flag);
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02001787void security_ipc_getsecid(struct kern_ipc_perm *ipcp, u32 *secid);
James Morris20510f22007-10-16 23:31:32 -07001788int security_msg_msg_alloc(struct msg_msg *msg);
1789void security_msg_msg_free(struct msg_msg *msg);
1790int security_msg_queue_alloc(struct msg_queue *msq);
1791void security_msg_queue_free(struct msg_queue *msq);
1792int security_msg_queue_associate(struct msg_queue *msq, int msqflg);
1793int security_msg_queue_msgctl(struct msg_queue *msq, int cmd);
1794int security_msg_queue_msgsnd(struct msg_queue *msq,
Eric Paris7b41b172008-04-23 14:10:25 -04001795 struct msg_msg *msg, int msqflg);
James Morris20510f22007-10-16 23:31:32 -07001796int security_msg_queue_msgrcv(struct msg_queue *msq, struct msg_msg *msg,
Eric Paris7b41b172008-04-23 14:10:25 -04001797 struct task_struct *target, long type, int mode);
James Morris20510f22007-10-16 23:31:32 -07001798int security_shm_alloc(struct shmid_kernel *shp);
1799void security_shm_free(struct shmid_kernel *shp);
1800int security_shm_associate(struct shmid_kernel *shp, int shmflg);
1801int security_shm_shmctl(struct shmid_kernel *shp, int cmd);
1802int security_shm_shmat(struct shmid_kernel *shp, char __user *shmaddr, int shmflg);
1803int security_sem_alloc(struct sem_array *sma);
1804void security_sem_free(struct sem_array *sma);
1805int security_sem_associate(struct sem_array *sma, int semflg);
1806int security_sem_semctl(struct sem_array *sma, int cmd);
1807int security_sem_semop(struct sem_array *sma, struct sembuf *sops,
1808 unsigned nsops, int alter);
Eric Paris7b41b172008-04-23 14:10:25 -04001809void security_d_instantiate(struct dentry *dentry, struct inode *inode);
James Morris20510f22007-10-16 23:31:32 -07001810int security_getprocattr(struct task_struct *p, char *name, char **value);
1811int security_setprocattr(struct task_struct *p, char *name, void *value, size_t size);
1812int security_netlink_send(struct sock *sk, struct sk_buff *skb);
James Morris20510f22007-10-16 23:31:32 -07001813int security_secid_to_secctx(u32 secid, char **secdata, u32 *seclen);
David Howells7bf570d2008-04-29 20:52:51 +01001814int security_secctx_to_secid(const char *secdata, u32 seclen, u32 *secid);
James Morris20510f22007-10-16 23:31:32 -07001815void security_release_secctx(char *secdata, u32 seclen);
1816
David P. Quigley1ee65e32009-09-03 14:25:57 -04001817int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen);
1818int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen);
1819int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820#else /* CONFIG_SECURITY */
Eric Parise0007522008-03-05 10:31:54 -05001821struct security_mnt_opts {
1822};
1823
1824static inline void security_init_mnt_opts(struct security_mnt_opts *opts)
1825{
1826}
1827
1828static inline void security_free_mnt_opts(struct security_mnt_opts *opts)
1829{
1830}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831
1832/*
1833 * This is the default capabilities functionality. Most of these functions
1834 * are just stubbed out, but a few must call the proper capable code.
1835 */
1836
1837static inline int security_init(void)
1838{
1839 return 0;
1840}
1841
Ingo Molnar9e488582009-05-07 19:26:19 +10001842static inline int security_ptrace_access_check(struct task_struct *child,
David Howells5cd9c582008-08-14 11:37:28 +01001843 unsigned int mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844{
Ingo Molnar9e488582009-05-07 19:26:19 +10001845 return cap_ptrace_access_check(child, mode);
David Howells5cd9c582008-08-14 11:37:28 +01001846}
1847
Alexander Beregalov5e186b52008-08-17 05:34:20 +04001848static inline int security_ptrace_traceme(struct task_struct *parent)
David Howells5cd9c582008-08-14 11:37:28 +01001849{
1850 return cap_ptrace_traceme(parent);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851}
1852
Eric Paris7b41b172008-04-23 14:10:25 -04001853static inline int security_capget(struct task_struct *target,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854 kernel_cap_t *effective,
1855 kernel_cap_t *inheritable,
1856 kernel_cap_t *permitted)
1857{
Eric Paris7b41b172008-04-23 14:10:25 -04001858 return cap_capget(target, effective, inheritable, permitted);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859}
1860
David Howellsd84f4f92008-11-14 10:39:23 +11001861static inline int security_capset(struct cred *new,
1862 const struct cred *old,
1863 const kernel_cap_t *effective,
1864 const kernel_cap_t *inheritable,
1865 const kernel_cap_t *permitted)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001866{
David Howellsd84f4f92008-11-14 10:39:23 +11001867 return cap_capset(new, old, effective, inheritable, permitted);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868}
1869
Eric Parisb7e724d2012-01-03 12:25:15 -05001870static inline int security_capable(const struct cred *cred,
1871 struct user_namespace *ns, int cap)
Chris Wright12b59892006-03-25 03:07:41 -08001872{
Eric Paris6a9de492012-01-03 12:25:14 -05001873 return cap_capable(cred, ns, cap, SECURITY_CAP_AUDIT);
Eric Paris06112162008-11-11 22:02:50 +11001874}
1875
Eric Parisc7eba4a2012-01-03 12:25:15 -05001876static inline int security_capable_noaudit(const struct cred *cred,
1877 struct user_namespace *ns, int cap) {
1878 return cap_capable(cred, ns, cap, SECURITY_CAP_NOAUDIT);
Chris Wright12b59892006-03-25 03:07:41 -08001879}
1880
Eric Paris7b41b172008-04-23 14:10:25 -04001881static inline int security_quotactl(int cmds, int type, int id,
1882 struct super_block *sb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883{
1884 return 0;
1885}
1886
Eric Paris7b41b172008-04-23 14:10:25 -04001887static inline int security_quota_on(struct dentry *dentry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888{
1889 return 0;
1890}
1891
Eric Paris12b30522010-11-15 18:36:29 -05001892static inline int security_syslog(int type)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893{
Eric Paris12b30522010-11-15 18:36:29 -05001894 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895}
1896
Richard Cochran1e6d7672011-02-01 13:50:58 +00001897static inline int security_settime(const struct timespec *ts,
1898 const struct timezone *tz)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899{
1900 return cap_settime(ts, tz);
1901}
1902
Alan Cox34b4e4a2007-08-22 14:01:28 -07001903static inline int security_vm_enough_memory_mm(struct mm_struct *mm, long pages)
1904{
1905 return cap_vm_enough_memory(mm, pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906}
1907
David Howellsa6f76f22008-11-14 10:39:24 +11001908static inline int security_bprm_set_creds(struct linux_binprm *bprm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909{
David Howellsa6f76f22008-11-14 10:39:24 +11001910 return cap_bprm_set_creds(bprm);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911}
1912
Eric Paris7b41b172008-04-23 14:10:25 -04001913static inline int security_bprm_check(struct linux_binprm *bprm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001914{
1915 return 0;
1916}
1917
David Howellsa6f76f22008-11-14 10:39:24 +11001918static inline void security_bprm_committing_creds(struct linux_binprm *bprm)
1919{
1920}
1921
1922static inline void security_bprm_committed_creds(struct linux_binprm *bprm)
1923{
1924}
1925
Eric Paris7b41b172008-04-23 14:10:25 -04001926static inline int security_bprm_secureexec(struct linux_binprm *bprm)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001927{
1928 return cap_bprm_secureexec(bprm);
1929}
1930
Eric Paris7b41b172008-04-23 14:10:25 -04001931static inline int security_sb_alloc(struct super_block *sb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932{
1933 return 0;
1934}
1935
Eric Paris7b41b172008-04-23 14:10:25 -04001936static inline void security_sb_free(struct super_block *sb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937{ }
1938
Eric Paris7b41b172008-04-23 14:10:25 -04001939static inline int security_sb_copy_data(char *orig, char *copy)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940{
1941 return 0;
1942}
1943
Eric Parisff36fe22011-03-03 16:09:14 -05001944static inline int security_sb_remount(struct super_block *sb, void *data)
1945{
1946 return 0;
1947}
1948
James Morris12204e22008-12-19 10:44:42 +11001949static inline int security_sb_kern_mount(struct super_block *sb, int flags, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950{
1951 return 0;
1952}
1953
Eric Paris2069f452008-07-04 09:47:13 +10001954static inline int security_sb_show_options(struct seq_file *m,
1955 struct super_block *sb)
1956{
1957 return 0;
1958}
1959
Eric Paris7b41b172008-04-23 14:10:25 -04001960static inline int security_sb_statfs(struct dentry *dentry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001961{
1962 return 0;
1963}
1964
Eric Paris7b41b172008-04-23 14:10:25 -04001965static inline int security_sb_mount(char *dev_name, struct path *path,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966 char *type, unsigned long flags,
1967 void *data)
1968{
1969 return 0;
1970}
1971
Eric Paris7b41b172008-04-23 14:10:25 -04001972static inline int security_sb_umount(struct vfsmount *mnt, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973{
1974 return 0;
1975}
1976
Eric Paris7b41b172008-04-23 14:10:25 -04001977static inline int security_sb_pivotroot(struct path *old_path,
1978 struct path *new_path)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979{
1980 return 0;
1981}
1982
Eric Parise0007522008-03-05 10:31:54 -05001983static inline int security_sb_set_mnt_opts(struct super_block *sb,
1984 struct security_mnt_opts *opts)
1985{
1986 return 0;
1987}
1988
1989static inline void security_sb_clone_mnt_opts(const struct super_block *oldsb,
1990 struct super_block *newsb)
1991{ }
1992
1993static inline int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts)
1994{
1995 return 0;
1996}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001997
Eric Paris7b41b172008-04-23 14:10:25 -04001998static inline int security_inode_alloc(struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999{
2000 return 0;
2001}
2002
Eric Paris7b41b172008-04-23 14:10:25 -04002003static inline void security_inode_free(struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004{ }
Stephen Smalley5e41ff92005-09-09 13:01:35 -07002005
Eric Paris7b41b172008-04-23 14:10:25 -04002006static inline int security_inode_init_security(struct inode *inode,
Stephen Smalley5e41ff92005-09-09 13:01:35 -07002007 struct inode *dir,
Eric Paris2a7dba32011-02-01 11:05:39 -05002008 const struct qstr *qstr,
Andrew Morton1933ca82011-11-15 15:11:44 -08002009 const initxattrs initxattrs,
Mimi Zohar9d8f13b2011-06-06 15:29:25 -04002010 void *fs_data)
Stephen Smalley5e41ff92005-09-09 13:01:35 -07002011{
Mimi Zohar1e39f382011-08-15 09:09:16 -04002012 return 0;
Stephen Smalley5e41ff92005-09-09 13:01:35 -07002013}
Eric Paris7b41b172008-04-23 14:10:25 -04002014
Mimi Zohar1e39f382011-08-15 09:09:16 -04002015static inline int security_old_inode_init_security(struct inode *inode,
2016 struct inode *dir,
2017 const struct qstr *qstr,
2018 char **name, void **value,
2019 size_t *len)
Mimi Zohare1c9b232011-08-11 00:22:51 -04002020{
Jan Kara30e05322012-01-03 13:14:29 +01002021 return -EOPNOTSUPP;
Mimi Zohare1c9b232011-08-11 00:22:51 -04002022}
2023
Eric Paris7b41b172008-04-23 14:10:25 -04002024static inline int security_inode_create(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025 struct dentry *dentry,
Al Viro4acdaf22011-07-26 01:42:34 -04002026 umode_t mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002027{
2028 return 0;
2029}
2030
Eric Paris7b41b172008-04-23 14:10:25 -04002031static inline int security_inode_link(struct dentry *old_dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 struct inode *dir,
2033 struct dentry *new_dentry)
2034{
2035 return 0;
2036}
2037
Eric Paris7b41b172008-04-23 14:10:25 -04002038static inline int security_inode_unlink(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002039 struct dentry *dentry)
2040{
2041 return 0;
2042}
2043
Eric Paris7b41b172008-04-23 14:10:25 -04002044static inline int security_inode_symlink(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045 struct dentry *dentry,
2046 const char *old_name)
2047{
2048 return 0;
2049}
2050
Eric Paris7b41b172008-04-23 14:10:25 -04002051static inline int security_inode_mkdir(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052 struct dentry *dentry,
2053 int mode)
2054{
2055 return 0;
2056}
2057
Eric Paris7b41b172008-04-23 14:10:25 -04002058static inline int security_inode_rmdir(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059 struct dentry *dentry)
2060{
2061 return 0;
2062}
2063
Eric Paris7b41b172008-04-23 14:10:25 -04002064static inline int security_inode_mknod(struct inode *dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065 struct dentry *dentry,
2066 int mode, dev_t dev)
2067{
2068 return 0;
2069}
2070
Eric Paris7b41b172008-04-23 14:10:25 -04002071static inline int security_inode_rename(struct inode *old_dir,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072 struct dentry *old_dentry,
2073 struct inode *new_dir,
2074 struct dentry *new_dentry)
2075{
2076 return 0;
2077}
2078
Eric Paris7b41b172008-04-23 14:10:25 -04002079static inline int security_inode_readlink(struct dentry *dentry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080{
2081 return 0;
2082}
2083
Eric Paris7b41b172008-04-23 14:10:25 -04002084static inline int security_inode_follow_link(struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085 struct nameidata *nd)
2086{
2087 return 0;
2088}
2089
Al Virob77b0642008-07-17 09:37:02 -04002090static inline int security_inode_permission(struct inode *inode, int mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091{
2092 return 0;
2093}
2094
Eric Paris7b41b172008-04-23 14:10:25 -04002095static inline int security_inode_setattr(struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096 struct iattr *attr)
2097{
2098 return 0;
2099}
2100
Eric Paris7b41b172008-04-23 14:10:25 -04002101static inline int security_inode_getattr(struct vfsmount *mnt,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102 struct dentry *dentry)
2103{
2104 return 0;
2105}
2106
David Howells8f0cfa52008-04-29 00:59:41 -07002107static inline int security_inode_setxattr(struct dentry *dentry,
2108 const char *name, const void *value, size_t size, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109{
2110 return cap_inode_setxattr(dentry, name, value, size, flags);
2111}
2112
David Howells8f0cfa52008-04-29 00:59:41 -07002113static inline void security_inode_post_setxattr(struct dentry *dentry,
2114 const char *name, const void *value, size_t size, int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115{ }
2116
David Howells8f0cfa52008-04-29 00:59:41 -07002117static inline int security_inode_getxattr(struct dentry *dentry,
2118 const char *name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119{
2120 return 0;
2121}
2122
Eric Paris7b41b172008-04-23 14:10:25 -04002123static inline int security_inode_listxattr(struct dentry *dentry)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124{
2125 return 0;
2126}
2127
David Howells8f0cfa52008-04-29 00:59:41 -07002128static inline int security_inode_removexattr(struct dentry *dentry,
2129 const char *name)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002130{
2131 return cap_inode_removexattr(dentry, name);
2132}
2133
Serge E. Hallynb5376772007-10-16 23:31:36 -07002134static inline int security_inode_need_killpriv(struct dentry *dentry)
2135{
2136 return cap_inode_need_killpriv(dentry);
2137}
2138
2139static inline int security_inode_killpriv(struct dentry *dentry)
2140{
2141 return cap_inode_killpriv(dentry);
2142}
2143
David P. Quigley42492592008-02-04 22:29:39 -08002144static inline int security_inode_getsecurity(const struct inode *inode, const char *name, void **buffer, bool alloc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145{
2146 return -EOPNOTSUPP;
2147}
2148
2149static inline int security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t size, int flags)
2150{
2151 return -EOPNOTSUPP;
2152}
2153
2154static inline int security_inode_listsecurity(struct inode *inode, char *buffer, size_t buffer_size)
2155{
2156 return 0;
2157}
2158
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02002159static inline void security_inode_getsecid(const struct inode *inode, u32 *secid)
2160{
2161 *secid = 0;
2162}
2163
Eric Paris7b41b172008-04-23 14:10:25 -04002164static inline int security_file_permission(struct file *file, int mask)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165{
2166 return 0;
2167}
2168
Eric Paris7b41b172008-04-23 14:10:25 -04002169static inline int security_file_alloc(struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170{
2171 return 0;
2172}
2173
Eric Paris7b41b172008-04-23 14:10:25 -04002174static inline void security_file_free(struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175{ }
2176
Eric Paris7b41b172008-04-23 14:10:25 -04002177static inline int security_file_ioctl(struct file *file, unsigned int cmd,
2178 unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002179{
2180 return 0;
2181}
2182
Eric Paris7b41b172008-04-23 14:10:25 -04002183static inline int security_file_mmap(struct file *file, unsigned long reqprot,
2184 unsigned long prot,
2185 unsigned long flags,
2186 unsigned long addr,
2187 unsigned long addr_only)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002188{
Eric Paris7c738752009-07-31 12:53:58 -04002189 return cap_file_mmap(file, reqprot, prot, flags, addr, addr_only);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190}
2191
Eric Paris7b41b172008-04-23 14:10:25 -04002192static inline int security_file_mprotect(struct vm_area_struct *vma,
2193 unsigned long reqprot,
2194 unsigned long prot)
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_lock(struct file *file, unsigned int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200{
2201 return 0;
2202}
2203
Eric Paris7b41b172008-04-23 14:10:25 -04002204static inline int security_file_fcntl(struct file *file, unsigned int cmd,
2205 unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206{
2207 return 0;
2208}
2209
Eric Paris7b41b172008-04-23 14:10:25 -04002210static inline int security_file_set_fowner(struct file *file)
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_send_sigiotask(struct task_struct *tsk,
2216 struct fown_struct *fown,
2217 int sig)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218{
2219 return 0;
2220}
2221
Eric Paris7b41b172008-04-23 14:10:25 -04002222static inline int security_file_receive(struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223{
2224 return 0;
2225}
2226
David Howells745ca242008-11-14 10:39:22 +11002227static inline int security_dentry_open(struct file *file,
2228 const struct cred *cred)
Yuichi Nakamura788e7dd2007-09-14 09:27:07 +09002229{
2230 return 0;
2231}
2232
Eric Paris7b41b172008-04-23 14:10:25 -04002233static inline int security_task_create(unsigned long clone_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234{
2235 return 0;
2236}
2237
Kees Cook1a2a4d02011-12-21 12:17:03 -08002238static inline void security_task_free(struct task_struct *task)
2239{ }
2240
David Howells945af7c2009-09-04 09:19:48 +01002241static inline int security_cred_alloc_blank(struct cred *cred, gfp_t gfp)
2242{
2243 return 0;
2244}
David Howellsee18d642009-09-02 09:14:21 +01002245
David Howellsd84f4f92008-11-14 10:39:23 +11002246static inline void security_cred_free(struct cred *cred)
2247{ }
2248
2249static inline int security_prepare_creds(struct cred *new,
2250 const struct cred *old,
2251 gfp_t gfp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252{
2253 return 0;
2254}
2255
David Howellsee18d642009-09-02 09:14:21 +01002256static inline void security_transfer_creds(struct cred *new,
2257 const struct cred *old)
2258{
2259}
2260
David Howells3a3b7ce2008-11-14 10:39:28 +11002261static inline int security_kernel_act_as(struct cred *cred, u32 secid)
2262{
2263 return 0;
2264}
2265
2266static inline int security_kernel_create_files_as(struct cred *cred,
2267 struct inode *inode)
2268{
2269 return 0;
2270}
2271
Eric Parisdd8dbf22009-11-03 16:35:32 +11002272static inline int security_kernel_module_request(char *kmod_name)
Eric Paris91884992009-08-13 09:44:57 -04002273{
2274 return 0;
2275}
2276
David Howellsd84f4f92008-11-14 10:39:23 +11002277static inline int security_task_fix_setuid(struct cred *new,
2278 const struct cred *old,
2279 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280{
David Howellsd84f4f92008-11-14 10:39:23 +11002281 return cap_task_fix_setuid(new, old, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002282}
2283
Eric Paris7b41b172008-04-23 14:10:25 -04002284static inline int security_task_setpgid(struct task_struct *p, pid_t pgid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285{
2286 return 0;
2287}
2288
Eric Paris7b41b172008-04-23 14:10:25 -04002289static inline int security_task_getpgid(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290{
2291 return 0;
2292}
2293
Eric Paris7b41b172008-04-23 14:10:25 -04002294static inline int security_task_getsid(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295{
2296 return 0;
2297}
2298
Eric Paris7b41b172008-04-23 14:10:25 -04002299static inline void security_task_getsecid(struct task_struct *p, u32 *secid)
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02002300{
2301 *secid = 0;
2302}
David Quigleyf9008e42006-06-30 01:55:46 -07002303
Eric Paris7b41b172008-04-23 14:10:25 -04002304static inline int security_task_setnice(struct task_struct *p, int nice)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305{
Serge E. Hallynb5376772007-10-16 23:31:36 -07002306 return cap_task_setnice(p, nice);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002307}
2308
Eric Paris7b41b172008-04-23 14:10:25 -04002309static inline int security_task_setioprio(struct task_struct *p, int ioprio)
James Morris03e68062006-06-23 02:03:58 -07002310{
Serge E. Hallynb5376772007-10-16 23:31:36 -07002311 return cap_task_setioprio(p, ioprio);
James Morris03e68062006-06-23 02:03:58 -07002312}
2313
Eric Paris7b41b172008-04-23 14:10:25 -04002314static inline int security_task_getioprio(struct task_struct *p)
David Quigleya1836a42006-06-30 01:55:49 -07002315{
2316 return 0;
2317}
2318
Jiri Slaby8fd00b42009-08-26 18:41:16 +02002319static inline int security_task_setrlimit(struct task_struct *p,
2320 unsigned int resource,
Eric Paris7b41b172008-04-23 14:10:25 -04002321 struct rlimit *new_rlim)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322{
2323 return 0;
2324}
2325
KOSAKI Motohirob0ae1982010-10-15 04:21:18 +09002326static inline int security_task_setscheduler(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002327{
KOSAKI Motohirob0ae1982010-10-15 04:21:18 +09002328 return cap_task_setscheduler(p);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002329}
2330
Eric Paris7b41b172008-04-23 14:10:25 -04002331static inline int security_task_getscheduler(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002332{
2333 return 0;
2334}
2335
Eric Paris7b41b172008-04-23 14:10:25 -04002336static inline int security_task_movememory(struct task_struct *p)
David Quigley35601542006-06-23 02:04:01 -07002337{
2338 return 0;
2339}
2340
Eric Paris7b41b172008-04-23 14:10:25 -04002341static inline int security_task_kill(struct task_struct *p,
2342 struct siginfo *info, int sig,
2343 u32 secid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344{
Serge Hallynaedb60a2008-02-29 15:14:57 +00002345 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002346}
2347
Eric Paris7b41b172008-04-23 14:10:25 -04002348static inline int security_task_wait(struct task_struct *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349{
2350 return 0;
2351}
2352
Eric Paris7b41b172008-04-23 14:10:25 -04002353static inline int security_task_prctl(int option, unsigned long arg2,
2354 unsigned long arg3,
2355 unsigned long arg4,
David Howellsd84f4f92008-11-14 10:39:23 +11002356 unsigned long arg5)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357{
David Howellsd84f4f92008-11-14 10:39:23 +11002358 return cap_task_prctl(option, arg2, arg3, arg3, arg5);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359}
2360
2361static inline void security_task_to_inode(struct task_struct *p, struct inode *inode)
2362{ }
2363
Eric Paris7b41b172008-04-23 14:10:25 -04002364static inline int security_ipc_permission(struct kern_ipc_perm *ipcp,
2365 short flag)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002366{
2367 return 0;
2368}
2369
Ahmed S. Darwish8a076192008-03-01 21:51:09 +02002370static inline void security_ipc_getsecid(struct kern_ipc_perm *ipcp, u32 *secid)
2371{
2372 *secid = 0;
2373}
2374
Eric Paris7b41b172008-04-23 14:10:25 -04002375static inline int security_msg_msg_alloc(struct msg_msg *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376{
2377 return 0;
2378}
2379
Eric Paris7b41b172008-04-23 14:10:25 -04002380static inline void security_msg_msg_free(struct msg_msg *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381{ }
2382
Eric Paris7b41b172008-04-23 14:10:25 -04002383static inline int security_msg_queue_alloc(struct msg_queue *msq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002384{
2385 return 0;
2386}
2387
Eric Paris7b41b172008-04-23 14:10:25 -04002388static inline void security_msg_queue_free(struct msg_queue *msq)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002389{ }
2390
Eric Paris7b41b172008-04-23 14:10:25 -04002391static inline int security_msg_queue_associate(struct msg_queue *msq,
2392 int msqflg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393{
2394 return 0;
2395}
2396
Eric Paris7b41b172008-04-23 14:10:25 -04002397static inline int security_msg_queue_msgctl(struct msg_queue *msq, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398{
2399 return 0;
2400}
2401
Eric Paris7b41b172008-04-23 14:10:25 -04002402static inline int security_msg_queue_msgsnd(struct msg_queue *msq,
2403 struct msg_msg *msg, int msqflg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002404{
2405 return 0;
2406}
2407
Eric Paris7b41b172008-04-23 14:10:25 -04002408static inline int security_msg_queue_msgrcv(struct msg_queue *msq,
2409 struct msg_msg *msg,
2410 struct task_struct *target,
2411 long type, int mode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412{
2413 return 0;
2414}
2415
Eric Paris7b41b172008-04-23 14:10:25 -04002416static inline int security_shm_alloc(struct shmid_kernel *shp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417{
2418 return 0;
2419}
2420
Eric Paris7b41b172008-04-23 14:10:25 -04002421static inline void security_shm_free(struct shmid_kernel *shp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422{ }
2423
Eric Paris7b41b172008-04-23 14:10:25 -04002424static inline int security_shm_associate(struct shmid_kernel *shp,
2425 int shmflg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426{
2427 return 0;
2428}
2429
Eric Paris7b41b172008-04-23 14:10:25 -04002430static inline int security_shm_shmctl(struct shmid_kernel *shp, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431{
2432 return 0;
2433}
2434
Eric Paris7b41b172008-04-23 14:10:25 -04002435static inline int security_shm_shmat(struct shmid_kernel *shp,
2436 char __user *shmaddr, int shmflg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437{
2438 return 0;
2439}
2440
Eric Paris7b41b172008-04-23 14:10:25 -04002441static inline int security_sem_alloc(struct sem_array *sma)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442{
2443 return 0;
2444}
2445
Eric Paris7b41b172008-04-23 14:10:25 -04002446static inline void security_sem_free(struct sem_array *sma)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447{ }
2448
Eric Paris7b41b172008-04-23 14:10:25 -04002449static inline int security_sem_associate(struct sem_array *sma, int semflg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002450{
2451 return 0;
2452}
2453
Eric Paris7b41b172008-04-23 14:10:25 -04002454static inline int security_sem_semctl(struct sem_array *sma, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455{
2456 return 0;
2457}
2458
Eric Paris7b41b172008-04-23 14:10:25 -04002459static inline int security_sem_semop(struct sem_array *sma,
2460 struct sembuf *sops, unsigned nsops,
2461 int alter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002462{
2463 return 0;
2464}
2465
Eric Paris7b41b172008-04-23 14:10:25 -04002466static inline void security_d_instantiate(struct dentry *dentry, struct inode *inode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467{ }
2468
Al Viro04ff9702007-03-12 16:17:58 +00002469static inline int security_getprocattr(struct task_struct *p, char *name, char **value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470{
2471 return -EINVAL;
2472}
2473
2474static inline int security_setprocattr(struct task_struct *p, char *name, void *value, size_t size)
2475{
2476 return -EINVAL;
2477}
2478
Eric Paris7b41b172008-04-23 14:10:25 -04002479static inline int security_netlink_send(struct sock *sk, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480{
Eric Paris7b41b172008-04-23 14:10:25 -04002481 return cap_netlink_send(sk, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482}
2483
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07002484static inline int security_secid_to_secctx(u32 secid, char **secdata, u32 *seclen)
2485{
2486 return -EOPNOTSUPP;
2487}
2488
David Howells7bf570d2008-04-29 20:52:51 +01002489static inline int security_secctx_to_secid(const char *secdata,
David Howells63cb3442008-01-15 23:47:35 +00002490 u32 seclen,
2491 u32 *secid)
2492{
2493 return -EOPNOTSUPP;
2494}
2495
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07002496static inline void security_release_secctx(char *secdata, u32 seclen)
2497{
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07002498}
David P. Quigley1ee65e32009-09-03 14:25:57 -04002499
2500static inline int security_inode_notifysecctx(struct inode *inode, void *ctx, u32 ctxlen)
2501{
2502 return -EOPNOTSUPP;
2503}
2504static inline int security_inode_setsecctx(struct dentry *dentry, void *ctx, u32 ctxlen)
2505{
2506 return -EOPNOTSUPP;
2507}
2508static inline int security_inode_getsecctx(struct inode *inode, void **ctx, u32 *ctxlen)
2509{
2510 return -EOPNOTSUPP;
2511}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512#endif /* CONFIG_SECURITY */
2513
2514#ifdef CONFIG_SECURITY_NETWORK
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515
David S. Miller3610cda2011-01-05 15:38:53 -08002516int security_unix_stream_connect(struct sock *sock, struct sock *other, struct sock *newsk);
James Morris20510f22007-10-16 23:31:32 -07002517int security_unix_may_send(struct socket *sock, struct socket *other);
2518int security_socket_create(int family, int type, int protocol, int kern);
2519int security_socket_post_create(struct socket *sock, int family,
2520 int type, int protocol, int kern);
2521int security_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen);
2522int security_socket_connect(struct socket *sock, struct sockaddr *address, int addrlen);
2523int security_socket_listen(struct socket *sock, int backlog);
2524int security_socket_accept(struct socket *sock, struct socket *newsock);
James Morris20510f22007-10-16 23:31:32 -07002525int security_socket_sendmsg(struct socket *sock, struct msghdr *msg, int size);
2526int security_socket_recvmsg(struct socket *sock, struct msghdr *msg,
2527 int size, int flags);
2528int security_socket_getsockname(struct socket *sock);
2529int security_socket_getpeername(struct socket *sock);
2530int security_socket_getsockopt(struct socket *sock, int level, int optname);
2531int security_socket_setsockopt(struct socket *sock, int level, int optname);
2532int security_socket_shutdown(struct socket *sock, int how);
2533int security_sock_rcv_skb(struct sock *sk, struct sk_buff *skb);
2534int security_socket_getpeersec_stream(struct socket *sock, char __user *optval,
2535 int __user *optlen, unsigned len);
2536int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid);
2537int security_sk_alloc(struct sock *sk, int family, gfp_t priority);
2538void security_sk_free(struct sock *sk);
2539void security_sk_clone(const struct sock *sk, struct sock *newsk);
2540void security_sk_classify_flow(struct sock *sk, struct flowi *fl);
2541void security_req_classify_flow(const struct request_sock *req, struct flowi *fl);
2542void security_sock_graft(struct sock*sk, struct socket *parent);
2543int security_inet_conn_request(struct sock *sk,
2544 struct sk_buff *skb, struct request_sock *req);
2545void security_inet_csk_clone(struct sock *newsk,
2546 const struct request_sock *req);
2547void security_inet_conn_established(struct sock *sk,
2548 struct sk_buff *skb);
Eric Paris2606fd12010-10-13 16:24:41 -04002549int security_secmark_relabel_packet(u32 secid);
2550void security_secmark_refcount_inc(void);
2551void security_secmark_refcount_dec(void);
Paul Moore2b980db2009-08-28 18:12:43 -04002552int security_tun_dev_create(void);
2553void security_tun_dev_post_create(struct sock *sk);
2554int security_tun_dev_attach(struct sock *sk);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556#else /* CONFIG_SECURITY_NETWORK */
David S. Miller3610cda2011-01-05 15:38:53 -08002557static inline int security_unix_stream_connect(struct sock *sock,
2558 struct sock *other,
Eric Paris7b41b172008-04-23 14:10:25 -04002559 struct sock *newsk)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560{
2561 return 0;
2562}
2563
Eric Paris7b41b172008-04-23 14:10:25 -04002564static inline int security_unix_may_send(struct socket *sock,
2565 struct socket *other)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566{
2567 return 0;
2568}
2569
Eric Paris7b41b172008-04-23 14:10:25 -04002570static inline int security_socket_create(int family, int type,
2571 int protocol, int kern)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002572{
2573 return 0;
2574}
2575
Eric Paris7b41b172008-04-23 14:10:25 -04002576static inline int security_socket_post_create(struct socket *sock,
Venkat Yekkirala7420ed22006-08-04 23:17:57 -07002577 int family,
2578 int type,
2579 int protocol, int kern)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580{
Venkat Yekkirala7420ed22006-08-04 23:17:57 -07002581 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582}
2583
Eric Paris7b41b172008-04-23 14:10:25 -04002584static inline int security_socket_bind(struct socket *sock,
2585 struct sockaddr *address,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002586 int addrlen)
2587{
2588 return 0;
2589}
2590
Eric Paris7b41b172008-04-23 14:10:25 -04002591static inline int security_socket_connect(struct socket *sock,
2592 struct sockaddr *address,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593 int addrlen)
2594{
2595 return 0;
2596}
2597
Eric Paris7b41b172008-04-23 14:10:25 -04002598static inline int security_socket_listen(struct socket *sock, int backlog)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002599{
2600 return 0;
2601}
2602
Eric Paris7b41b172008-04-23 14:10:25 -04002603static inline int security_socket_accept(struct socket *sock,
2604 struct socket *newsock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002605{
2606 return 0;
2607}
2608
Eric Paris7b41b172008-04-23 14:10:25 -04002609static inline int security_socket_sendmsg(struct socket *sock,
2610 struct msghdr *msg, int size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611{
2612 return 0;
2613}
2614
Eric Paris7b41b172008-04-23 14:10:25 -04002615static inline int security_socket_recvmsg(struct socket *sock,
2616 struct msghdr *msg, int size,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002617 int flags)
2618{
2619 return 0;
2620}
2621
Eric Paris7b41b172008-04-23 14:10:25 -04002622static inline int security_socket_getsockname(struct socket *sock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002623{
2624 return 0;
2625}
2626
Eric Paris7b41b172008-04-23 14:10:25 -04002627static inline int security_socket_getpeername(struct socket *sock)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628{
2629 return 0;
2630}
2631
Eric Paris7b41b172008-04-23 14:10:25 -04002632static inline int security_socket_getsockopt(struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002633 int level, int optname)
2634{
2635 return 0;
2636}
2637
Eric Paris7b41b172008-04-23 14:10:25 -04002638static inline int security_socket_setsockopt(struct socket *sock,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002639 int level, int optname)
2640{
2641 return 0;
2642}
2643
Eric Paris7b41b172008-04-23 14:10:25 -04002644static inline int security_socket_shutdown(struct socket *sock, int how)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002645{
2646 return 0;
2647}
Eric Paris7b41b172008-04-23 14:10:25 -04002648static inline int security_sock_rcv_skb(struct sock *sk,
2649 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650{
2651 return 0;
2652}
2653
Catherine Zhang2c7946a2006-03-20 22:41:23 -08002654static inline int security_socket_getpeersec_stream(struct socket *sock, char __user *optval,
2655 int __user *optlen, unsigned len)
2656{
2657 return -ENOPROTOOPT;
2658}
2659
Catherine Zhangdc49c1f2006-08-02 14:12:06 -07002660static inline int security_socket_getpeersec_dgram(struct socket *sock, struct sk_buff *skb, u32 *secid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661{
2662 return -ENOPROTOOPT;
2663}
2664
Al Virodd0fc662005-10-07 07:46:04 +01002665static inline int security_sk_alloc(struct sock *sk, int family, gfp_t priority)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666{
2667 return 0;
2668}
2669
2670static inline void security_sk_free(struct sock *sk)
2671{
2672}
Trent Jaegerdf718372005-12-13 23:12:27 -08002673
Venkat Yekkirala892c1412006-08-04 23:08:56 -07002674static inline void security_sk_clone(const struct sock *sk, struct sock *newsk)
2675{
2676}
2677
Venkat Yekkiralabeb8d132006-08-04 23:12:42 -07002678static inline void security_sk_classify_flow(struct sock *sk, struct flowi *fl)
Trent Jaegerdf718372005-12-13 23:12:27 -08002679{
Trent Jaegerdf718372005-12-13 23:12:27 -08002680}
Venkat Yekkirala4237c752006-07-24 23:32:50 -07002681
2682static inline void security_req_classify_flow(const struct request_sock *req, struct flowi *fl)
2683{
2684}
2685
Eric Paris7b41b172008-04-23 14:10:25 -04002686static inline void security_sock_graft(struct sock *sk, struct socket *parent)
Venkat Yekkirala4237c752006-07-24 23:32:50 -07002687{
2688}
2689
2690static inline int security_inet_conn_request(struct sock *sk,
2691 struct sk_buff *skb, struct request_sock *req)
2692{
2693 return 0;
2694}
2695
2696static inline void security_inet_csk_clone(struct sock *newsk,
2697 const struct request_sock *req)
2698{
2699}
Venkat Yekkirala6b877692006-11-08 17:04:09 -06002700
2701static inline void security_inet_conn_established(struct sock *sk,
2702 struct sk_buff *skb)
2703{
2704}
Paul Moore2b980db2009-08-28 18:12:43 -04002705
Eric Paris2606fd12010-10-13 16:24:41 -04002706static inline int security_secmark_relabel_packet(u32 secid)
2707{
2708 return 0;
2709}
2710
2711static inline void security_secmark_refcount_inc(void)
2712{
2713}
2714
2715static inline void security_secmark_refcount_dec(void)
2716{
2717}
2718
Paul Moore2b980db2009-08-28 18:12:43 -04002719static inline int security_tun_dev_create(void)
2720{
2721 return 0;
2722}
2723
2724static inline void security_tun_dev_post_create(struct sock *sk)
2725{
2726}
2727
2728static inline int security_tun_dev_attach(struct sock *sk)
2729{
2730 return 0;
2731}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002732#endif /* CONFIG_SECURITY_NETWORK */
2733
Trent Jaegerdf718372005-12-13 23:12:27 -08002734#ifdef CONFIG_SECURITY_NETWORK_XFRM
Venkat Yekkiralacb969f02006-07-24 23:32:20 -07002735
Paul Moore03e1ad72008-04-12 19:07:52 -07002736int security_xfrm_policy_alloc(struct xfrm_sec_ctx **ctxp, struct xfrm_user_sec_ctx *sec_ctx);
2737int security_xfrm_policy_clone(struct xfrm_sec_ctx *old_ctx, struct xfrm_sec_ctx **new_ctxp);
2738void security_xfrm_policy_free(struct xfrm_sec_ctx *ctx);
2739int security_xfrm_policy_delete(struct xfrm_sec_ctx *ctx);
James Morris20510f22007-10-16 23:31:32 -07002740int security_xfrm_state_alloc(struct xfrm_state *x, struct xfrm_user_sec_ctx *sec_ctx);
2741int security_xfrm_state_alloc_acquire(struct xfrm_state *x,
2742 struct xfrm_sec_ctx *polsec, u32 secid);
2743int security_xfrm_state_delete(struct xfrm_state *x);
2744void security_xfrm_state_free(struct xfrm_state *x);
Paul Moore03e1ad72008-04-12 19:07:52 -07002745int security_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir);
James Morris20510f22007-10-16 23:31:32 -07002746int security_xfrm_state_pol_flow_match(struct xfrm_state *x,
David S. Millere33f7702011-02-22 18:13:15 -08002747 struct xfrm_policy *xp,
2748 const struct flowi *fl);
James Morris20510f22007-10-16 23:31:32 -07002749int security_xfrm_decode_session(struct sk_buff *skb, u32 *secid);
2750void security_skb_classify_flow(struct sk_buff *skb, struct flowi *fl);
Trent Jaegerdf718372005-12-13 23:12:27 -08002751
Trent Jaegerdf718372005-12-13 23:12:27 -08002752#else /* CONFIG_SECURITY_NETWORK_XFRM */
James Morris20510f22007-10-16 23:31:32 -07002753
Paul Moore03e1ad72008-04-12 19:07:52 -07002754static 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 -08002755{
2756 return 0;
2757}
2758
Paul Moore03e1ad72008-04-12 19:07:52 -07002759static inline int security_xfrm_policy_clone(struct xfrm_sec_ctx *old, struct xfrm_sec_ctx **new_ctxp)
Trent Jaegerdf718372005-12-13 23:12:27 -08002760{
2761 return 0;
2762}
2763
Paul Moore03e1ad72008-04-12 19:07:52 -07002764static inline void security_xfrm_policy_free(struct xfrm_sec_ctx *ctx)
Trent Jaegerdf718372005-12-13 23:12:27 -08002765{
2766}
2767
Paul Moore03e1ad72008-04-12 19:07:52 -07002768static inline int security_xfrm_policy_delete(struct xfrm_sec_ctx *ctx)
Catherine Zhangc8c05a82006-06-08 23:39:49 -07002769{
2770 return 0;
2771}
2772
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07002773static inline int security_xfrm_state_alloc(struct xfrm_state *x,
2774 struct xfrm_user_sec_ctx *sec_ctx)
2775{
2776 return 0;
2777}
2778
2779static inline int security_xfrm_state_alloc_acquire(struct xfrm_state *x,
2780 struct xfrm_sec_ctx *polsec, u32 secid)
Trent Jaegerdf718372005-12-13 23:12:27 -08002781{
2782 return 0;
2783}
2784
2785static inline void security_xfrm_state_free(struct xfrm_state *x)
2786{
2787}
2788
David S. Miller6f68dc32006-06-08 23:58:52 -07002789static inline int security_xfrm_state_delete(struct xfrm_state *x)
Catherine Zhangc8c05a82006-06-08 23:39:49 -07002790{
2791 return 0;
2792}
2793
Paul Moore03e1ad72008-04-12 19:07:52 -07002794static inline int security_xfrm_policy_lookup(struct xfrm_sec_ctx *ctx, u32 fl_secid, u8 dir)
Trent Jaegerdf718372005-12-13 23:12:27 -08002795{
2796 return 0;
2797}
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07002798
2799static inline int security_xfrm_state_pol_flow_match(struct xfrm_state *x,
David S. Millere33f7702011-02-22 18:13:15 -08002800 struct xfrm_policy *xp, const struct flowi *fl)
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07002801{
2802 return 1;
2803}
2804
Venkat Yekkiralabeb8d132006-08-04 23:12:42 -07002805static inline int security_xfrm_decode_session(struct sk_buff *skb, u32 *secid)
Venkat Yekkiralae0d1caa2006-07-24 23:29:07 -07002806{
2807 return 0;
2808}
2809
Venkat Yekkiralabeb8d132006-08-04 23:12:42 -07002810static inline void security_skb_classify_flow(struct sk_buff *skb, struct flowi *fl)
2811{
2812}
2813
Trent Jaegerdf718372005-12-13 23:12:27 -08002814#endif /* CONFIG_SECURITY_NETWORK_XFRM */
2815
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002816#ifdef CONFIG_SECURITY_PATH
2817int security_path_unlink(struct path *dir, struct dentry *dentry);
Al Viro4572bef2011-11-21 14:56:21 -05002818int security_path_mkdir(struct path *dir, struct dentry *dentry, umode_t mode);
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002819int security_path_rmdir(struct path *dir, struct dentry *dentry);
Al Viro04fc66e2011-11-21 14:58:38 -05002820int security_path_mknod(struct path *dir, struct dentry *dentry, umode_t mode,
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002821 unsigned int dev);
Tetsuo Handaea0d3ab2010-06-02 13:24:43 +09002822int security_path_truncate(struct path *path);
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002823int security_path_symlink(struct path *dir, struct dentry *dentry,
2824 const char *old_name);
2825int security_path_link(struct dentry *old_dentry, struct path *new_dir,
2826 struct dentry *new_dentry);
2827int security_path_rename(struct path *old_dir, struct dentry *old_dentry,
2828 struct path *new_dir, struct dentry *new_dentry);
Al Virocdcf1162011-12-08 10:51:53 -05002829int security_path_chmod(struct path *path, umode_t mode);
Tetsuo Handa89eda062009-10-04 21:49:47 +09002830int security_path_chown(struct path *path, uid_t uid, gid_t gid);
Tetsuo Handa8b8efb42009-10-04 21:49:48 +09002831int security_path_chroot(struct path *path);
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002832#else /* CONFIG_SECURITY_PATH */
2833static inline int security_path_unlink(struct path *dir, struct dentry *dentry)
2834{
2835 return 0;
2836}
2837
2838static inline int security_path_mkdir(struct path *dir, struct dentry *dentry,
Al Viro4572bef2011-11-21 14:56:21 -05002839 umode_t mode)
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002840{
2841 return 0;
2842}
2843
2844static inline int security_path_rmdir(struct path *dir, struct dentry *dentry)
2845{
2846 return 0;
2847}
2848
2849static inline int security_path_mknod(struct path *dir, struct dentry *dentry,
Al Viro04fc66e2011-11-21 14:58:38 -05002850 umode_t mode, unsigned int dev)
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002851{
2852 return 0;
2853}
2854
Tetsuo Handaea0d3ab2010-06-02 13:24:43 +09002855static inline int security_path_truncate(struct path *path)
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002856{
2857 return 0;
2858}
2859
2860static inline int security_path_symlink(struct path *dir, struct dentry *dentry,
2861 const char *old_name)
2862{
2863 return 0;
2864}
2865
2866static inline int security_path_link(struct dentry *old_dentry,
2867 struct path *new_dir,
2868 struct dentry *new_dentry)
2869{
2870 return 0;
2871}
2872
2873static inline int security_path_rename(struct path *old_dir,
2874 struct dentry *old_dentry,
2875 struct path *new_dir,
2876 struct dentry *new_dentry)
2877{
2878 return 0;
2879}
Tetsuo Handa89eda062009-10-04 21:49:47 +09002880
Al Virocdcf1162011-12-08 10:51:53 -05002881static inline int security_path_chmod(struct path *path, umode_t mode)
Tetsuo Handa89eda062009-10-04 21:49:47 +09002882{
2883 return 0;
2884}
2885
2886static inline int security_path_chown(struct path *path, uid_t uid, gid_t gid)
2887{
2888 return 0;
2889}
Tetsuo Handa8b8efb42009-10-04 21:49:48 +09002890
2891static inline int security_path_chroot(struct path *path)
2892{
2893 return 0;
2894}
Kentaro Takedabe6d3e52008-12-17 13:24:15 +09002895#endif /* CONFIG_SECURITY_PATH */
2896
David Howells29db9192005-10-30 15:02:44 -08002897#ifdef CONFIG_KEYS
2898#ifdef CONFIG_SECURITY
David Howells29db9192005-10-30 15:02:44 -08002899
David Howellsd84f4f92008-11-14 10:39:23 +11002900int security_key_alloc(struct key *key, const struct cred *cred, unsigned long flags);
James Morris20510f22007-10-16 23:31:32 -07002901void security_key_free(struct key *key);
2902int security_key_permission(key_ref_t key_ref,
David Howellsd84f4f92008-11-14 10:39:23 +11002903 const struct cred *cred, key_perm_t perm);
David Howells70a5bb72008-04-29 01:01:26 -07002904int security_key_getsecurity(struct key *key, char **_buffer);
David Howells29db9192005-10-30 15:02:44 -08002905
2906#else
2907
Michael LeMayd7200242006-06-22 14:47:17 -07002908static inline int security_key_alloc(struct key *key,
David Howellsd84f4f92008-11-14 10:39:23 +11002909 const struct cred *cred,
David Howells7e047ef2006-06-26 00:24:50 -07002910 unsigned long flags)
David Howells29db9192005-10-30 15:02:44 -08002911{
2912 return 0;
2913}
2914
2915static inline void security_key_free(struct key *key)
2916{
2917}
2918
2919static inline int security_key_permission(key_ref_t key_ref,
David Howellsd84f4f92008-11-14 10:39:23 +11002920 const struct cred *cred,
David Howells29db9192005-10-30 15:02:44 -08002921 key_perm_t perm)
2922{
2923 return 0;
2924}
2925
David Howells70a5bb72008-04-29 01:01:26 -07002926static inline int security_key_getsecurity(struct key *key, char **_buffer)
2927{
2928 *_buffer = NULL;
2929 return 0;
2930}
2931
David Howells29db9192005-10-30 15:02:44 -08002932#endif
2933#endif /* CONFIG_KEYS */
2934
Ahmed S. Darwish03d37d22008-03-01 22:00:05 +02002935#ifdef CONFIG_AUDIT
2936#ifdef CONFIG_SECURITY
2937int security_audit_rule_init(u32 field, u32 op, char *rulestr, void **lsmrule);
2938int security_audit_rule_known(struct audit_krule *krule);
2939int security_audit_rule_match(u32 secid, u32 field, u32 op, void *lsmrule,
2940 struct audit_context *actx);
2941void security_audit_rule_free(void *lsmrule);
2942
2943#else
2944
2945static inline int security_audit_rule_init(u32 field, u32 op, char *rulestr,
2946 void **lsmrule)
2947{
2948 return 0;
2949}
2950
2951static inline int security_audit_rule_known(struct audit_krule *krule)
2952{
2953 return 0;
2954}
2955
2956static inline int security_audit_rule_match(u32 secid, u32 field, u32 op,
2957 void *lsmrule, struct audit_context *actx)
2958{
2959 return 0;
2960}
2961
2962static inline void security_audit_rule_free(void *lsmrule)
2963{ }
2964
2965#endif /* CONFIG_SECURITY */
2966#endif /* CONFIG_AUDIT */
2967
Eric Parisda318942008-08-22 11:35:57 -04002968#ifdef CONFIG_SECURITYFS
2969
Al Viro52ef0c02011-07-26 04:30:04 -04002970extern struct dentry *securityfs_create_file(const char *name, umode_t mode,
Eric Parisda318942008-08-22 11:35:57 -04002971 struct dentry *parent, void *data,
2972 const struct file_operations *fops);
2973extern struct dentry *securityfs_create_dir(const char *name, struct dentry *parent);
2974extern void securityfs_remove(struct dentry *dentry);
2975
2976#else /* CONFIG_SECURITYFS */
2977
2978static inline struct dentry *securityfs_create_dir(const char *name,
2979 struct dentry *parent)
2980{
2981 return ERR_PTR(-ENODEV);
2982}
2983
2984static inline struct dentry *securityfs_create_file(const char *name,
Al Viro52ef0c02011-07-26 04:30:04 -04002985 umode_t mode,
Eric Parisda318942008-08-22 11:35:57 -04002986 struct dentry *parent,
2987 void *data,
2988 const struct file_operations *fops)
2989{
2990 return ERR_PTR(-ENODEV);
2991}
2992
2993static inline void securityfs_remove(struct dentry *dentry)
2994{}
2995
2996#endif
2997
Pekka Enberg3d544f42009-03-24 11:59:23 +02002998#ifdef CONFIG_SECURITY
2999
3000static inline char *alloc_secdata(void)
3001{
3002 return (char *)get_zeroed_page(GFP_KERNEL);
3003}
3004
3005static inline void free_secdata(void *secdata)
3006{
3007 free_page((unsigned long)secdata);
3008}
3009
3010#else
3011
3012static inline char *alloc_secdata(void)
3013{
3014 return (char *)1;
3015}
3016
3017static inline void free_secdata(void *secdata)
3018{ }
3019#endif /* CONFIG_SECURITY */
3020
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021#endif /* ! __LINUX_SECURITY_H */
3022