/Linux-v4.19/kernel/ |
D | capability.c | 174 kdata[i].permitted = pP.cap[i]; in SYSCALL_DEFINE2() 228 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local 253 permitted.cap[i] = kdata[i].permitted; in SYSCALL_DEFINE2() 258 permitted.cap[i] = 0; in SYSCALL_DEFINE2() 264 permitted.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; in SYSCALL_DEFINE2() 272 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
|
/Linux-v4.19/security/ |
D | commoncap.c | 206 kernel_cap_t *inheritable, kernel_cap_t *permitted) in cap_capget() argument 215 *permitted = cred->cap_permitted; in cap_capget() 252 const kernel_cap_t *permitted) in cap_capset() argument 268 if (!cap_issubset(*permitted, old->cap_permitted)) in cap_capset() 272 if (!cap_issubset(*effective, *permitted)) in cap_capset() 277 new->cap_permitted = *permitted; in cap_capset() 284 cap_intersect(*permitted, in cap_capset() 551 __u32 permitted = caps->permitted.cap[i]; in bprm_caps_from_vfs_caps() local 559 (new->cap_bset.cap[i] & permitted) | in bprm_caps_from_vfs_caps() 562 if (permitted & ~new->cap_permitted.cap[i]) in bprm_caps_from_vfs_caps() [all …]
|
/Linux-v4.19/include/uapi/linux/ |
D | capability.h | 46 __u32 permitted; member 75 __le32 permitted; /* Little endian */ member 86 __le32 permitted; /* Little endian */ member
|
/Linux-v4.19/include/linux/ |
D | capability.h | 31 kernel_cap_t permitted; member 181 const kernel_cap_t permitted) in cap_raise_fs_set() argument 185 cap_intersect(permitted, __cap_fs_set)); in cap_raise_fs_set() 195 const kernel_cap_t permitted) in cap_raise_nfsd_set() argument 199 cap_intersect(permitted, __cap_nfsd_set)); in cap_raise_nfsd_set()
|
D | security.h | 79 … task_struct *target, kernel_cap_t *effective, kernel_cap_t *inheritable, kernel_cap_t *permitted); 83 const kernel_cap_t *permitted); 231 kernel_cap_t *permitted); 235 const kernel_cap_t *permitted); 480 kernel_cap_t *permitted) in security_capget() argument 482 return cap_capget(target, effective, inheritable, permitted); in security_capget() 489 const kernel_cap_t *permitted) in security_capset() argument 491 return cap_capset(new, old, effective, inheritable, permitted); in security_capset()
|
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/ |
D | bu21013.txt | 10 - rohm,touch-max-x : Maximum outward permitted limit in the X axis 11 - rohm,touch-max-y : Maximum outward permitted limit in the Y axis
|
/Linux-v4.19/fs/proc/ |
D | array.c | 430 int permitted; in do_task_stat() local 442 permitted = ptrace_may_access(task, PTRACE_MODE_READ_FSCREDS | PTRACE_MODE_NOAUDIT); in do_task_stat() 455 if (permitted && (task->flags & PF_DUMPCORE)) { in do_task_stat() 511 if (permitted && (!whole || num_threads < 2)) in do_task_stat() 555 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->start_code : 1) : 0); in do_task_stat() 556 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->end_code : 1) : 0); in do_task_stat() 557 seq_put_decimal_ull(m, " ", (permitted && mm) ? mm->start_stack : 0); in do_task_stat() 591 if (mm && permitted) { in do_task_stat() 602 if (permitted) in do_task_stat()
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | README | 10 To the maximum extent permitted by applicable law, 17 To the maximum extent permitted by applicable law,
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-hid-picolcd | 24 Reading/Writing: It is expressed in ms and permitted range is 37 within permitted rates.
|
D | sysfs-driver-hid-logitech-hidpp | 6 (RW) This attribute controls the amount of 'turn' permitted in
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | README | 10 To the maximum extent permitted by applicable law, 16 To the maximum extent permitted by applicable law,
|
D | MISC | 10 To the maximum extent permitted by applicable law, 16 To the maximum extent permitted by applicable law,
|
D | CHANGES | 10 To the maximum extent permitted by applicable law, 16 To the maximum extent permitted by applicable law,
|
/Linux-v4.19/drivers/mtd/ |
D | Kconfig | 216 legal - in the USA you are only permitted to use this on PCMCIA 218 permitted to copy, modify and distribute the code as you wish. Just 233 legal - in the USA you are only permitted to use this on DiskOnChip 235 permitted to copy, modify and distribute the code as you wish. Just 258 legal - in the USA you are only permitted to use this on DiskOnChip 260 permitted to copy, modify and distribute the code as you wish. Just
|
/Linux-v4.19/Documentation/devicetree/bindings/clock/ |
D | brcm,bcm2835-aux-clock.txt | 12 - #clock-cells: Should be <1>. The permitted clock-specifier values can be
|
D | brcm,bcm2835-cprman.txt | 16 - #clock-cells: Should be <1>. The permitted clock-specifier values can be
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | alpine-db.dts | 9 * without modification, are permitted provided that the following conditions
|
D | bcm94708.dts | 7 * modification, are permitted provided that the following conditions
|
D | bcm94709.dts | 7 * modification, are permitted provided that the following conditions
|
D | bcm9hmidc.dtsi | 7 * modification, are permitted provided that the following conditions
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | Smack.rst | 95 label does not allow all of the access permitted to a process 102 the Smack rule (more below) that permitted the write access 138 would be permitted. The text will be either "1" indicating 146 would be permitted. The text will be either "1" indicating 250 otherwise be permitted, and are intended to provide additional 257 otherwise be permitted, and are intended to provide additional 313 the access permitted if it wouldn't be otherwise. Note that this 334 kind of access permitted a subject with subjectlabel on an 484 is permitted. 486 is permitted. [all …]
|
/Linux-v4.19/LICENSES/other/ |
D | Linux-OpenIB | 11 modification, are permitted provided that the following conditions are met:
|
/Linux-v4.19/arch/arm64/boot/dts/al/ |
D | alpine-v2-evp.dts | 13 * without modification, are permitted provided that the following
|
/Linux-v4.19/LICENSES/preferred/ |
D | BSD-2-Clause | 13 modification, are permitted provided that the following conditions are met:
|
/Linux-v4.19/arch/arm64/boot/dts/broadcom/stingray/ |
D | bcm958742t.dts | 7 * modification, are permitted provided that the following conditions
|