/openbmc/linux/kernel/ |
H A D | capability.c | 169 kdata[0].permitted = pP.val; kdata[1].permitted = pP.val >> 32; in SYSCALL_DEFINE2() 224 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local 248 permitted = mk_kernel_cap(kdata[0].permitted, kdata[1].permitted); in SYSCALL_DEFINE2() 256 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
|
/openbmc/linux/security/ |
H A D | commoncap.c | 201 kernel_cap_t *inheritable, kernel_cap_t *permitted) in cap_capget() argument 210 *permitted = cred->cap_permitted; in cap_capget() 246 const kernel_cap_t *permitted) in cap_capset() argument 262 if (!cap_issubset(*permitted, old->cap_permitted)) in cap_capset() 266 if (!cap_issubset(*effective, *permitted)) in cap_capset() 271 new->cap_permitted = *permitted; in cap_capset() 278 cap_intersect(*permitted, in cap_capset() 605 (new->cap_bset.val & caps->permitted.val) | in bprm_caps_from_vfs_caps() 608 if (caps->permitted.val & ~new->cap_permitted.val) in bprm_caps_from_vfs_caps() 698 cpu_caps->permitted.val = le32_to_cpu(caps->data[0].permitted); in get_vfs_caps_from_disk() [all …]
|
/openbmc/linux/include/linux/ |
H A D | capability.h | 30 kernel_cap_t permitted; member 125 const kernel_cap_t permitted) in cap_raise_fs_set() argument 127 return cap_combine(a, cap_intersect(permitted, CAP_FS_SET)); in cap_raise_fs_set() 136 const kernel_cap_t permitted) in cap_raise_nfsd_set() argument 138 return cap_combine(a, cap_intersect(permitted, CAP_NFSD_SET)); in cap_raise_nfsd_set()
|
/openbmc/linux/include/uapi/linux/ |
H A D | capability.h | 46 __u32 permitted; member 76 __le32 permitted; /* Little endian */ member 87 __le32 permitted; /* Little endian */ member
|
/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | xstate.c | 1589 static int __xstate_request_perm(u64 permitted, u64 requested, bool guest) in __xstate_request_perm() argument 1605 if ((permitted & requested) == requested) in __xstate_request_perm() 1609 mask = permitted | requested; in __xstate_request_perm() 1643 u64 permitted, requested; in xstate_request_perm() local 1662 permitted = xstate_get_group_perm(guest); in xstate_request_perm() 1663 if ((permitted & requested) == requested) in xstate_request_perm() 1668 permitted = xstate_get_group_perm(guest); in xstate_request_perm() 1671 if (guest && (permitted & FPU_GUEST_PERM_LOCKED)) in xstate_request_perm() 1674 ret = __xstate_request_perm(permitted, requested, guest); in xstate_request_perm() 1762 u64 permitted, supported; in fpu_xstate_prctl() local [all …]
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Knuth-CTAN | 2 of this package and/or its individual files are permitted 4 redistribution of modifications, are also permitted, but
|
H A D | PolyForm-Noncommercial-1.0.0 | 16 in it for any permitted purpose. However, you may 27 changes and new works permitted by [Changes and New Works 44 permitted purpose. 54 Any noncommercial purpose is a permitted purpose. 62 is use for a permitted purpose. 69 or government institution is use for a permitted purpose
|
H A D | Wsuipa | 3 …of the files is permitted as long as the file is not modified. Modifications, and redistribution o…
|
H A D | libutil-David-Nugent | 5 Redistribution and use in source and binary forms, with or without modification, is permitted provi… 11 3. This work was done expressly for inclusion into FreeBSD. Other use is permitted provided this no…
|
H A D | PolyForm-Small-Business-1.0.0 | 16 in it for any permitted purpose. However, you may 27 changes and new works permitted by [Changes and New Works 44 permitted purpose. 60 a permitted purpose if your company has fewer than 100 total
|
H A D | Artistic-2.0 | 6 Everyone is permitted to copy and distribute verbatim copies 17 You are always permitted to make arrangements wholly outside of this 70 (1) You are permitted to use the Standard Version and create and use 147 Package. Distributor Fees are permitted, and licensing fees for other 148 components in the aggregation are permitted. The terms of this license 152 (8) You are permitted to link Modified and Standard Versions with
|
H A D | OpenPBS-2.3 | 20 are permitted provided that all of the following conditions are met. 23 1. Commercial and/or non-commercial use of the Software is permitted 28 2. Redistribution in any form is only permitted for non-commercial,
|
H A D | Kastrup | 2 Any use of the code is permitted as long as this copyright
|
H A D | FSFAP-no-warranty-disclaimer | 4 are permitted in any medium without royalty provided the copyright
|
H A D | FSFAP | 1 Copying and distribution of this file, with or without modification, are permitted in any medium wi…
|
H A D | ASWF-Digital-Assets-1.0 | 7 …by third parties), or software and hardware product demonstrations, are permitted provided that th… 15 …shall be solely to identify the digital assets. Other than as expressly permitted by this License,…
|
H A D | OGC-1.0 | 9 …permitted) should be used within the body of any redistributed or derivative code: "Copyright © [$…
|
H A D | ssh-keyscan | 4 * permitted provided that due credit is given to the author and the
|
/openbmc/linux/security/safesetid/ |
H A D | lsm.c | 149 bool permitted; in id_permitted_for_cred() local 167 permitted = in id_permitted_for_cred() 170 if (!permitted) { in id_permitted_for_cred() 182 return permitted; in id_permitted_for_cred()
|
/openbmc/linux/fs/proc/ |
H A D | array.c | 477 int permitted; in do_task_stat() local 490 permitted = ptrace_may_access(task, PTRACE_MODE_READ_FSCREDS | PTRACE_MODE_NOAUDIT); in do_task_stat() 503 if (permitted && (task->flags & (PF_EXITING|PF_DUMPCORE|PF_POSTCOREDUMP))) { in do_task_stat() 540 if (permitted && (!whole || num_threads < 2)) in do_task_stat() 616 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->start_code : 1) : 0); in do_task_stat() 617 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->end_code : 1) : 0); in do_task_stat() 618 seq_put_decimal_ull(m, " ", (permitted && mm) ? mm->start_stack : 0); in do_task_stat() 649 if (mm && permitted) { in do_task_stat() 660 if (permitted) in do_task_stat()
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | bu21013.txt | 23 - rohm,touch-max-x : Maximum outward permitted limit in the X axis 24 - rohm,touch-max-y : Maximum outward permitted limit in the Y axis
|
/openbmc/u-boot/Licenses/ |
H A D | r8a779x_usb3.txt | 4 Redistribution and use in binary form, without modification, are permitted 14 not permitted.
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | README | 10 To the maximum extent permitted by applicable law, 17 To the maximum extent permitted by applicable law,
|
/openbmc/linux/drivers/mtd/ |
H A D | Kconfig | 87 legal - in the USA you are only permitted to use this on PCMCIA 89 permitted to copy, modify and distribute the code as you wish. Just 104 legal - in the USA you are only permitted to use this on DiskOnChip 106 permitted to copy, modify and distribute the code as you wish. Just 129 legal - in the USA you are only permitted to use this on DiskOnChip 131 permitted to copy, modify and distribute the code as you wish. Just
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-hid-picolcd | 24 Reading/Writing: It is expressed in ms and permitted range is 37 within permitted rates.
|