Home
last modified time | relevance | path

Searched full:permitted (Results 1 – 25 of 1864) sorted by relevance

12345678910>>...75

/linux-6.12.1/security/
Dcommoncap.c169 * Determine whether the nominated task is permitted to trace the current
196 * @permitted: The place to record the permitted set
202 kernel_cap_t *inheritable, kernel_cap_t *permitted) in cap_capget() argument
211 *permitted = cred->cap_permitted; in cap_capget()
218 * permitted set. Returns 1 if they are limited, 0 if they are not.
237 * @permitted: A pointer to the proposed new permitted capabilities set
247 const kernel_cap_t *permitted) in cap_capset() argument
262 /* verify restrictions on target's new Permitted set */ in cap_capset()
263 if (!cap_issubset(*permitted, old->cap_permitted)) in cap_capset()
267 if (!cap_issubset(*effective, *permitted)) in cap_capset()
[all …]
/linux-6.12.1/tools/testing/selftests/powerpc/syscalls/
Drtas_filter.c165 printf("Test a permitted call, no parameters... "); in test()
187 // Test a permitted call, user-supplied size, buffer inside RMO in test()
189 printf("Test a permitted call, user-supplied size, buffer inside RMO... "); in test()
195 // Test a permitted call, user-supplied size, buffer start outside RMO in test()
197 printf("Test a permitted call, user-supplied size, buffer start outside RMO... "); in test()
203 // Test a permitted call, user-supplied size, buffer end outside RMO in test()
205 printf("Test a permitted call, user-supplied size, buffer end outside RMO... "); in test()
211 // Test a permitted call, fixed size, buffer end outside RMO in test()
213 printf("Test a permitted call, fixed size, buffer end outside RMO... "); in test()
/linux-6.12.1/tools/testing/selftests/bpf/verifier/
Dperf_event_sample_period.c2 "check bpf_perf_event_data->sample_period byte load permitted",
18 "check bpf_perf_event_data->sample_period half load permitted",
34 "check bpf_perf_event_data->sample_period word load permitted",
50 "check bpf_perf_event_data->sample_period dword load permitted",
Dctx_skb.c480 "__sk_buff->hash, offset 0, byte store not permitted",
491 "__sk_buff->tc_index, offset 3, byte store not permitted",
502 "check skb->hash byte load permitted",
517 "check skb->hash byte load permitted 1",
527 "check skb->hash byte load permitted 2",
537 "check skb->hash byte load permitted 3",
624 "check __sk_buff->hash, offset 0, half store not permitted",
635 "check __sk_buff->tc_index, offset 2, half store not permitted",
646 "check skb->hash half load permitted",
661 "check skb->hash half load permitted 2",
[all …]
/linux-6.12.1/kernel/
Dcapability.c136 * @dataptr: pointer to struct that contains the effective, permitted,
169 kdata[0].permitted = pP.val; kdata[1].permitted = pP.val >> 32; in SYSCALL_DEFINE2()
206 * @data: pointer to struct that contains the effective, permitted,
214 * I: any raised capabilities must be a subset of the old permitted
215 * P: any raised capabilities must be a subset of the old permitted
216 * E: must be set to a subset of new permitted
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()
/linux-6.12.1/drivers/mtd/
DKconfig87 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
/linux-6.12.1/include/linux/
Dcapability.h30 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()
Drcu_sync.h26 * rcu_sync_is_idle() - Are readers permitted to use their fastpaths?
29 * Returns true if readers are permitted to use their fastpaths. Must be
Dmutex_types.h18 * - multiple unlocks are not permitted
19 * - recursive locking is not permitted
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-driver-hid-picolcd10 Writing: causes operation mode switch. Permitted values are
24 Reading/Writing: It is expressed in ms and permitted range is
37 within permitted rates.
Dsysfs-bus-event_source-devices-hv_gpci107 * "-EPERM" : Partition is not permitted to retrieve performance information,
139 * "-EPERM" : Partition is not permitted to retrieve performance information,
171 * "-EPERM" : Partition is not permitted to retrieve performance information,
203 * "-EPERM" : Partition is not permitted to retrieve performance information,
235 * "-EPERM" : Partition is not permitted to retrieve performance information,
/linux-6.12.1/Documentation/admin-guide/LSM/
DSmack.rst95 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-6.12.1/drivers/scsi/isci/
Dremote_device.h30 * modification, are permitted provided that the following conditions
198 * permitted. This state is entered from the INITIAL state. This state
203 * IO operations are permitted. This state is entered from the STOPPED
249 * permitted, but existing IO operations are allowed to complete. This
254 * failed. In this state no new IO operations are permitted. This
259 * In this state no new IO operations are permitted. This state is
Dhost.h30 * modification, are permitted provided that the following conditions
234 * are permitted.
241 * initialized. In this state no new IO operations are permitted.
248 * ready (i.e. starting). In this state no new IO operations are permitted.
273 * In this state no new IO operations are permitted, but existing IO
281 * initialized. In this state no new IO operations are permitted.
/linux-6.12.1/arch/m68k/fpsp040/
DREADME10 To the maximum extent permitted by applicable law,
17 To the maximum extent permitted by applicable law,
/linux-6.12.1/Documentation/devicetree/bindings/input/touchscreen/
Dbu21013.txt23 - 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
/linux-6.12.1/arch/x86/kernel/fpu/
Dxstate.c1606 static int __xstate_request_perm(u64 permitted, u64 requested, bool guest) in __xstate_request_perm() argument
1622 if ((permitted & requested) == requested) in __xstate_request_perm()
1626 mask = permitted | requested; in __xstate_request_perm()
1660 u64 permitted, requested; in xstate_request_perm() local
1679 permitted = xstate_get_group_perm(guest); in xstate_request_perm()
1680 if ((permitted & requested) == requested) in xstate_request_perm()
1685 permitted = xstate_get_group_perm(guest); in xstate_request_perm()
1688 if (guest && (permitted & FPU_GUEST_PERM_LOCKED)) in xstate_request_perm()
1691 ret = __xstate_request_perm(permitted, requested, guest); in xstate_request_perm()
1712 /* If not permitted let it die */ in __xfd_enable_feature()
[all …]
/linux-6.12.1/include/uapi/linux/
Dcapability.h46 __u32 permitted; member
76 __le32 permitted; /* Little endian */ member
87 __le32 permitted; /* Little endian */ member
166 * Transfer any capability in your permitted set to any pid,
167 * remove any capability in your permitted set from any pid
/linux-6.12.1/fs/proc/
Darray.c477 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))) { 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()
/linux-6.12.1/include/uapi/linux/netfilter/
Dnfnetlink_osf.h81 OSFOPT_SACKP, /* SACK permitted */
86 OSFOPT_POCP, /* Partial Order Connection Permitted */
/linux-6.12.1/security/safesetid/
Dlsm.c150 bool permitted; in id_permitted_for_cred() local
168 permitted = in id_permitted_for_cred()
171 if (!permitted) { in id_permitted_for_cred()
183 return permitted; in id_permitted_for_cred()
/linux-6.12.1/drivers/crypto/cavium/zip/
Dzip_inflate.h13 * or without modification, are permitted provided that the following
33 * TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS"
Dzip_deflate.h13 * or without modification, are permitted provided that the following
33 * TO THE MAXIMUM EXTENT PERMITTED BY LAW, THE SOFTWARE IS PROVIDED "AS IS"
/linux-6.12.1/drivers/gpu/drm/i915/gt/
Dintel_rps_types.h86 u8 min_freq_softlimit; /* Minimum frequency permitted by the driver */
87 u8 max_freq_softlimit; /* Max frequency permitted by the driver */
/linux-6.12.1/arch/riscv/mm/
Dcacheflush.c183 * @ctx: Set the type of icache flushing instructions permitted/prohibited in
209 * permitted to emit icache flushing instructions. Whenever any thread in the
218 * thread calling this function is permitted to emit icache flushing

12345678910>>...75