Searched refs:permitted (Results 1 – 18 of 18) 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() 428 q->permitted &= ~drop; in capability_quintet_mangle() 482 … if (q->inheritable != UINT64_MAX || q->permitted != UINT64_MAX || q->effective != UINT64_MAX) { in capability_quintet_enforce() 518 if (q->permitted != UINT64_MAX) { in capability_quintet_enforce() 528 new_value = (q->permitted & m) ? CAP_SET : CAP_CLEAR; in capability_quintet_enforce()
|
D | capability-util.h | 57 uint64_t permitted; member 69 q->permitted != UINT64_MAX || in capability_quintet_is_set()
|
/systemd-251/LICENSES/ |
D | BSD-2-Clause.txt | 3 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
|
D | BSD-3-Clause.txt | 4 // modification, are permitted provided that the following conditions are
|
D | CC0-1.0.txt | 63 2. Waiver. To the greatest extent permitted by, but not in contravention 82 Waiver shall be preserved to the maximum extent permitted taking into
|
D | LGPL-2.0-or-later.txt | 8 Everyone is permitted to copy and distribute verbatim copies of this license document, but changing… 112 …k based on the Library and of the other library facilities is otherwise permitted, and provided th… 132 …tribution limitation excluding those countries, so that distribution is permitted only in or among…
|
/systemd-251/docs/ |
D | USER_NAMES.md | 45 an optional trailing dollar character is permitted. 139 * The two strings `.` and `..` are not permitted, as these have special meaning 145 * No leading or trailing white-space is permitted; and hence no user/group names
|
D | JOURNAL_NATIVE_PROTOCOL.md | 44 Other combinations are not permitted, i.e. datagrams with both payload and file 81 permitted. However, it is generally recommended to use the first method if
|
D | COREDUMP_PACKAGE_METADATA.md | 81 these JSON objects are thus permitted to encode numeric values from these
|
D | USER_RECORD.md | 337 i.e. logins are permitted. This field corresponds to the `sp_expire` field of 346 shall not be permitted anymore. This corresponds to the `sp_expire` field of 674 currently permitted value is the string `modhex64`. The `hashedPassword` field 918 permitted. In particular if the home directory is provided in its own LUKS2 931 signed by a recognized key are permitted to log in locally.
|
D | HOME_DIRECTORY.md | 160 compared. Activation is only permitted if they match the same user and are
|
D | TEMPORARY_DIRECTORIES.md | 42 installation during runtime is permitted.)
|
D | CGROUP_DELEGATION.md | 47 1. The **no-processes-in-inner-nodes** rule: this means that it's not permitted
|
/systemd-251/ |
D | LICENSE.LGPL2.1 | 6 Everyone is permitted to copy and distribute verbatim copies 338 permitted, and provided that you do these two things: 409 so that distribution is permitted only in or among countries not thus
|
D | LICENSE.GPL2 | 6 Everyone is permitted to copy and distribute verbatim copies 233 those countries, so that distribution is permitted only in or among
|
D | NEWS | 7264 permitted runtime of the mount command. 9035 that are permitted to be prepended to a packet.
|
/systemd-251/src/nspawn/ |
D | nspawn.c | 2716 if (q.permitted == UINT64_MAX) in drop_capabilities() 2717 q.permitted = uid == 0 ? q.bounding : arg_caps_ambient; in drop_capabilities() 2730 .permitted = uid == 0 ? arg_caps_retain : arg_caps_ambient, in drop_capabilities()
|
D | nspawn-oci.c | 325 …permitted", JSON_VARIANT_ARRAY, oci_capability_array, offsetof(CapabilityQuintet, permitted) }, in oci_capabilities()
|