/linux-4.1.27/security/keys/ |
H A D | Makefile | 13 permission.o \
|
H A D | keyctl.c | 153 * matching key. Keyrings must have appropriate Search permission to be 251 * The requested keyring must have search permission to be found. 279 * permission for it to be joined. Session keyrings without this permit will 310 * The key must grant the caller Write permission and the key type must support 362 * The key must be grant the caller Write or Setattr permission for this to 397 * The key must be grant the caller Invalidate permission for this to work. 442 * The keyring must grant the caller Write permission for this to work. If 481 * The key must grant the caller Link permission and the the keyring must grant 482 * the caller Write permission. Furthermore, if an additional link is created, 516 * The keyring must grant the caller Write permission for this to work; the key 551 * The key must grant the caller View permission for this to work. 625 * key. Only keyrings that grant the caller Search permission will be searched 626 * (this includes the starting keyring). Only keys with Search permission can 630 * supplied and the key has Link permission, and the found key ID will be 720 * The key must either grant the caller Read permission, or it must grant the 721 * caller Search permission when searched for from the process keyrings. 781 * The key must grant the caller Setattr permission for this to work, though 904 * Change the permission mask on a key. 906 * The key must grant the caller Setattr permission for this to work, though 908 * sysadmin capability, it may only change the permission on keys that it owns. 947 * Write permission on it. 1291 * Either the key must grant the caller Setattr permission or else the caller 1346 * Search permission grant available to the caller. 1394 * The key must grant the caller View permission for this to work. 1457 * The keyring must exist and must grant the caller LINK permission, and the
|
H A D | permission.c | 1 /* Key permission checking 22 * Check to see whether permission is granted to use a key in the desired way,
|
/linux-4.1.27/fs/afs/ |
H A D | afs.h | 94 #define AFS_ACE_READ 0x00000001U /* - permission to read a file/dir */ 95 #define AFS_ACE_WRITE 0x00000002U /* - permission to write/chmod a file */ 96 #define AFS_ACE_INSERT 0x00000004U /* - permission to create dirent in a dir */ 97 #define AFS_ACE_LOOKUP 0x00000008U /* - permission to lookup a file/dir in a dir */ 98 #define AFS_ACE_DELETE 0x00000010U /* - permission to delete a dirent from a dir */ 99 #define AFS_ACE_LOCK 0x00000020U /* - permission to lock a file */ 100 #define AFS_ACE_ADMINISTER 0x00000040U /* - permission to change ACL */ 101 #define AFS_ACE_USER_A 0x01000000U /* - 'A' user-defined permission */ 102 #define AFS_ACE_USER_B 0x02000000U /* - 'B' user-defined permission */ 103 #define AFS_ACE_USER_C 0x04000000U /* - 'C' user-defined permission */ 104 #define AFS_ACE_USER_D 0x08000000U /* - 'D' user-defined permission */ 105 #define AFS_ACE_USER_E 0x10000000U /* - 'E' user-defined permission */ 106 #define AFS_ACE_USER_F 0x20000000U /* - 'F' user-defined permission */ 107 #define AFS_ACE_USER_G 0x40000000U /* - 'G' user-defined permission */ 108 #define AFS_ACE_USER_H 0x80000000U /* - 'H' user-defined permission */
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | pte-fsl-booke.h | 21 #define _PAGE_RW 0x00004 /* S: Write permission (SW) */ 23 #define _PAGE_EXEC 0x00010 /* H: SX permission */
|
H A D | pte-40x.h | 44 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ 49 #define _PAGE_EXEC 0x200 /* hardware: EX permission */
|
H A D | pte-44x.h | 75 #define _PAGE_RW 0x00000002 /* S: Write permission */ 76 #define _PAGE_EXEC 0x00000004 /* H: Execute permission */
|
/linux-4.1.27/arch/arm/mm/ |
H A D | fsr-3level.c | 14 { do_bad, SIGBUS, 0, "reserved permission fault" }, 15 { do_bad, SIGSEGV, SEGV_ACCERR, "level 1 permission fault" }, 16 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 2 permission fault" }, 17 { do_page_fault, SIGSEGV, SEGV_ACCERR, "level 3 permission fault" },
|
H A D | fsr-2level.c | 19 { do_sect_fault, SIGSEGV, SEGV_ACCERR, "section permission fault" }, 21 { do_page_fault, SIGSEGV, SEGV_ACCERR, "page permission fault" }, 59 { do_sect_fault, SIGSEGV, SEGV_ACCERR, "section permission fault" }, 61 { do_page_fault, SIGSEGV, SEGV_ACCERR, "page permission fault" },
|
/linux-4.1.27/include/linux/ |
H A D | security.h | 213 * Return 0 if the hook is successful and permission is granted. 222 * Return 0 if the hook is successful and permission is granted. 258 * Check permission before obtaining filesystem statistics for the @mnt 261 * Return 0 if permission is granted. 263 * Check permission before an object specified by @dev_name is mounted on 274 * Return 0 if permission is granted. 290 * Return 0 if permission is granted. 292 * Check permission before the @mnt file system is unmounted. 295 * Return 0 if permission is granted. 297 * Check permission before pivoting the root filesystem. 300 * Return 0 if permission is granted. 356 * Check permission to create a regular file. 360 * Return 0 if permission is granted. 362 * Check permission before creating a new hard link to a file. 366 * Return 0 if permission is granted. 368 * Check permission before creating a new hard link to a file. 374 * Return 0 if permission is granted. 376 * Check the permission to remove a hard link to a file. 379 * Return 0 if permission is granted. 381 * Check the permission to remove a hard link to a file. 384 * Return 0 if permission is granted. 386 * Check the permission to create a symbolic link to a file. 390 * Return 0 if permission is granted. 392 * Check the permission to create a symbolic link to a file. 397 * Return 0 if permission is granted. 404 * Return 0 if permission is granted. 412 * Return 0 if permission is granted. 414 * Check the permission to remove a directory. 417 * Return 0 if permission is granted. 419 * Check the permission to remove a directory. 423 * Return 0 if permission is granted. 433 * Return 0 if permission is granted. 442 * Return 0 if permission is granted. 444 * Check for permission to rename a file or directory. 449 * Return 0 if permission is granted. 451 * Check for permission to rename a file or directory. 456 * Return 0 if permission is granted. 458 * Check for permission to change DAC's permission of a file or directory. 462 * Return 0 if permission is granted. 464 * Check for permission to change owner/group of a file or directory. 468 * Return 0 if permission is granted. 470 * Check for permission to change root directory. 472 * Return 0 if permission is granted. 474 * Check the permission to read the symbolic link. 476 * Return 0 if permission is granted. 478 * Check permission to follow a symbolic link when looking up a pathname. 481 * Return 0 if permission is granted. 483 * Check permission before accessing an inode. This hook is called by the 484 * existing Linux permission function, so a security module can use it to 485 * provide additional checking for existing Linux permission checks. 487 * other operations), whereas the file_security_ops permission hook is 490 * @mask contains the permission mask. 491 * Return 0 if permission is granted. 493 * Check permission before setting file attributes. Note that the kernel 499 * Return 0 if permission is granted. 501 * Check permission before truncating a file. 503 * Return 0 if permission is granted. 505 * Check permission before obtaining file attributes. 508 * Return 0 if permission is granted. 510 * Check permission before setting the extended attributes 512 * Return 0 if permission is granted. 517 * Check permission before obtaining the extended attributes 519 * Return 0 if permission is granted. 521 * Check permission before obtaining the list of extended attribute 523 * Return 0 if permission is granted. 525 * Check permission before removing the extended attribute 527 * Return 0 if permission is granted. 584 * Return 0 if permission is granted. 590 * Return 0 if the hook is successful and permission is granted. 598 * Check permission for an ioctl operation on @file. Note that @arg 602 * Return 0 if permission is granted. 606 * Return 0 if permission is granted. 614 * Return 0 if permission is granted. 620 * Return 0 if permission is granted. 622 * Check permission before performing file locking operations. 627 * Return 0 if permission is granted. 629 * Check permission before allowing the file operation specified by @cmd 637 * Return 0 if permission is granted. 644 * Check permission for the file owner @fown to send SIGIO or SIGURG to the 653 * Return 0 if permission is granted. 658 * Return 0 if permission is granted. 660 * Save open-time permission checking state for later use upon 667 * Check permission before creating a child process. See the clone(2) 670 * Return 0 if permission is granted. 713 * Return 0 if permission is granted. 724 * Return 0 if permission is granted. 735 * Check permission before setting the process group identifier of the 739 * Return 0 if permission is granted. 741 * Check permission before getting the process group identifier of the 744 * Return 0 if permission is granted. 746 * Check permission before getting the session identifier of the process 749 * Return 0 if permission is granted. 756 * Check permission before setting the nice value of @p to @nice. 759 * Return 0 if permission is granted. 761 * Check permission before setting the ioprio value of @p to @ioprio. 764 * Return 0 if permission is granted. 766 * Check permission before getting the ioprio value of @p. 768 * Return 0 if permission is granted. 770 * Check permission before setting the resource limits of the current 775 * Return 0 if permission is granted. 777 * Check permission before setting scheduling policy and/or parameters of 782 * Return 0 if permission is granted. 784 * Check permission before obtaining scheduling information for process 787 * Return 0 if permission is granted. 789 * Check permission before moving memory owned by process @p. 791 * Return 0 if permission is granted. 793 * Check permission before sending signal @sig to @p. @info can be NULL, 803 * Return 0 if permission is granted. 805 * Check permission before allowing a process to reap a child process @p 808 * Return 0 if permission is granted. 810 * Check permission before performing a process control operation on the 828 * Save security information for a netlink message so that permission 846 * Return 0 if permission is granted. 852 * Return 0 if permission is granted. 858 * and permission hooks in inode_security_ops), binding and connecting to 872 * Return 0 if permission is granted. 888 * Check permission before socket protocol layer bind operation is 894 * Return 0 if permission is granted. 896 * Check permission before socket protocol layer connect operation 901 * Return 0 if permission is granted. 903 * Check permission before socket protocol layer listen operation. 906 * Return 0 if permission is granted. 908 * Check permission before accepting a new connection. Note that the new 913 * Return 0 if permission is granted. 915 * Check permission before transmitting a message to another socket. 919 * Return 0 if permission is granted. 921 * Check permission before receiving a message from a socket. 926 * Return 0 if permission is granted. 928 * Check permission before the local address (name) of the socket object 931 * Return 0 if permission is granted. 933 * Check permission before the remote address (name) of a socket object 936 * Return 0 if permission is granted. 943 * Return 0 if permission is granted. 950 * Return 0 if permission is granted. 952 * Checks permission before all or part of a connection on the socket 956 * Return 0 if permission is granted. 1096 * Check permission when a flow selects a xfrm_policy for processing 1099 * Return 0 if permission is granted, -ESRCH otherwise, or -errno 1119 * Return 0 if permission is granted, -ve error otherwise. 1131 * Return 0 if permission is granted, -ve error otherwise. 1148 * @ipcp contains the kernel IPC permission structure 1149 * @flag contains the desired (requested) permission set 1150 * Return 0 if permission is granted. 1153 * @ipcp contains the kernel IPC permission structure. 1163 * Return 0 if operation was successful and permission is granted. 1175 * Return 0 if operation was successful and permission is granted. 1180 * Check permission when a message queue is requested through the 1186 * Return 0 if permission is granted. 1188 * Check permission when a message control operation specified by @cmd 1193 * Return 0 if permission is granted. 1195 * Check permission before a message, @msg, is enqueued on the message 1200 * Return 0 if permission is granted. 1202 * Check permission before a message, @msg, is removed from the message 1211 * Return 0 if permission is granted. 1220 * Return 0 if operation was successful and permission is granted. 1225 * Check permission when a shared memory region is requested through the 1231 * Return 0 if permission is granted. 1233 * Check permission when a shared memory control operation specified by 1238 * Return 0 if permission is granted. 1246 * Return 0 if permission is granted. 1255 * Return 0 if operation was successful and permission is granted. 1260 * Check permission when a semaphore is requested through the semget 1266 * Return 0 if permission is granted. 1268 * Check permission when a semaphore operation specified by @cmd is to be 1273 * Return 0 if permission is granted. 1282 * Return 0 if permission is granted. 1287 * Return 0 if permission is granted. 1304 * Check permission before allowing the current process to trace the 1313 * Return 0 if permission is granted. 1315 * Check that the @parent process has sufficient permission to trace the 1319 * Return 0 if permission is granted. 1322 * the @target process. The hook may also perform permission checking to 1338 * Return 0 and update @new if permission is granted. 1348 * Check permission before accessing the kernel message ring or changing 1353 * Return 0 if permission is granted. 1355 * Check permission to change the system time. 1359 * Return 0 if permission is granted. 1364 * Return 0 if permission is granted.
|
H A D | key.h | 169 #define KEY_FLAG_ROOT_CAN_CLEAR 6 /* set if key can be cleared by root without permission */ 174 #define KEY_FLAG_ROOT_CAN_INVAL 11 /* set if key can be invalidated by root without permission */ 317 #define KEY_NEED_VIEW 0x01 /* Require permission to view attributes */ 318 #define KEY_NEED_READ 0x02 /* Require permission to read content */ 319 #define KEY_NEED_WRITE 0x04 /* Require permission to update / modify */ 320 #define KEY_NEED_SEARCH 0x08 /* Require permission to search (keyring) or find (key) */ 321 #define KEY_NEED_LINK 0x10 /* Require permission to link */ 322 #define KEY_NEED_SETATTR 0x20 /* Require permission to change attributes */
|
H A D | ath9k_platform.h | 8 * copyright notice and this permission notice appear in all copies.
|
H A D | cordic.h | 6 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/security/apparmor/ |
H A D | file.c | 26 * audit_file_mask - convert mask to permission string 28 * @mask: permission mask to convert 158 * @old: permission set in old mapping 160 * Returns: new permission mapping 189 * TODO: convert from dfa + state to permission entry, do computation conversion 192 * Returns: computed permission set 229 * aa_str_perms - find permission that match @name 233 * @cond: conditions to consider for permission set computation (NOT NULL) 312 * @link: link permission set 313 * @target: target permission set 331 * aa_path_link - Handle hard link permission check 337 * Handle the permission test for a link & target pair. Permission 338 * is encoded as a pair where the link permission is determined 341 * making the target permission dependent on the link permission match. 344 * on link are a subset of the permission granted to target. 406 /* Do link perm subset test requiring allowed permission on link are a aa_path_link() 440 * aa_file_perm - do permission revalidation check & audit for @file
|
H A D | ipc.c | 61 * Returns: %0 else error code if permission denied or error 78 * aa_ptrace - do ptrace permission check and auditing 83 * Returns: %0 else error code if permission denied or error
|
H A D | lsm.c | 154 * common_perm - basic common permission check wrapper fn for paths 156 * @path: path to check permission of (NOT NULL) 158 * @cond: conditional info for the permission request (NOT NULL) 160 * Returns: %0 else error code if error or permission denied 176 * common_perm_dir_dentry - common permission wrapper when path is dir, dentry 181 * @cond: conditional info for the permission request (NOT NULL) 183 * Returns: %0 else error code if error or permission denied 195 * common_perm_mnt_dentry - common permission wrapper when mnt, dentry 201 * Returns: %0 else error code if error or permission denied 215 * common_perm_rm - common permission wrapper for operations doing rm 219 * @mask: requested permission mask 221 * Returns: %0 else error code if error or permission denied 239 * common_perm_create - common permission wrapper for operations doing create 243 * @mask: request permission mask 246 * Returns: %0 else error code if error or permission denied 385 /* If in exec, permission is handled by bprm hooks. apparmor_file_open()
|
/linux-4.1.27/include/linux/sunrpc/ |
H A D | gss_asn1.h | 24 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and 28 * this permission notice appear in supporting documentation, and that 31 * permission. Furthermore if you modify this software you must label
|
H A D | gss_err.h | 18 * that both that copyright notice and this permission notice appear in 21 * without specific, written prior permission. OpenVision makes no
|
/linux-4.1.27/fs/cachefiles/ |
H A D | security.c | 37 pr_err("Security denies permission to nominate security context: error %d\n", cachefiles_get_security_ID() 60 pr_err("Security denies permission to make dirs: error %d", cachefiles_check_cache_dir() 67 pr_err("Security denies permission to create files: error %d", cachefiles_check_cache_dir()
|
/linux-4.1.27/arch/m68k/math-emu/ |
H A D | fp_trig.h | 8 I hereby give permission, free of charge, to copy, modify, and
|
H A D | fp_emu.h | 10 * notice, and the entire permission notice in its entirety, 17 * written permission.
|
/linux-4.1.27/security/selinux/include/ |
H A D | avc.h | 82 * permission. Take notice that this is unrelated to the avc_audit_required() 91 * permission was READ and the auditdeny checks were for avc_audit_required() 122 * avc_has_perm() after a permission check, but can also be 124 * in order to separate the permission check from the auditing. 125 * For example, this separation is useful when the permission check must
|
/linux-4.1.27/drivers/net/ethernet/qualcomm/ |
H A D | qca_debug.h | 7 * that the above copyright notice and this permission notice appear
|
H A D | qca_7k.h | 7 * that the above copyright notice and this permission notice appear
|
H A D | qca_spi.h | 7 * that the above copyright notice and this permission notice appear
|
/linux-4.1.27/drivers/net/wireless/ath/ath10k/ |
H A D | trace.c | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | hw.c | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | testmode.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | thermal.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | txrx.h | 7 * copyright notice and this permission notice appear in all copies.
|
H A D | htt.c | 7 * copyright notice and this permission notice appear in all copies.
|
H A D | mac.h | 7 * copyright notice and this permission notice appear in all copies.
|
H A D | spectral.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | testmode_i.h | 6 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/ |
H A D | trace.c | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | Makefile | 10 # copyright notice and this permission notice appear in all copies.
|
H A D | testmode.h | 7 * copyright notice and this permission notice appear in all copies.
|
H A D | cfg80211.h | 7 * copyright notice and this permission notice appear in all copies.
|
H A D | common.h | 7 * copyright notice and this permission notice appear in all copies.
|
H A D | testmode.c | 7 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/net/wireless/ath/ |
H A D | trace.c | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | debug.c | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | trace.h | 6 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/net/wireless/ath/wcn36xx/ |
H A D | pmc.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | debug.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | pmc.c | 6 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/net/wireless/ath/wil6210/ |
H A D | trace.c | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | wil_platform.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | debug.c | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | fw.c | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | wil_platform.c | 6 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmfmac/ |
H A D | bcdc.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | btcoex.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | common.h | 5 * copyright notice and this permission notice appear in all copies.
|
H A D | of.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | pcie.h | 5 * copyright notice and this permission notice appear in all copies.
|
H A D | tracepoint.c | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | firmware.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | fwsignal.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | msgbuf.h | 5 * copyright notice and this permission notice appear in all copies.
|
H A D | of.c | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | usb.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | vendor.h | 6 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/ |
H A D | antsel.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | brcms_trace_events.c | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | led.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | pmu.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | Makefile | 8 # copyright notice and this permission notice appear in all copies.
|
H A D | ampdu.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | brcms_trace_events.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | channel.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | stf.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | ucode_loader.h | 6 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmutil/ |
H A D | Makefile | 8 # copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/net/wireless/ |
H A D | regdb.h | 9 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/security/tomoyo/ |
H A D | file.c | 239 * tomoyo_check_path_acl - Check permission for path operation. 265 * tomoyo_check_path_number_acl - Check permission for path number operation. 285 * tomoyo_check_path2_acl - Check permission for path path operation. 304 * tomoyo_check_mkdev_acl - Check permission for path number number number operation. 333 * Returns true if @a == @b except permission bits, false otherwise. 402 * Returns true if @a == @b except permission bits, false otherwise. 481 * Returns true if @a == @b except permission bits, false otherwise. 548 * tomoyo_path_permission - Check permission for single path operation. 578 * tomoyo_execute_permission - Check permission for execute operation. 591 * Unlike other permission checks, this check is done regardless of tomoyo_execute_permission() 614 * Returns true if @a == @b except permission bits, false otherwise. 682 * tomoyo_path_number_perm - Check permission for "create", "mkdir", "mkfifo", "mksock", "ioctl", "chmod", "chown", "chgrp". 727 * tomoyo_check_open_permission - Check permission for "read" and "write". 776 * tomoyo_path_perm - Check permission for "unlink", "rmdir", "truncate", "symlink", "append", "chroot" and "unmount". 832 * tomoyo_mkdev_perm - Check permission for "mkblock" and "mkchar". 877 * tomoyo_path2_perm - Check permission for "rename", "link" and "pivot_root".
|
H A D | environ.c | 10 * tomoyo_check_env_acl - Check permission for environment variable's name. 40 * tomoyo_env_perm - Check permission for environment variable's name.
|
H A D | tomoyo.c | 123 * Execute permission is checked against pathname passed to do_execve() tomoyo_bprm_check_security() 133 * Read permission is checked against interpreters using next domain. tomoyo_bprm_check_security() 183 * @mode: DAC permission mode. 230 * @mode: DAC permission mode. 331 /* Don't check read permission here if called from do_execve(). */ tomoyo_file_open() 356 * @mode: DAC permission mode. 444 * tomoyo_socket_listen - Check permission for listen(). 457 * tomoyo_socket_connect - Check permission for connect(). 472 * tomoyo_socket_bind - Check permission for bind(). 487 * tomoyo_socket_sendmsg - Check permission for sendmsg().
|
H A D | mount.c | 38 * tomoyo_check_mount_acl - Check permission for path path path number operation. 62 * tomoyo_mount_acl - Check permission for mount() operation. 177 * tomoyo_mount_permission - Check permission for mount() operation.
|
H A D | network.c | 189 * Returns true if @a == @b except permission bits, false otherwise. 208 * Returns true if @a == @b except permission bits, false otherwise. 411 * tomoyo_check_inet_acl - Check permission for inet domain socket operation. 441 * tomoyo_check_unix_acl - Check permission for unix domain socket operation. 460 * tomoyo_inet_entry - Check permission for INET network operation. 491 * tomoyo_check_inet_address - Check permission for inet domain socket's operation. 535 * tomoyo_unix_entry - Check permission for UNIX network operation. 582 * tomoyo_check_unix_address - Check permission for unix domain socket's operation. 639 * tomoyo_socket_listen_permission - Check permission for listening a socket. 672 * tomoyo_socket_connect_permission - Check permission for setting the remote address of a socket. 709 * tomoyo_socket_bind_permission - Check permission for setting the local address of a socket. 744 * tomoyo_socket_sendmsg_permission - Check permission for sending a datagram.
|
/linux-4.1.27/arch/tile/include/hv/ |
H A D | drv_mpipe_intf.h | 209 /** Request shared data permission -- that is, the ability to send and 211 * request shared data permission on the same link. 219 /** Do not request data permission on the specified link. 227 /** Request exclusive data permission -- that is, the ability to send and 229 * request data permission on this link, and if any process already has 230 * data permission on it, this open will fail. 238 /** Request shared stats permission -- that is, the ability to read and write 241 * permission on the same link. 249 /** Do not request stats permission on the specified link. 257 /** Request exclusive stats permission -- that is, the ability to read and 260 * stats permission on this link, and if any process already 261 * has stats permission on it, this open will fail. 263 * Requesting exclusive stats permission is normally a very bad idea, since 275 /** Request shared control permission -- that is, the ability to modify link 278 * permission on the same link. 286 /** Do not request control permission on the specified link. 294 /** Request exclusive control permission -- that is, the ability to modify 296 * specified link. No other processes may request control permission on 297 * this link, and if any process already has control permission on it, 300 * Requesting exclusive control permission is not always a good idea, since 355 * must be opened with stats permission. Note that this flag by itself
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
H A D | gss_krb5_seal.c | 19 * that both that copyright notice and this permission notice appear in 22 * without specific, written prior permission. OpenVision makes no 45 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and 49 * this permission notice appear in supporting documentation, and that 52 * permission. FundsXpress makes no representations about the suitability of
|
H A D | gss_krb5_unseal.c | 18 * that both that copyright notice and this permission notice appear in 21 * without specific, written prior permission. OpenVision makes no 44 * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and 48 * this permission notice appear in supporting documentation, and that 51 * permission. FundsXpress makes no representations about the suitability of
|
H A D | gss_krb5_seqnum.c | 18 * that both that copyright notice and this permission notice appear in 21 * without specific, written prior permission. OpenVision makes no
|
/linux-4.1.27/security/apparmor/include/ |
H A D | file.h | 78 /* struct file_perms - file permission 154 * @perms: permission table indexed by the matched state accept entry of @dfa 157 * File permission are determined by matching a path against @dfa and then 193 * Returns: apparmor permission set for the file 207 /* trunc implies write permission */ aa_map_file_to_perms()
|
/linux-4.1.27/arch/sh/include/asm/ |
H A D | pgtable.h | 98 * permission implies read permission. This is the closest we can get.. 102 * completely separate permission bits for user and kernel space.
|
/linux-4.1.27/drivers/net/ethernet/atheros/alx/ |
H A D | alx.h | 18 * permission notice: 24 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | ar9003_aic.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | ar9003_rtt.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | ar9565_1p1_initvals.h | 7 * copyright notice and this permission notice appear in all copies.
|
H A D | dfs.h | 7 * copyright notice and this permission notice appear in all copies.
|
H A D | phy.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | ani.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | common.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | dfs_debug.h | 7 * copyright notice and this permission notice appear in all copies.
|
H A D | hif_usb.h | 6 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/net/wireless/rsi/ |
H A D | rsi_debugfs.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | rsi_usb.h | 7 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/ |
H A D | phy_qmath.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | phytbl_lcn.h | 6 * copyright notice and this permission notice appear in all copies.
|
H A D | phytbl_n.h | 6 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/net/wireless/brcm80211/include/ |
H A D | soc.h | 6 * copyright notice and this permission notice appear in all copies.
|
/linux-4.1.27/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_kernel_queue_cik.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | kfd_kernel_queue_vi.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | kfd_mqd_manager.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | kfd_mqd_manager_vi.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
H A D | opregion.h | 11 * The above copyright notice and this permission notice (including the next
|
H A D | tc35876x-dsi-lvds.h | 11 * The above copyright notice and this permission notice (including the next
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
H A D | i915_gem_render_state.h | 11 * The above copyright notice and this permission notice (including the next
|
H A D | intel_renderstate.h | 11 * The above copyright notice and this permission notice (including the next
|
H A D | dvo.h | 7 * notice and this permission notice appear in supporting documentation, and 10 * written prior permission. The copyright holders make no representations
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
H A D | nouveau_debugfs.c | 12 * The above copyright notice and this permission notice (including the
|
H A D | nouveau_hwmon.h | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | nv50_display.h | 13 * The above copyright notice and this permission notice (including the
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | enum.c | 14 * The above copyright notice and this permission notice (including the
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | acpi.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gk208.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gk20a.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gm204.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
H A D | ctxgk20a.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gk20a.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gm206.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | g84.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gk110.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | nv50.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bar/ |
H A D | gk20a.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | bit.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
H A D | g84.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | gm107.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | nv1a.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | g84.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gk104.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gm107.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gt215.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | mcp77.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | mcp89.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | nv1a.c | 13 * The above copyright notice and this permission notice (including the
|
H A D | nv47.c | 13 * The above copyright notice and this permission notice (including the
|
H A D | nv49.c | 13 * The above copyright notice and this permission notice (including the
|
H A D | nv4e.c | 13 * The above copyright notice and this permission notice (including the
|
H A D | ramgm107.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | ramnv10.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | ramnv4e.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fuse/ |
H A D | base.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gm107.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | gf117.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | padnv04.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/ltc/ |
H A D | gk104.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
H A D | g94.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | g98.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gf106.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gk20a.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | nv40.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | nv44.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | nv4c.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/ |
H A D | gf100.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gf110.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gk208.c | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | gt215.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | fannil.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
H A D | gk20a.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
H A D | nv40.c | 11 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | atom-types.h | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | avivod.h | 12 * The above copyright notice and this permission notice shall be included in
|
H A D | cayman_blit_shaders.h | 11 * The above copyright notice and this permission notice (including the next
|
H A D | cik_blit_shaders.h | 11 * The above copyright notice and this permission notice (including the next
|
H A D | clearstate_defs.h | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | evergreen_blit_shaders.h | 11 * The above copyright notice and this permission notice (including the next
|
H A D | evergreen_smc.h | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | r600_blit_shaders.h | 12 * The above copyright notice and this permission notice (including the next
|
H A D | radeon_kfd.h | 11 * The above copyright notice and this permission notice shall be included in
|
H A D | rs100d.h | 13 * The above copyright notice and this permission notice shall be included in
|
H A D | rv200d.h | 13 * The above copyright notice and this permission notice shall be included in
|
H A D | rv350d.h | 13 * The above copyright notice and this permission notice shall be included in
|
H A D | si_blit_shaders.h | 11 * The above copyright notice and this permission notice (including the next
|
/linux-4.1.27/drivers/gpu/drm/tdfx/ |
H A D | tdfx_drv.h | 15 * The above copyright notice and this permission notice (including the next
|
/linux-4.1.27/drivers/gpu/drm/vgem/ |
H A D | vgem_drv.h | 12 * The above copyright notice and this permission notice (including the next
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
H A D | svga_types.h | 14 * The above copyright notice and this permission notice (including the
|
H A D | vmwgfx_reg.h | 14 * The above copyright notice and this permission notice (including the
|
/linux-4.1.27/fs/notify/fanotify/ |
H A D | fanotify.h | 25 * Structure for permission fanotify events. It gets allocated and freed in
|
/linux-4.1.27/include/xen/ |
H A D | xenbus_dev.h | 21 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | pgtable.c | 66 /* Server-style MMU handles coherency when hashing if HW exec permission 98 * instead we "filter out" the exec permission for non clean pages. 104 /* No exec permission in the first place, move on */ set_pte_filter() 198 * permission here on some processors
|
/linux-4.1.27/arch/arm/xen/ |
H A D | grant-table.c | 20 * The above copyright notice and this permission notice shall be included in
|
/linux-4.1.27/arch/m68k/include/asm/ |
H A D | rtc.h | 6 /* permission is hereby granted to copy, modify and redistribute this code
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | mpu.h | 40 /* Access permission bits of ACR (only define those that we use)*/
|
/linux-4.1.27/include/drm/ |
H A D | drm_cache.h | 14 * The above copyright notice and this permission notice (including the
|
H A D | drm_core.h | 11 * The above copyright notice and this permission notice (including the
|
H A D | drm_global.h | 14 * The above copyright notice and this permission notice (including the
|
H A D | i915_component.h | 11 * The above copyright notice and this permission notice (including the next
|
/linux-4.1.27/include/drm/i2c/ |
H A D | ch7006.h | 13 * The above copyright notice and this permission notice (including the
|
H A D | sil164.h | 13 * The above copyright notice and this permission notice (including the
|
/linux-4.1.27/include/drm/ttm/ |
H A D | ttm_module.h | 14 * The above copyright notice and this permission notice (including the
|
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-dcb.c | 25 * permission notice: 41 * The above copyright notice and this permission notice shall be included 71 * derived from this software without specific prior written permission. 85 * permission notice: 101 * The above copyright notice and this permission notice shall be included
|
H A D | xgbe-ptp.c | 25 * permission notice: 41 * The above copyright notice and this permission notice shall be included 71 * derived from this software without specific prior written permission. 85 * permission notice: 101 * The above copyright notice and this permission notice shall be included
|
/linux-4.1.27/fs/debugfs/ |
H A D | file.c | 74 * @mode: the permission that the file should have 126 * @mode: the permission that the file should have 178 * @mode: the permission that the file should have 231 * @mode: the permission that the file should have 291 * @mode: the permission that the file should have 315 * @mode: the permission that the file should have 339 * @mode: the permission that the file should have 363 * @mode: the permission that the file should have 394 * @mode: the permission that the file should have 427 * @mode: the permission that the file should have 494 * @mode: the permission that the file should have 539 * @mode: the permission that the file should have 642 * @mode: the permission that the file should have. 735 * @mode: the permission that the file should have
|
/linux-4.1.27/ipc/ |
H A D | util.c | 5 * Sep 1997 - Call suser() last after "normal" permission checks so we 23 * - perform initial checks (capabilities, auditing and permission, 210 * @new: new ipc permission set 293 * @ipcp: ipc permission set 332 * It adds a new entry if the key is not found and does some permission 479 * @ipcp: ipc permission set 480 * @flag: desired permission set 634 * @ops: operations to be called on ipc object creation, permission checks 651 * @in: the permission given as input. 652 * @out: the permission of the ipc to set. 675 * @perm: the permission to set 676 * @extra_perm: one extra permission parameter used by msq 682 * - performs some audit and permission check, depending on the given cmd
|
/linux-4.1.27/drivers/net/wireless/ath/carl9170/ |
H A D | cmd.h | 24 * permission notice: 29 * copyright notice and this permission notice appear in all copies.
|
H A D | debug.h | 23 * permission notice: 28 * copyright notice and this permission notice appear in all copies.
|
H A D | eeprom.h | 23 * permission notice: 28 * copyright notice and this permission notice appear in all copies.
|
H A D | led.c | 24 * permission notice: 29 * copyright notice and this permission notice appear in all copies.
|