Searched refs:effective (Results 1 – 17 of 17) sorted by relevance
/systemd-251/src/basic/ |
D | capability-util.c | 406 combined = q->effective | q->bounding | q->inheritable | q->permitted; in capability_quintet_mangle() 425 q->effective &= ~drop; in capability_quintet_mangle() 482 … if (q->inheritable != UINT64_MAX || q->permitted != UINT64_MAX || q->effective != UINT64_MAX) { in capability_quintet_enforce() 538 if (q->effective != UINT64_MAX) { in capability_quintet_enforce() 548 new_value = (q->effective & m) ? CAP_SET : CAP_CLEAR; in capability_quintet_enforce()
|
D | capability-util.h | 54 uint64_t effective; member 66 return q->effective != UINT64_MAX || in capability_quintet_is_set()
|
/systemd-251/modprobe.d/ |
D | README | 7 Use 'systemd-analyze cat-config modprobe.d' to display the effective config.
|
/systemd-251/sysusers.d/ |
D | README | 8 Use 'systemd-analyze cat-config sysusers.d' to display the effective config.
|
/systemd-251/sysctl.d/ |
D | README | 8 Use 'systemd-analyze cat-config sysctl.d' to display the effective config.
|
D | 50-coredump.conf.in | 32 # systemd-coredump will store the core file owned by the effective uid and gid
|
/systemd-251/tmpfiles.d/ |
D | README | 8 Use 'systemd-analyze cat-config tmpfiles.d' to display the effective config.
|
/systemd-251/rules.d/ |
D | README | 8 Use 'systemd-analyze cat-config udev/rules.d' to display the effective config.
|
/systemd-251/hwdb.d/ |
D | README | 11 Use 'systemd-analyze cat-config udev/hwdb.d' to display the effective config.
|
/systemd-251/src/home/ |
D | homework.c | 1091 _cleanup_(strv_free_erasep) char **effective = NULL; in user_record_compile_effective_passwords() 1122 r = strv_extend(&effective, *j); in user_record_compile_effective_passwords() 1163 r = strv_extend(&effective, p); in user_record_compile_effective_passwords() 1199 r = strv_extend(&effective, data.decrypted_password); in user_record_compile_effective_passwords() 1227 r = strv_extend(&effective, decrypted_password); in user_record_compile_effective_passwords() 1241 *ret_effective_passwords = TAKE_PTR(effective); in user_record_compile_effective_passwords()
|
/systemd-251/LICENSES/ |
D | CC0-1.0.txt | 92 "License"). The License shall be deemed effective as of the date CC0 was
|
/systemd-251/docs/ |
D | ARCHITECTURE.md | 90 (mostly in the form of effective capabilities). These tests are self-contained,
|
D | CREDENTIALS.md | 58 8. Credentials are an effective way to pass parameters into services that run
|
/systemd-251/test/ |
D | README.testsuite | 167 on libera.chat is an effective way to receive support in general.
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 2710 if (q.effective == UINT64_MAX) in drop_capabilities() 2711 q.effective = uid == 0 ? q.bounding : 0; in drop_capabilities() 2728 .effective = uid == 0 ? arg_caps_retain : 0, in drop_capabilities()
|
D | nspawn-oci.c | 322 …effective", JSON_VARIANT_ARRAY, oci_capability_array, offsetof(CapabilityQuintet, effective) }, in oci_capabilities()
|
/systemd-251/ |
D | NEWS | 713 effective way to make certain API file systems unavailable to 3138 * "systemctl edit" has been updated to show the original effective unit 3340 the core file, systemd-coredump will use the effective uid and gid of 6663 extend the effective start, runtime, and stop time. The service must 7966 SystemCallFilter=@clock is now an effective way to make all clock 8968 putting an effective limit on them. The new setting defaults 12196 * journald will now implicitly log the effective capabilities
|