Home
last modified time | relevance | path

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

12

/linux-6.15/samples/landlock/
H A Dsandboxer.c236 if (!(ruleset_attr->scoped & in check_ruleset_scope()
267 ruleset_attr->scoped &= ~LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET; in check_ruleset_scope()
269 ruleset_attr->scoped &= ~LANDLOCK_SCOPE_SIGNAL; in check_ruleset_scope()
355 .scoped = LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET | in main()
429 ruleset_attr.scoped &= ~(LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET | in main()
/linux-6.15/security/landlock/
H A Dsyscalls.c104 ruleset_size += sizeof(ruleset_attr.scoped); in build_check_abi()
241 if ((ruleset_attr.scoped | LANDLOCK_MASK_SCOPE) != LANDLOCK_MASK_SCOPE) in SYSCALL_DEFINE3()
247 ruleset_attr.scoped); in SYSCALL_DEFINE3()
/linux-6.15/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.c75 .scoped = LANDLOCK_SCOPE_SIGNAL, in TEST_F()
221 .scoped = LANDLOCK_SCOPE_SIGNAL, in TEST_F()
363 .scoped = LANDLOCK_SCOPE_SIGNAL, in TEST_F()
556 .scoped = LANDLOCK_SCOPE_SIGNAL, in TEST_F()
H A Dwait-pipe-sandbox.c47 .scoped = LANDLOCK_SCOPE_SIGNAL, in main()
/linux-6.15/include/uapi/linux/
H A Dlandlock.h53 __u64 scoped; member
/linux-6.15/net/ipv4/
H A Dping.c343 int addr_type, scoped, has_addr; in ping_check_bind_addr() local
356 scoped = __ipv6_addr_needs_scope_id(addr_type); in ping_check_bind_addr()
359 (scoped && !addr->sin6_scope_id)) in ping_check_bind_addr()
379 scoped); in ping_check_bind_addr()
386 if (scoped) in ping_check_bind_addr()
/linux-6.15/Documentation/virt/kvm/arm/
H A Dvcpu-features.rst27 system. The ID register values may be VM-scoped in KVM, meaning that the
/linux-6.15/Documentation/userspace-api/fwctl/
H A Dpds_fwctl.rst31 scoped user requests.
H A Dfwctl.rst87 3. Multiple VM functions tightly scoped within the VM
/linux-6.15/Documentation/security/
H A Dlandlock.rst12 Landlock's goal is to create scoped access-control (i.e. sandboxing). To
45 sandboxed process shall retain their scoped accesses (at the time of resource
/linux-6.15/Documentation/userspace-api/
H A Dlandlock.rst84 .scoped =
128 ruleset_attr.scoped &= ~(LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET |
325 The operations which can be scoped are:
344 If an operation is scoped within a domain, no rules can be added to allow access
588 ``LANDLOCK_SCOPE_ABSTRACT_UNIX_SOCKET`` to the ``scoped`` ruleset attribute.
595 ``scoped`` ruleset attribute.
/linux-6.15/Documentation/networking/devlink/
H A Ddevlink-region.rst17 Snapshot identifiers are scoped to the devlink instance, not a region.
/linux-6.15/Documentation/arch/powerpc/
H A Dkvm-nested.rst190 L2 wide is the timebase offset or process scoped page table
241 L2 wide is the timebase offset or process scoped page table
405 the partition like the timebase offset and partition scoped page
425 | 0x0005 | 0x18 | RW | G |Partition scoped page tbl info: |
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-6.15/Documentation/netlink/specs/
H A Dnetdev.yaml293 are scoped to an interface and queue type.
330 Get device statistics, scoped to a device or a queue.
355 doc: Queue ID, if stats are scoped to a single queue instance.
H A Dnet_shaper.yaml181 below 'node' scoped shapers. Only 'queue' and 'node'
/linux-6.15/Documentation/arch/arm64/
H A Dtagged-address-abi.rst87 The ABI properties described above are thread-scoped, inherited on
/linux-6.15/Documentation/arch/x86/
H A Dsva.rst67 A new thread-scoped MSR (IA32_PASID) provides the connection between
/linux-6.15/Documentation/process/
H A Dmaintainer-netdev.rst400 APIs and helpers, especially scoped iterators. However, direct use of
/linux-6.15/Documentation/networking/
H A Dl2tp.rst684 scoped by the tunnel, the Linux implementation has historically
/linux-6.15/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst385 The scope of this enable is per package or die scoped when a package contains
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst1804 - The hooked part of XFS should declare a static-scoped static key that

12