Home
last modified time | relevance | path

Searched refs:scoped (Results 1 – 17 of 17) sorted by relevance

/linux/samples/landlock/
H A Dsandboxer.c245 if (!(ruleset_attr->scoped & in check_ruleset_scope()
276 ruleset_attr->scoped &= ~LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET; in check_ruleset_scope()
278 ruleset_attr->scoped &= ~LANDLOCK_SCOPE_SIGNAL;
334 ruleset_attr->quiet_scoped = ruleset_attr->scoped;
368 ruleset_attr->quiet_scoped &= ruleset_attr->scoped; in main()
449 .scoped = LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET | in main()
528 ruleset_attr.scoped &= ~(LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET | in main()
/linux/rust/kernel/
H A Ddebugfs.rs396 let scoped = self.scoped_dir(name);
397 init(data, &scoped);
398 scoped.into_entry()
495 let scoped = ScopedDir::new(name);
496 init(data, &scoped);
497 scoped.into_entry()
372 let scoped = self.scoped_dir(name); scope() localVariable
471 let scoped = ScopedDir::new(name); dir() localVariable
/linux/security/landlock/
H A Dsyscalls.c110 ruleset_size += sizeof(ruleset_attr.scoped); in build_check_abi()
204 * scoped; in SYSCALL_DEFINE3()
258 if ((ruleset_attr.scoped | LANDLOCK_MASK_SCOPE) != LANDLOCK_MASK_SCOPE)
272 if ((ruleset_attr.quiet_scoped | ruleset_attr.scoped) != in get_ruleset_from_fd()
273 ruleset_attr.scoped) in get_ruleset_from_fd()
279 ruleset_attr.scoped); in get_ruleset_from_fd()
/linux/tools/testing/selftests/landlock/
H A Dscoped_test.c24 .scoped = scoped_mask, in TEST()
H A Dscoped_common.h17 .scoped = scope, in create_scoped_domain()
H A Dsandbox-and-launch.c22 .scoped = LANDLOCK_SCOPE_SIGNAL, in main()
H A Daudit_test.c76 .scoped = LANDLOCK_SCOPE_SIGNAL, in TEST_F()
224 .scoped = LANDLOCK_SCOPE_SIGNAL, in TEST_F()
295 .scoped = LANDLOCK_SCOPE_SIGNAL, in FIXTURE_VARIANT_ADD()
452 .scoped = LANDLOCK_SCOPE_SIGNAL, in TEST_F()
535 .scoped = LANDLOCK_SCOPE_SIGNAL, in FIXTURE_TEARDOWN()
697 .scoped = LANDLOCK_SCOPE_SIGNAL,
885 .scoped = LANDLOCK_SCOPE_SIGNAL,
H A Dscoped_abstract_unix_test.c302 const __u64 scoped; in FIXTURE_VARIANT() local
310 .scoped = LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET, in FIXTURE_VARIANT_ADD()
318 .scoped = LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET, in FIXTURE_VARIANT_ADD()
326 .scoped = LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET | LANDLOCK_SCOPE_SIGNAL, in FIXTURE_VARIANT_ADD()
335 .scoped = LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET | LANDLOCK_SCOPE_SIGNAL, in FIXTURE_VARIANT_ADD()
356 .scoped = variant->scoped, in TEST_F()
1391 .scoped = LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET, in TEST_F()
H A Dscoped_signal_test.c82 * after getting scoped. in TEST_F()
112 * domain is not scoped. in TEST_F()
174 * This test ensures that a scoped process cannot send signal out of in TEST_F()
175 * scoped domain. in TEST_F()
689 .scoped = LANDLOCK_SCOPE_SIGNAL, in thread_setown_scoped()
862 * own scoped layer, so the signal is still denied and target_domain=
874 .scoped = LANDLOCK_SCOPE_SIGNAL,
/linux/include/trace/events/
H A Dlandlock.h326 __field( access_mask_t, scoped )
334 __entry->scoped = ruleset->handled_masks.scope;
341 __print_flags(__entry->scoped, "|", _LANDLOCK_SCOPE_NAMES))
/linux/Documentation/virt/kvm/arm/
H A Dvcpu-features.rst27 system. The ID register values may be VM-scoped in KVM, meaning that the
/linux/Documentation/networking/devlink/
H A Ddevlink-region.rst17 Snapshot identifiers are scoped to the devlink instance, not a region.
/linux/Documentation/arch/powerpc/
H A Dultravisor.rst305 scoped page table. But the Hypervisor can provide a hint to the
372 partition-scoped page-table of the SVM. If `dest_gpa` is not shared,
488 scoped page tables for the Hypervisor as well as each of the
490 operates in partition 0 and its partition-scoped page tables
494 scoped and process-scoped page table entries for the Hypervisor
/linux/Documentation/arch/arm64/
H A Dtagged-address-abi.rst87 The ABI properties described above are thread-scoped, inherited on
/linux/Documentation/arch/x86/
H A Dsva.rst67 A new thread-scoped MSR (IA32_PASID) provides the connection between
/linux/Documentation/networking/
H A Dl2tp.rst684 scoped by the tunnel, the Linux implementation has historically
/linux/Documentation/process/
H A Dmaintainer-netdev.rst432 APIs and helpers, especially scoped iterators. However, direct use of