| /OK3568_Linux_fs/kernel/security/ |
| H A D | commoncap.c | 200 kernel_cap_t *inheritable, kernel_cap_t *permitted) in cap_capget() argument 209 *permitted = cred->cap_permitted; in cap_capget() 245 const kernel_cap_t *permitted) in cap_capset() argument 261 if (!cap_issubset(*permitted, old->cap_permitted)) in cap_capset() 265 if (!cap_issubset(*effective, *permitted)) in cap_capset() 270 new->cap_permitted = *permitted; in cap_capset() 277 cap_intersect(*permitted, in cap_capset() 566 __u32 permitted = caps->permitted.cap[i]; in bprm_caps_from_vfs_caps() local 574 (new->cap_bset.cap[i] & permitted) | in bprm_caps_from_vfs_caps() 577 if (permitted & ~new->cap_permitted.cap[i]) in bprm_caps_from_vfs_caps() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | capability.c | 172 kdata[i].permitted = pP.cap[i]; in SYSCALL_DEFINE2() 226 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local 251 permitted.cap[i] = kdata[i].permitted; in SYSCALL_DEFINE2() 256 permitted.cap[i] = 0; in SYSCALL_DEFINE2() 262 permitted.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; in SYSCALL_DEFINE2() 270 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | capability.h | 31 kernel_cap_t permitted; member 182 const kernel_cap_t permitted) in cap_raise_fs_set() argument 186 cap_intersect(permitted, __cap_fs_set)); in cap_raise_fs_set() 196 const kernel_cap_t permitted) in cap_raise_nfsd_set() argument 200 cap_intersect(permitted, __cap_nfsd_set)); in cap_raise_nfsd_set()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | capability.h | 46 __u32 permitted; member 75 __le32 permitted; /* Little endian */ member 86 __le32 permitted; /* Little endian */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | capability.h | 46 __u32 permitted; member 75 __le32 permitted; /* Little endian */ member 86 __le32 permitted; /* Little endian */ member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | capability.h | 46 __u32 permitted; member 75 __le32 permitted; /* Little endian */ member 86 __le32 permitted; /* Little endian */ member
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| 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 | 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 | Net-SNMP | 15 …n and use in source and binary forms, with or without modification, are permitted provided that th… 25 …n and use in source and binary forms, with or without modification, are permitted provided that th… 43 Redistribution and use in source and binary forms, with or without modification, are permitted prov… 55 …n and use in source and binary forms, with or without modification, are permitted provided that th… 65 …n and use in source and binary forms, with or without modification, are permitted provided that th… 77 Redistribution and use in source and binary forms, with or without modification, are permitted prov… 91 Redistribution and use in source and binary forms, with or without modification, are permitted prov… 101 …n and use in source and binary forms, with or without modification, are permitted provided that th…
|
| H A D | OGC-1.0 | 9 …permitted) should be used within the body of any redistributed or derivative code: "Copyright © [$…
|
| H A D | FSFAP | 1 Copying and distribution of this file, with or without modification, are permitted in any medium wi…
|
| /OK3568_Linux_fs/kernel/security/safesetid/ |
| H A D | lsm.c | 158 bool permitted; in id_permitted_for_cred() local 176 permitted = in id_permitted_for_cred() 179 if (!permitted) { in id_permitted_for_cred() 191 return permitted; in id_permitted_for_cred()
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | array.c | 443 int permitted; in do_task_stat() local 455 permitted = ptrace_may_access(task, PTRACE_MODE_READ_FSCREDS | PTRACE_MODE_NOAUDIT); in do_task_stat() 468 if (permitted && (task->flags & (PF_EXITING|PF_DUMPCORE))) { in do_task_stat() 524 if (permitted && (!whole || num_threads < 2)) in do_task_stat() 568 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->start_code : 1) : 0); in do_task_stat() 569 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->end_code : 1) : 0); in do_task_stat() 570 seq_put_decimal_ull(m, " ", (permitted && mm) ? mm->start_stack : 0); in do_task_stat() 604 if (mm && permitted) { in do_task_stat() 615 if (permitted) in do_task_stat()
|
| /OK3568_Linux_fs/buildroot/package/systemd/ |
| H A D | 0001-missing-syscall-define-MOVE_MOUNT_T_EMPTY_PATH-if-mi.patch | 21 #define MOVE_MOUNT_F_EMPTY_PATH 0x00000004 /* Empty from path permitted */ 25 +#define MOVE_MOUNT_T_EMPTY_PATH 0x00000040 /* Empty to path permitted */
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | Kconfig | 85 legal - in the USA you are only permitted to use this on PCMCIA 87 permitted to copy, modify and distribute the code as you wish. Just 102 legal - in the USA you are only permitted to use this on DiskOnChip 104 permitted to copy, modify and distribute the code as you wish. Just 127 legal - in the USA you are only permitted to use this on DiskOnChip 129 permitted to copy, modify and distribute the code as you wish. Just
|
| /OK3568_Linux_fs/kernel/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,
|
| /OK3568_Linux_fs/u-boot/Licenses/ |
| H A D | r8a779x_usb3.txt | 4 Redistribution and use in binary form, without modification, are permitted 14 not permitted.
|
| /OK3568_Linux_fs/external/chromium/licenses/ |
| H A D | NOTICE | 5 modification, are permitted provided that the following conditions are met: 36 modification, are permitted provided that the following conditions are met: 64 modification, are permitted provided that the following conditions 105 modification, are permitted provided that the following conditions 134 modification, are permitted provided that the following conditions 213 modification, are permitted provided that the following conditions 257 modification, are permitted provided that the following conditions 286 modification, are permitted provided that the following conditions 314 modification, are permitted provided that the following conditions 358 modification, are permitted provided that the following conditions [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-27774-2.patch | 6 ... unless explicitly permitted. 32 + unless permitted */
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/yocto/meta-rockchip/licenses/ |
| H A D | LICENSE.rockchip | 5 modification, are permitted provided that the following conditions are 17 is permitted.
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | fixes.c | 37 _fixes_test_direction(struct PointerBarrier *barrier, int d[4], int permitted) in _fixes_test_direction() argument 51 assert((barrier->directions & permitted) == in _fixes_test_direction() 52 permitted ? !blocking : blocking); in _fixes_test_direction()
|