Home
last modified time | relevance | path

Searched refs:permitted (Results 1 – 18 of 18) sorted by relevance

/systemd-251/src/basic/
Dcapability-util.c406 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()
Dcapability-util.h57 uint64_t permitted; member
69 q->permitted != UINT64_MAX || in capability_quintet_is_set()
/systemd-251/LICENSES/
DBSD-2-Clause.txt3 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
DBSD-3-Clause.txt4 // modification, are permitted provided that the following conditions are
DCC0-1.0.txt63 2. Waiver. To the greatest extent permitted by, but not in contravention
82 Waiver shall be preserved to the maximum extent permitted taking into
DLGPL-2.0-or-later.txt8 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/
DUSER_NAMES.md45 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
DJOURNAL_NATIVE_PROTOCOL.md44 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
DCOREDUMP_PACKAGE_METADATA.md81 these JSON objects are thus permitted to encode numeric values from these
DUSER_RECORD.md337 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.
DHOME_DIRECTORY.md160 compared. Activation is only permitted if they match the same user and are
DTEMPORARY_DIRECTORIES.md42 installation during runtime is permitted.)
DCGROUP_DELEGATION.md47 1. The **no-processes-in-inner-nodes** rule: this means that it's not permitted
/systemd-251/
DLICENSE.LGPL2.16 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
DLICENSE.GPL26 Everyone is permitted to copy and distribute verbatim copies
233 those countries, so that distribution is permitted only in or among
DNEWS7264 permitted runtime of the mount command.
9035 that are permitted to be prepended to a packet.
/systemd-251/src/nspawn/
Dnspawn.c2716 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()
Dnspawn-oci.c325 …permitted", JSON_VARIANT_ARRAY, oci_capability_array, offsetof(CapabilityQuintet, permitted) }, in oci_capabilities()