Home
last modified time | relevance | path

Searched full:unprivileged (Results 1 – 25 of 165) sorted by relevance

1234567

/linux-6.8/net/smc/
Dsmc_netlink.c39 /* can be retrieved by unprivileged users */
44 /* can be retrieved by unprivileged users */
49 /* can be retrieved by unprivileged users */
54 /* can be retrieved by unprivileged users */
59 /* can be retrieved by unprivileged users */
64 /* can be retrieved by unprivileged users */
69 /* can be retrieved by unprivileged users */
74 /* can be retrieved by unprivileged users */
79 /* can be retrieved by unprivileged users */
101 /* can be retrieved by unprivileged users */
[all …]
/linux-6.8/tools/testing/selftests/bpf/progs/
Dbpf_misc.h9 * Programs could be loaded in privileged and unprivileged modes.
12 * unprivileged mode.
13 * If combination of privileged and unprivileged attributes is present
17 * that differ between privileged and unprivileged modes.
20 * unprivileged mode is derived from the usual program name by adding
25 * __msg_unpriv Same as __msg but for unprivileged mode.
28 * __success_unpriv Expect program load success in unprivileged mode.
31 * __failure_unpriv Expect program load failure in unprivileged mode.
40 * __retval_unpriv Same, but load program in unprivileged mode.
59 * __auxiliary_unpriv Same, but load program in unprivileged mode.
/linux-6.8/Documentation/devicetree/bindings/riscv/
Dextensions.yaml57 version of the unprivileged ISA specification.
72 version of the unprivileged ISA specification.
76 20191213 version of the unprivileged specification.
81 ratified in the 20191213 version of the unprivileged ISA
87 20191213 version of the unprivileged ISA specification.
92 ratified in the 20191213 version of the unprivileged ISA
98 ratified in the 20191213 version of the unprivileged ISA
104 ratified in the 20191213 version of the unprivileged ISA
110 the 20191213 version of the unprivileged ISA specification.
323 ratified in the 20191213 version of the unprivileged ISA
[all …]
/linux-6.8/include/linux/
Dfanotify.h32 * We do not allow unprivileged groups to request permission events.
33 * We do not allow unprivileged groups to get other process pid in events.
34 * We do not allow unprivileged groups to use unlimited resources.
44 * FAN_CLASS_NOTIF is the only class we allow for unprivileged group.
45 * We do not allow unprivileged groups to get file descriptors in events,
Dpsi_types.h158 /* Trigger type - PSI_AVGS for unprivileged, PSI_POLL for RT */
180 /* Unprivileged triggers against N*PSI_FREQ windows */
Dipc_namespace.h97 * MIN_*: Lowest value an admin can set the maximum unprivileged limit to
98 * DFLT_*MAX: Default values for the maximum unprivileged limits
/linux-6.8/Documentation/admin-guide/
Dperf-security.rst54 ID is 0, referred to as superuser or root), and b) unprivileged
60 Unprivileged processes are subject to a full security permission check
67 files of unprivileged users.
69 Unprivileged processes with enabled CAP_PERFMON capability are treated
87 Prior Linux v5.9 unprivileged processes using perf_events system call
90 So unprivileged processes provided with CAP_SYS_PTRACE capability are
96 Other capabilities being granted to unprivileged processes can
223 Unprivileged users
226 perf_events *scope* and *access* control for unprivileged processes
243 imposed but ignored for unprivileged processes with CAP_IPC_LOCK
[all …]
/linux-6.8/Documentation/userspace-api/
Dno_new_privs.rst15 - chroot is disallowed to unprivileged processes, since it would allow
49 Unprivileged users are therefore only allowed to install such filters
53 available to an unprivileged user. If everything running with a
60 available to unprivileged tasks if ``no_new_privs`` is set. In principle,
/linux-6.8/tools/testing/selftests/x86/
Diopl.c259 printf("[RUN]\tiopl(3) unprivileged but with IOPL==3\n"); in main()
261 printf("[FAIL]\tiopl(3) should work if iopl is already 3 even if unprivileged\n"); in main()
265 printf("[RUN]\tiopl(0) unprivileged\n"); in main()
267 printf("[FAIL]\tiopl(0) should work if iopl is already 3 even if unprivileged\n"); in main()
271 printf("[RUN]\tiopl(3) unprivileged\n"); in main()
273 printf("[FAIL]\tiopl(3) should fail if when unprivileged if iopl==0\n"); in main()
/linux-6.8/kernel/bpf/
DKconfig73 bool "Disable unprivileged BPF by default"
77 Disables unprivileged BPF by default by setting the corresponding
83 Unprivileged BPF could be used to exploit certain potential
/linux-6.8/tools/bpf/bpftool/Documentation/
Dbpftool-feature.rst26 | **bpftool** **feature probe** [*COMPONENT*] [**full**] [**unprivileged**] [**macros** [**prefix**…
58 When the **unprivileged** keyword is used, bpftool will dump
62 supported by the system. Unprivileged users MUST use the
63 **unprivileged** keyword: This is to avoid misdetection if
/linux-6.8/tools/bpf/bpftool/
Dfeature.c207 printf("bpf() syscall for unprivileged users is enabled\n"); in probe_unprivileged_disabled()
269 printf("JIT compiler hardening is enabled for unprivileged users\n"); in probe_jit_harden()
322 printf("Unable to retrieve global memory limit for JIT compiler for unprivileged users\n"); in probe_jit_limit()
325 printf("Global memory limit for JIT compiler for unprivileged users is %ld bytes\n", res); in probe_jit_limit()
570 /* Probe may succeed even if program load fails, for unprivileged users in probe_prog_type()
637 * check required for unprivileged users in probe_map_type()
695 * unprivileged users check that we did not fail because of in probe_helper_for_progtype()
1106 p_err("missing %s, required for full feature probing; run as root or use 'unprivileged'", in handle_perms()
1109 …err("missing %s%s%s%s%s%s%s%srequired for full feature probing; run as root or use 'unprivileged'", in handle_perms()
1214 } else if (is_prefix(*argv, "unprivileged")) { in do_probe()
[all …]
/linux-6.8/Documentation/driver-api/early-userspace/
Dearly_userspace_support.rst44 built by an unprivileged user.
65 Because device-special files cannot be created by a unprivileged user,
68 early userspace image can be built by an unprivileged user.
/linux-6.8/include/uapi/linux/
Dublk_cmd.h153 * Unprivileged user can create /dev/ublkcN and /dev/ublkbN.
155 * /dev/ublk-control needs to be available for unprivileged user, and it
157 * unprivileged user. Except for the command of UBLK_CMD_ADD_DEV, all
168 * Then ublk server can be run as unprivileged user, and /dev/ublkbN can
/linux-6.8/Documentation/arch/riscv/
Duabi.rst10 chapter 27 of the unprivileged specification.
30 after standard unprivileged extensions. If multiple supervisor-level
/linux-6.8/Documentation/block/
Dublk.rst150 permission check, and this command is added for supporting unprivileged
161 unprivileged application needs to query devices the current user owns,
220 Unprivileged ublk device is supported by passing ``UBLK_F_UNPRIVILEGED_DEV``.
221 Once the flag is set, all control commands can be sent by unprivileged
/linux-6.8/tools/testing/selftests/mount/
D.gitignore2 unprivileged-remount-test
DMakefile7 TEST_GEN_FILES := unprivileged-remount-test nosymfollow-test
Drun_unprivileged_remount.sh8 ./unprivileged-remount-test ;
/linux-6.8/tools/testing/selftests/bpf/prog_tests/
Dunpriv_bpf_disabled.c71 /* Positive tests for unprivileged BPF disabled. Verify we can in test_unpriv_bpf_disabled_positive()
162 /* Negative tests for unprivileged BPF disabled. Verify we cannot in test_unpriv_bpf_disabled_negative()
262 /* ensure unprivileged bpf disabled is set */ in test_unpriv_bpf_disabled()
/linux-6.8/Documentation/security/
Dself-protection.rst13 In the worst-case scenario, we assume an unprivileged local attacker
119 restricted to the more regular set of normally available to unprivileged
125 The kernel should never allow an unprivileged user the ability to
131 unprivileged socket API is nonsense: only the root or physically local
Dlandlock.rst14 including unprivileged ones. Because such process may be compromised or
19 Landlock is designed to be usable by unprivileged processes while following the
/linux-6.8/tools/testing/selftests/cgroup/
Dtest_cpuset.c203 * from an unprivileged process, the main process remains privileged in test_cpuset_perms_subtree()
205 * The unprivileged child runs in subtree too to avoid parent and in test_cpuset_perms_subtree()
/linux-6.8/arch/arm/kernel/
Dspectre.c45 return sprintf(buf, "Vulnerable: Unprivileged eBPF enabled\n"); in cpu_show_spectre_v2()
/linux-6.8/security/
DKconfig11 bool "Restrict unprivileged access to the kernel syslog"
14 This enforces restrictions on unprivileged users reading the kernel

1234567