Compare commits
11 Commits
ddc7fda136
...
d343a7f48c
Author | SHA1 | Date |
---|---|---|
Ivan Kruglov | d343a7f48c | |
Antonio Alvarez Feijoo | 2ccacdd57c | |
Yu Watanabe | d99198819c | |
Tobias Zimmermann | f70e5620b6 | |
Zbigniew Jędrzejewski-Szmek | 3127c71bf4 | |
Yuri Chornoivan | b153eebfb2 | |
Zbigniew Jędrzejewski-Szmek | 2c06e40ae9 | |
Zbigniew Jędrzejewski-Szmek | 5ca9149464 | |
Ivan Kruglov | b1e226539e | |
Ivan Kruglov | 6d077f1216 | |
Ivan Kruglov | 997c1bba6b |
|
@ -1438,6 +1438,11 @@ evdev:input:b0003v046DpC309*
|
||||||
KEYBOARD_KEY_c01b6=images # My Pictures (F11)
|
KEYBOARD_KEY_c01b6=images # My Pictures (F11)
|
||||||
KEYBOARD_KEY_c01b7=audio # My Music (F12)
|
KEYBOARD_KEY_c01b7=audio # My Music (F12)
|
||||||
|
|
||||||
|
# Logitech MX Keys for Mac
|
||||||
|
evdev:input:b0003v046Dp4092*
|
||||||
|
KEYBOARD_KEY_70035=102nd # '<' key
|
||||||
|
KEYBOARD_KEY_70064=grave # '^' key
|
||||||
|
|
||||||
###########################################################
|
###########################################################
|
||||||
# Maxdata
|
# Maxdata
|
||||||
###########################################################
|
###########################################################
|
||||||
|
|
10
po/uk.po
10
po/uk.po
|
@ -9,8 +9,8 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2024-11-06 14:42+0000\n"
|
"POT-Creation-Date: 2024-11-06 14:42+0000\n"
|
||||||
"PO-Revision-Date: 2024-11-20 19:13+0000\n"
|
"PO-Revision-Date: 2024-11-21 19:38+0000\n"
|
||||||
"Last-Translator: Dmytro Markevych <hotr1pak@gmail.com>\n"
|
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
|
||||||
"Language-Team: Ukrainian <https://translate.fedoraproject.org/projects/"
|
"Language-Team: Ukrainian <https://translate.fedoraproject.org/projects/"
|
||||||
"systemd/main/uk/>\n"
|
"systemd/main/uk/>\n"
|
||||||
"Language: uk\n"
|
"Language: uk\n"
|
||||||
|
@ -120,11 +120,11 @@ msgstr "Для оновлення домашньої теки користува
|
||||||
|
|
||||||
#: src/home/org.freedesktop.home1.policy:53
|
#: src/home/org.freedesktop.home1.policy:53
|
||||||
msgid "Update your home area"
|
msgid "Update your home area"
|
||||||
msgstr "Оновіть свій домашній простір"
|
msgstr "Оновлення домашньої області"
|
||||||
|
|
||||||
#: src/home/org.freedesktop.home1.policy:54
|
#: src/home/org.freedesktop.home1.policy:54
|
||||||
msgid "Authentication is required to update your home area."
|
msgid "Authentication is required to update your home area."
|
||||||
msgstr "Для оновлення домашньої області потрібна автентифікація."
|
msgstr "Для оновлення домашньої області слід пройти розпізнавання."
|
||||||
|
|
||||||
#: src/home/org.freedesktop.home1.policy:63
|
#: src/home/org.freedesktop.home1.policy:63
|
||||||
msgid "Resize a home area"
|
msgid "Resize a home area"
|
||||||
|
@ -1215,7 +1215,7 @@ msgstr "Керування додатковими функціями"
|
||||||
|
|
||||||
#: src/sysupdate/org.freedesktop.sysupdate1.policy:76
|
#: src/sysupdate/org.freedesktop.sysupdate1.policy:76
|
||||||
msgid "Authentication is required to manage optional features"
|
msgid "Authentication is required to manage optional features"
|
||||||
msgstr "Для керування додатковими функціями потрібна автентифікація"
|
msgstr "Для керування додатковими можливостями слід пройти розпізнавання"
|
||||||
|
|
||||||
#: src/timedate/org.freedesktop.timedate1.policy:22
|
#: src/timedate/org.freedesktop.timedate1.policy:22
|
||||||
msgid "Set system time"
|
msgid "Set system time"
|
||||||
|
|
|
@ -38,19 +38,12 @@ __get_tpm2_devices() {
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
|
||||||
__get_block_devices() {
|
|
||||||
local i
|
|
||||||
for i in /dev/*; do
|
|
||||||
[ -b "$i" ] && printf '%s\n' "$i"
|
|
||||||
done
|
|
||||||
}
|
|
||||||
|
|
||||||
_systemd_cryptenroll() {
|
_systemd_cryptenroll() {
|
||||||
local comps
|
local comps
|
||||||
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
|
local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]} words cword
|
||||||
local -A OPTS=(
|
local -A OPTS=(
|
||||||
[STANDALONE]='-h --help --version
|
[STANDALONE]='-h --help --version
|
||||||
--password --recovery-key'
|
--password --recovery-key --list-devices'
|
||||||
[ARG]='--unlock-key-file
|
[ARG]='--unlock-key-file
|
||||||
--unlock-fido2-device
|
--unlock-fido2-device
|
||||||
--unlock-tpm2-device
|
--unlock-tpm2-device
|
||||||
|
@ -116,7 +109,7 @@ _systemd_cryptenroll() {
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
comps=$(__get_block_devices)
|
comps=$(systemd-cryptenroll --list-devices)
|
||||||
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
|
COMPREPLY=( $(compgen -W '$comps' -- "$cur") )
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
|
@ -3426,14 +3426,12 @@ static int service_deserialize_item(Unit *u, const char *key, const char *value,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
r = service_add_fd_store(s, fd, fdn, do_poll);
|
r = service_add_fd_store(s, TAKE_FD(fd), fdn, do_poll);
|
||||||
if (r < 0) {
|
if (r < 0) {
|
||||||
log_unit_debug_errno(u, r,
|
log_unit_debug_errno(u, r,
|
||||||
"Failed to store deserialized fd '%s', ignoring: %m", fdn);
|
"Failed to store deserialized fd '%s', ignoring: %m", fdn);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
TAKE_FD(fd);
|
|
||||||
} else if (streq(key, "extra-fd")) {
|
} else if (streq(key, "extra-fd")) {
|
||||||
_cleanup_free_ char *fdv = NULL, *fdn = NULL;
|
_cleanup_free_ char *fdv = NULL, *fdn = NULL;
|
||||||
_cleanup_close_ int fd = -EBADF;
|
_cleanup_close_ int fd = -EBADF;
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
#include "sd-varlink.h"
|
#include "sd-varlink.h"
|
||||||
|
|
||||||
#include "bus-polkit.h"
|
#include "bus-polkit.h"
|
||||||
|
#include "copy.h"
|
||||||
#include "fd-util.h"
|
#include "fd-util.h"
|
||||||
#include "hostname-util.h"
|
#include "hostname-util.h"
|
||||||
#include "json-util.h"
|
#include "json-util.h"
|
||||||
|
@ -570,3 +571,191 @@ int vl_method_open(sd_varlink *link, sd_json_variant *parameters, sd_varlink_met
|
||||||
|
|
||||||
return sd_varlink_reply(link, v);
|
return sd_varlink_reply(link, v);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
typedef struct MachineCopyParameters {
|
||||||
|
const char *name;
|
||||||
|
PidRef pidref;
|
||||||
|
char *src, *dest;
|
||||||
|
bool replace;
|
||||||
|
} MachineCopyParameters;
|
||||||
|
|
||||||
|
static void machine_copy_paramaters_done(MachineCopyParameters *p) {
|
||||||
|
assert(p);
|
||||||
|
|
||||||
|
pidref_done(&p->pidref);
|
||||||
|
free(p->src);
|
||||||
|
free(p->dest);
|
||||||
|
}
|
||||||
|
|
||||||
|
static int copy_done(Operation *operation, int ret, sd_bus_error *error) {
|
||||||
|
assert(operation);
|
||||||
|
assert(operation->link);
|
||||||
|
|
||||||
|
// TODO(ikruglov): maybe just leaving a plain errno in response?
|
||||||
|
if (ret == -EPERM || ret == -EACCES)
|
||||||
|
return sd_varlink_error(operation->link, SD_VARLINK_ERROR_PERMISSION_DENIED, NULL);
|
||||||
|
if (ERRNO_IS_NEG_NOT_SUPPORTED(ret))
|
||||||
|
return sd_varlink_error(operation->link, "io.systemd.Machine.NotSupported", NULL);
|
||||||
|
if (ret == -ENOENT)
|
||||||
|
return sd_varlink_error(operation->link, "io.systemd.Machine.NoSuchFile", NULL);
|
||||||
|
if (ret == -EEXIST)
|
||||||
|
return sd_varlink_error(operation->link, "io.systemd.Machine.FileExists", NULL);
|
||||||
|
if (ret < 0)
|
||||||
|
return sd_varlink_error_errno(operation->link, ret);
|
||||||
|
|
||||||
|
return sd_varlink_reply(operation->link, NULL);
|
||||||
|
}
|
||||||
|
|
||||||
|
int vl_method_copy_internal(sd_varlink *link, sd_json_variant *parameters, sd_varlink_method_flags_t flags, void *userdata, bool copy_from) {
|
||||||
|
static const sd_json_dispatch_field dispatch_table[] = {
|
||||||
|
VARLINK_DISPATCH_MACHINE_LOOKUP_FIELDS(MachineCopyParameters),
|
||||||
|
{ "source", SD_JSON_VARIANT_STRING, json_dispatch_path, offsetof(MachineCopyParameters, src), SD_JSON_MANDATORY },
|
||||||
|
{ "destination", SD_JSON_VARIANT_STRING, json_dispatch_path, offsetof(MachineCopyParameters, dest), 0 },
|
||||||
|
{ "replace", SD_JSON_VARIANT_BOOLEAN, sd_json_dispatch_stdbool, offsetof(MachineCopyParameters, replace), 0 },
|
||||||
|
VARLINK_DISPATCH_POLKIT_FIELD,
|
||||||
|
{}
|
||||||
|
};
|
||||||
|
|
||||||
|
Manager *manager = ASSERT_PTR(userdata);
|
||||||
|
_cleanup_close_ int hostfd = -EBADF, mntns_fd = -EBADF;
|
||||||
|
_cleanup_close_pair_ int errno_pipe_fd[2] = EBADF_PAIR;
|
||||||
|
_cleanup_(machine_copy_paramaters_done) MachineCopyParameters p = { .pidref = PIDREF_NULL };
|
||||||
|
_cleanup_free_ char *host_basename = NULL, *container_basename = NULL;
|
||||||
|
CopyFlags copy_flags = COPY_REFLINK|COPY_MERGE|COPY_HARDLINKS;
|
||||||
|
uid_t uid_shift;
|
||||||
|
pid_t child;
|
||||||
|
int r;
|
||||||
|
|
||||||
|
assert(link);
|
||||||
|
assert(parameters);
|
||||||
|
|
||||||
|
if (manager->n_operations >= OPERATIONS_MAX)
|
||||||
|
return sd_varlink_error(link, "io.systemd.MachineImage.TooManyOperations", NULL);
|
||||||
|
|
||||||
|
r = sd_varlink_dispatch(link, parameters, dispatch_table, &p);
|
||||||
|
if (r != 0)
|
||||||
|
return r;
|
||||||
|
|
||||||
|
/* There is no need for extra validation since path_is_absolute() does path_is_valid() and path_is_absolute().*/
|
||||||
|
const char *dest = p.dest ?: p.src;
|
||||||
|
const char *container_path = copy_from ? p.src : dest;
|
||||||
|
const char *host_path = copy_from ? dest : p.src;
|
||||||
|
copy_flags |= p.replace ? COPY_REPLACE : 0;
|
||||||
|
|
||||||
|
Machine *machine;
|
||||||
|
r = lookup_machine_by_name_or_pidref(link, manager, p.name, &p.pidref, &machine);
|
||||||
|
if (r == -ESRCH)
|
||||||
|
return sd_varlink_error(link, "io.systemd.Machine.NoSuchMachine", NULL);
|
||||||
|
if (r != 0)
|
||||||
|
return r;
|
||||||
|
|
||||||
|
if (machine->class != MACHINE_CONTAINER)
|
||||||
|
return sd_varlink_error(link, "io.systemd.Machine.NotSupported", NULL);
|
||||||
|
|
||||||
|
r = varlink_verify_polkit_async(
|
||||||
|
link,
|
||||||
|
manager->bus,
|
||||||
|
"org.freedesktop.machine1.manage-machines",
|
||||||
|
(const char**) STRV_MAKE("name", machine->name,
|
||||||
|
"verb", "copy",
|
||||||
|
"src", p.src,
|
||||||
|
"dest", dest),
|
||||||
|
&manager->polkit_registry);
|
||||||
|
if (r <= 0)
|
||||||
|
return r;
|
||||||
|
|
||||||
|
r = path_extract_filename(host_path, &host_basename);
|
||||||
|
if (r < 0)
|
||||||
|
return log_debug_errno(r, "Failed to extract file name of '%s' path: %m", host_path);
|
||||||
|
|
||||||
|
r = path_extract_filename(container_path, &container_basename);
|
||||||
|
if (r < 0)
|
||||||
|
return log_debug_errno(r, "Failed to extract file name of '%s' path: %m", container_path);
|
||||||
|
|
||||||
|
hostfd = open_parent(host_path, O_CLOEXEC, 0);
|
||||||
|
if (hostfd < 0)
|
||||||
|
return log_debug_errno(hostfd, "Failed to open host directory %s: %m", host_path);
|
||||||
|
|
||||||
|
r = machine_get_uid_shift(machine, &uid_shift);
|
||||||
|
if (r < 0)
|
||||||
|
return log_debug_errno(r, "Failed to get machine UID shift: %m");
|
||||||
|
|
||||||
|
r = pidref_namespace_open(&machine->leader,
|
||||||
|
/* ret_pidns_fd = */ NULL,
|
||||||
|
&mntns_fd,
|
||||||
|
/* ret_netns_fd = */ NULL,
|
||||||
|
/* ret_userns_fd = */ NULL,
|
||||||
|
/* ret_root_fd = */ NULL);
|
||||||
|
if (r < 0)
|
||||||
|
return log_debug_errno(r, "Failed to open namespace: %m");
|
||||||
|
|
||||||
|
if (pipe2(errno_pipe_fd, O_CLOEXEC|O_NONBLOCK) < 0)
|
||||||
|
return log_debug_errno(errno, "Failed to create pipe: %m");
|
||||||
|
|
||||||
|
r = namespace_fork("(sd-copyns)",
|
||||||
|
"(sd-copy)",
|
||||||
|
/* except_fds = */ NULL,
|
||||||
|
/* n_except_fds = */ 0,
|
||||||
|
FORK_RESET_SIGNALS|FORK_DEATHSIG_SIGKILL,
|
||||||
|
/* pidns_fd = */ -1,
|
||||||
|
mntns_fd,
|
||||||
|
/* netns_fd = */ -1,
|
||||||
|
/* userns_fd = */ -1,
|
||||||
|
/* root_fd = */ -1,
|
||||||
|
&child);
|
||||||
|
if (r < 0)
|
||||||
|
return log_debug_errno(r, "Failed to fork(): %m");
|
||||||
|
if (r == 0) {
|
||||||
|
errno_pipe_fd[0] = safe_close(errno_pipe_fd[0]);
|
||||||
|
|
||||||
|
_cleanup_close_ int containerfd = -EBADF;
|
||||||
|
containerfd = open_parent(container_path, O_CLOEXEC, 0);
|
||||||
|
if (containerfd < 0) {
|
||||||
|
log_error_errno(containerfd, "Failed to open destination directory: %m");
|
||||||
|
report_errno_and_exit(errno_pipe_fd[1], containerfd);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Run the actual copy operation. Note that when a UID shift is set we'll either clamp the UID/GID to */
|
||||||
|
/* 0 or to the actual UID shift depending on the direction we copy. If no UID shift is set we'll copy */
|
||||||
|
/* the UID/GIDs as they are. */
|
||||||
|
r = copy_from ? copy_tree_at(
|
||||||
|
containerfd,
|
||||||
|
container_basename,
|
||||||
|
hostfd,
|
||||||
|
host_basename,
|
||||||
|
uid_shift == 0 ? UID_INVALID : 0,
|
||||||
|
uid_shift == 0 ? GID_INVALID : 0,
|
||||||
|
copy_flags,
|
||||||
|
/* denylist = */ NULL,
|
||||||
|
/* subvolumes = */ NULL)
|
||||||
|
: copy_tree_at(
|
||||||
|
hostfd,
|
||||||
|
host_basename,
|
||||||
|
containerfd,
|
||||||
|
container_basename,
|
||||||
|
uid_shift == 0 ? UID_INVALID : uid_shift,
|
||||||
|
uid_shift == 0 ? GID_INVALID : uid_shift,
|
||||||
|
copy_flags,
|
||||||
|
/* denylist = */ NULL,
|
||||||
|
/* subvolumes = */ NULL);
|
||||||
|
|
||||||
|
if (r < 0)
|
||||||
|
log_error_errno(r, "Failed to copy tree: %m");
|
||||||
|
|
||||||
|
report_errno_and_exit(errno_pipe_fd[1], r);
|
||||||
|
}
|
||||||
|
|
||||||
|
errno_pipe_fd[1] = safe_close(errno_pipe_fd[1]);
|
||||||
|
|
||||||
|
Operation *operation;
|
||||||
|
r = operation_new_with_varlink_reply(manager, machine, child, link, errno_pipe_fd[0], &operation);
|
||||||
|
if (r < 0) {
|
||||||
|
sigkill_wait(child);
|
||||||
|
return r;
|
||||||
|
}
|
||||||
|
|
||||||
|
operation->done = copy_done;
|
||||||
|
|
||||||
|
TAKE_FD(errno_pipe_fd[0]);
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
|
|
@ -25,3 +25,4 @@ int vl_method_unregister_internal(sd_varlink *link, sd_json_variant *parameters,
|
||||||
int vl_method_terminate_internal(sd_varlink *link, sd_json_variant *parameters, sd_varlink_method_flags_t flags, void *userdata);
|
int vl_method_terminate_internal(sd_varlink *link, sd_json_variant *parameters, sd_varlink_method_flags_t flags, void *userdata);
|
||||||
int vl_method_kill(sd_varlink *link, sd_json_variant *parameters, sd_varlink_method_flags_t flags, void *userdata);
|
int vl_method_kill(sd_varlink *link, sd_json_variant *parameters, sd_varlink_method_flags_t flags, void *userdata);
|
||||||
int vl_method_open(sd_varlink *link, sd_json_variant *parameters, sd_varlink_method_flags_t flags, void *userdata);
|
int vl_method_open(sd_varlink *link, sd_json_variant *parameters, sd_varlink_method_flags_t flags, void *userdata);
|
||||||
|
int vl_method_copy_internal(sd_varlink *link, sd_json_variant *parameters, sd_varlink_method_flags_t flags, void *userdata, bool copy_from);
|
||||||
|
|
|
@ -590,6 +590,13 @@ static int vl_method_terminate(sd_varlink *link, sd_json_variant *parameters, sd
|
||||||
return lookup_machine_and_call_method(link, parameters, flags, userdata, vl_method_terminate_internal);
|
return lookup_machine_and_call_method(link, parameters, flags, userdata, vl_method_terminate_internal);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static int vl_method_copy_from(sd_varlink *link, sd_json_variant *parameters, sd_varlink_method_flags_t flags, void *userdata) {
|
||||||
|
return vl_method_copy_internal(link, parameters, flags, userdata, /* copy_from = */ true);
|
||||||
|
}
|
||||||
|
static int vl_method_copy_to(sd_varlink *link, sd_json_variant *parameters, sd_varlink_method_flags_t flags, void *userdata) {
|
||||||
|
return vl_method_copy_internal(link, parameters, flags, userdata, /* copy_from = */ false);
|
||||||
|
}
|
||||||
|
|
||||||
static int list_image_one_and_maybe_read_metadata(sd_varlink *link, Image *image, bool more, AcquireMetadata am) {
|
static int list_image_one_and_maybe_read_metadata(sd_varlink *link, Image *image, bool more, AcquireMetadata am) {
|
||||||
int r;
|
int r;
|
||||||
|
|
||||||
|
@ -774,6 +781,8 @@ static int manager_varlink_init_machine(Manager *m) {
|
||||||
"io.systemd.Machine.Terminate", vl_method_terminate,
|
"io.systemd.Machine.Terminate", vl_method_terminate,
|
||||||
"io.systemd.Machine.Kill", vl_method_kill,
|
"io.systemd.Machine.Kill", vl_method_kill,
|
||||||
"io.systemd.Machine.Open", vl_method_open,
|
"io.systemd.Machine.Open", vl_method_open,
|
||||||
|
"io.systemd.Machine.CopyFrom", vl_method_copy_from,
|
||||||
|
"io.systemd.Machine.CopyTo", vl_method_copy_to,
|
||||||
"io.systemd.MachineImage.List", vl_method_list_images,
|
"io.systemd.MachineImage.List", vl_method_list_images,
|
||||||
"io.systemd.MachineImage.Update", vl_method_update_image,
|
"io.systemd.MachineImage.Update", vl_method_update_image,
|
||||||
"io.systemd.MachineImage.Clone", vl_method_clone_image,
|
"io.systemd.MachineImage.Clone", vl_method_clone_image,
|
||||||
|
|
|
@ -46,10 +46,13 @@ static int operation_done(sd_event_source *s, const siginfo_t *si, void *userdat
|
||||||
if (r < 0)
|
if (r < 0)
|
||||||
log_debug_errno(r, "Operation failed: %m");
|
log_debug_errno(r, "Operation failed: %m");
|
||||||
|
|
||||||
/* If a completion routine (o->done) is set for this operation, call it. It sends a response, but can return an error in which case it expect us to reply.
|
|
||||||
* Otherwise, the default action is to simply return an error on failure or an empty success message on success. */
|
|
||||||
|
|
||||||
if (o->message) {
|
if (o->message) {
|
||||||
|
/* If a completion routine (o->done) is set for this operation,
|
||||||
|
* call it. It sends a response, but can return an error in
|
||||||
|
* which case it expect us to reply. Otherwise, the default
|
||||||
|
* action is to simply return an error on failure or an empty
|
||||||
|
* success message on success. */
|
||||||
|
|
||||||
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
|
_cleanup_(sd_bus_error_free) sd_bus_error error = SD_BUS_ERROR_NULL;
|
||||||
if (o->done)
|
if (o->done)
|
||||||
r = o->done(o, r, &error);
|
r = o->done(o, r, &error);
|
||||||
|
@ -68,13 +71,13 @@ static int operation_done(sd_event_source *s, const siginfo_t *si, void *userdat
|
||||||
log_error_errno(r, "Failed to reply to dbus message: %m");
|
log_error_errno(r, "Failed to reply to dbus message: %m");
|
||||||
}
|
}
|
||||||
} else if (o->link) {
|
} else if (o->link) {
|
||||||
|
/* If a completion routine (o->done) is set for this operation,
|
||||||
|
* then it's completely response for sending a response */
|
||||||
if (o->done)
|
if (o->done)
|
||||||
r = o->done(o, r, /* error = */ NULL);
|
(void) o->done(o, r, /* error = */ NULL);
|
||||||
|
else if (r < 0)
|
||||||
if (r < 0)
|
|
||||||
(void) sd_varlink_error_errno(o->link, r);
|
(void) sd_varlink_error_errno(o->link, r);
|
||||||
else if (!o->done)
|
else
|
||||||
/* when o->done set it's responsible for sending reply in a happy-path case */
|
|
||||||
(void) sd_varlink_reply(o->link, NULL);
|
(void) sd_varlink_reply(o->link, NULL);
|
||||||
} else
|
} else
|
||||||
assert_not_reached();
|
assert_not_reached();
|
||||||
|
|
|
@ -121,9 +121,30 @@ static SD_VARLINK_DEFINE_METHOD(
|
||||||
SD_VARLINK_DEFINE_OUTPUT(ptyFileDescriptor, SD_VARLINK_INT, 0),
|
SD_VARLINK_DEFINE_OUTPUT(ptyFileDescriptor, SD_VARLINK_INT, 0),
|
||||||
SD_VARLINK_FIELD_COMMENT("Path to the allocated pseudo TTY"),
|
SD_VARLINK_FIELD_COMMENT("Path to the allocated pseudo TTY"),
|
||||||
SD_VARLINK_DEFINE_OUTPUT(ptyPath, SD_VARLINK_STRING, 0));
|
SD_VARLINK_DEFINE_OUTPUT(ptyPath, SD_VARLINK_STRING, 0));
|
||||||
|
static SD_VARLINK_DEFINE_METHOD(
|
||||||
|
CopyFrom,
|
||||||
|
VARLINK_DEFINE_MACHINE_LOOKUP_AND_POLKIT_INPUT_FIELDS,
|
||||||
|
SD_VARLINK_FIELD_COMMENT("A source directory in the container"),
|
||||||
|
SD_VARLINK_DEFINE_INPUT(source, SD_VARLINK_STRING, 0),
|
||||||
|
SD_VARLINK_FIELD_COMMENT("A destination directory in the container. If null, it's equal to 'source'"),
|
||||||
|
SD_VARLINK_DEFINE_INPUT(destination, SD_VARLINK_STRING, SD_VARLINK_NULLABLE),
|
||||||
|
SD_VARLINK_FIELD_COMMENT("If true the destination will be replaced"),
|
||||||
|
SD_VARLINK_DEFINE_INPUT(replace, SD_VARLINK_BOOL, SD_VARLINK_NULLABLE));
|
||||||
|
|
||||||
|
static SD_VARLINK_DEFINE_METHOD(
|
||||||
|
CopyTo,
|
||||||
|
VARLINK_DEFINE_MACHINE_LOOKUP_AND_POLKIT_INPUT_FIELDS,
|
||||||
|
SD_VARLINK_FIELD_COMMENT("A source directory on the host"),
|
||||||
|
SD_VARLINK_DEFINE_INPUT(source, SD_VARLINK_STRING, 0),
|
||||||
|
SD_VARLINK_FIELD_COMMENT("A destination directory in the container. If null, it's equal to 'source'"),
|
||||||
|
SD_VARLINK_DEFINE_INPUT(destination, SD_VARLINK_STRING, SD_VARLINK_NULLABLE),
|
||||||
|
SD_VARLINK_FIELD_COMMENT("If true the destination will be replaced"),
|
||||||
|
SD_VARLINK_DEFINE_INPUT(replace, SD_VARLINK_BOOL, SD_VARLINK_NULLABLE));
|
||||||
|
|
||||||
static SD_VARLINK_DEFINE_ERROR(NoSuchMachine);
|
static SD_VARLINK_DEFINE_ERROR(NoSuchMachine);
|
||||||
static SD_VARLINK_DEFINE_ERROR(MachineExists);
|
static SD_VARLINK_DEFINE_ERROR(MachineExists);
|
||||||
|
static SD_VARLINK_DEFINE_ERROR(NoSuchFile);
|
||||||
|
static SD_VARLINK_DEFINE_ERROR(FileExists);
|
||||||
static SD_VARLINK_DEFINE_ERROR(NoPrivateNetworking);
|
static SD_VARLINK_DEFINE_ERROR(NoPrivateNetworking);
|
||||||
static SD_VARLINK_DEFINE_ERROR(NoOSReleaseInformation);
|
static SD_VARLINK_DEFINE_ERROR(NoOSReleaseInformation);
|
||||||
static SD_VARLINK_DEFINE_ERROR(NoUIDShift);
|
static SD_VARLINK_DEFINE_ERROR(NoUIDShift);
|
||||||
|
@ -154,9 +175,17 @@ SD_VARLINK_DEFINE_INTERFACE(
|
||||||
&vl_type_MachineOpenMode,
|
&vl_type_MachineOpenMode,
|
||||||
SD_VARLINK_SYMBOL_COMMENT("Allocates a pseudo TTY in the container in various modes"),
|
SD_VARLINK_SYMBOL_COMMENT("Allocates a pseudo TTY in the container in various modes"),
|
||||||
&vl_method_Open,
|
&vl_method_Open,
|
||||||
|
SD_VARLINK_SYMBOL_COMMENT("Copy files or directories from a container into the host"),
|
||||||
|
&vl_method_CopyFrom,
|
||||||
|
SD_VARLINK_SYMBOL_COMMENT("Copy files or directories from the host into a container"),
|
||||||
|
&vl_method_CopyTo,
|
||||||
SD_VARLINK_SYMBOL_COMMENT("No matching machine currently running"),
|
SD_VARLINK_SYMBOL_COMMENT("No matching machine currently running"),
|
||||||
&vl_error_NoSuchMachine,
|
&vl_error_NoSuchMachine,
|
||||||
&vl_error_MachineExists,
|
&vl_error_MachineExists,
|
||||||
|
SD_VARLINK_SYMBOL_COMMENT("No such file"),
|
||||||
|
&vl_error_NoSuchFile,
|
||||||
|
SD_VARLINK_SYMBOL_COMMENT("File exists"),
|
||||||
|
&vl_error_FileExists,
|
||||||
SD_VARLINK_SYMBOL_COMMENT("Machine does not use private networking"),
|
SD_VARLINK_SYMBOL_COMMENT("Machine does not use private networking"),
|
||||||
&vl_error_NoPrivateNetworking,
|
&vl_error_NoPrivateNetworking,
|
||||||
SD_VARLINK_SYMBOL_COMMENT("Machine does not contain OS release information"),
|
SD_VARLINK_SYMBOL_COMMENT("Machine does not contain OS release information"),
|
||||||
|
|
|
@ -252,7 +252,7 @@ done
|
||||||
|
|
||||||
####################
|
####################
|
||||||
# varlinkctl tests #
|
# varlinkctl tests #
|
||||||
# ##################
|
####################
|
||||||
|
|
||||||
long_running_machine_start
|
long_running_machine_start
|
||||||
|
|
||||||
|
@ -352,12 +352,7 @@ TS="$(date '+%H:%M:%S')"
|
||||||
(! varlinkctl --more call /run/systemd/machine/io.systemd.Machine io.systemd.Machine.List '{"acquireMetadata": "yes"}')
|
(! varlinkctl --more call /run/systemd/machine/io.systemd.Machine io.systemd.Machine.List '{"acquireMetadata": "yes"}')
|
||||||
journalctl --sync
|
journalctl --sync
|
||||||
(! journalctl -u systemd-machined.service --since="$TS" --grep 'Connection busy')
|
(! journalctl -u systemd-machined.service --since="$TS" --grep 'Connection busy')
|
||||||
# terminate machines
|
|
||||||
machinectl terminate container-without-os-release
|
machinectl terminate container-without-os-release
|
||||||
machinectl terminate long-running
|
|
||||||
# wait for the container being stopped, otherwise acquiring image metadata by io.systemd.MachineImage.List may fail in the below.
|
|
||||||
timeout 10 bash -c "while machinectl status long-running &>/dev/null; do sleep .5; done"
|
|
||||||
systemctl kill --signal=KILL systemd-nspawn@long-running.service || :
|
|
||||||
|
|
||||||
(ip addr show lo | grep -q 192.168.1.100) || ip address add 192.168.1.100/24 dev lo
|
(ip addr show lo | grep -q 192.168.1.100) || ip address add 192.168.1.100/24 dev lo
|
||||||
(! varlinkctl call /run/systemd/machine/io.systemd.Machine io.systemd.Machine.List '{"name": ".host"}' | grep 'addresses')
|
(! varlinkctl call /run/systemd/machine/io.systemd.Machine io.systemd.Machine.List '{"name": ".host"}' | grep 'addresses')
|
||||||
|
@ -386,6 +381,30 @@ varlinkctl call /run/systemd/machine/io.systemd.Machine io.systemd.Machine.Open
|
||||||
timeout 30 bash -c "until test -e /tmp/none-existent-file; do sleep .5; done"
|
timeout 30 bash -c "until test -e /tmp/none-existent-file; do sleep .5; done"
|
||||||
grep -q "BAR" /tmp/none-existent-file
|
grep -q "BAR" /tmp/none-existent-file
|
||||||
|
|
||||||
|
# test io.systemd.Machine.CopyTo
|
||||||
|
long_running_machine_start
|
||||||
|
rm -f /tmp/foo /var/lib/machines/long-running/root/foo
|
||||||
|
cp /etc/machine-id /tmp/foo
|
||||||
|
varlinkctl call /run/systemd/machine/io.systemd.Machine io.systemd.Machine.CopyTo '{"name": "long-running", "source": "/tmp/foo", "destination": "/root/foo"}'
|
||||||
|
diff /tmp/foo /var/lib/machines/long-running/root/foo
|
||||||
|
(! varlinkctl call /run/systemd/machine/io.systemd.Machine io.systemd.Machine.CopyTo '{"name": "long-running", "source": "/tmp/foo", "destination": "/root/foo"}')
|
||||||
|
|
||||||
|
echo "sample-test-output" > /tmp/foo
|
||||||
|
varlinkctl call /run/systemd/machine/io.systemd.Machine io.systemd.Machine.CopyTo '{"name": "long-running", "source": "/tmp/foo", "destination": "/root/foo", "replace": true}'
|
||||||
|
diff /tmp/foo /var/lib/machines/long-running/root/foo
|
||||||
|
rm -f /tmp/foo /var/lib/machines/long-running/root/foo
|
||||||
|
|
||||||
|
# test io.systemd.Machine.CopyFrom
|
||||||
|
cp /etc/machine-id /var/lib/machines/long-running/foo
|
||||||
|
varlinkctl call /run/systemd/machine/io.systemd.Machine io.systemd.Machine.CopyFrom '{"name": "long-running", "source": "/foo"}'
|
||||||
|
diff /var/lib/machines/long-running/foo /foo
|
||||||
|
rm -f /var/lib/machines/long-running/root/foo /foo
|
||||||
|
|
||||||
|
# Terminating machine, otherwise acquiring image metadata by io.systemd.MachineImage.List may fail in the below.
|
||||||
|
machinectl terminate long-running
|
||||||
|
timeout 10 bash -c "while machinectl status long-running &>/dev/null; do sleep .5; done"
|
||||||
|
systemctl kill --signal=KILL systemd-nspawn@long-running.service || :
|
||||||
|
|
||||||
# test io.systemd.MachineImage.List
|
# test io.systemd.MachineImage.List
|
||||||
varlinkctl --more call /run/systemd/machine/io.systemd.MachineImage io.systemd.MachineImage.List '{}' | grep 'long-running'
|
varlinkctl --more call /run/systemd/machine/io.systemd.MachineImage io.systemd.MachineImage.List '{}' | grep 'long-running'
|
||||||
varlinkctl --more call /run/systemd/machine/io.systemd.MachineImage io.systemd.MachineImage.List '{}' | grep '.host'
|
varlinkctl --more call /run/systemd/machine/io.systemd.MachineImage io.systemd.MachineImage.List '{}' | grep '.host'
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
{% if LINK_SHELL_EXTRA_DROPIN %}
|
{% if LINK_SHELL_EXTRA_DROPIN %}
|
||||||
L$ {{SHELLPROFILEDIR}}/70-systemd-shell-extra.sh - - - - {{LIBEXECDIR}}/profile.d/70-systemd-shell-extra.sh
|
L$ {{SHELLPROFILEDIR}}/70-systemd-shell-extra.sh - - - - {{LIBEXECDIR}}/profile.d/70-systemd-shell-extra.sh
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
{% if LINK_SSH_PROXY_DROPIN %}
|
{% if LINK_SSH_PROXY_DROPIN %}
|
||||||
L$ {{SSHCONFDIR}}/20-systemd-ssh-proxy.conf - - - - {{LIBEXECDIR}}/ssh_config.d/20-systemd-ssh-proxy.conf
|
L$ {{SSHCONFDIR}}/20-systemd-ssh-proxy.conf - - - - {{LIBEXECDIR}}/ssh_config.d/20-systemd-ssh-proxy.conf
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
# Copy systemd-stub provided metadata such as PCR signature and public key file
|
# Copy systemd-stub provided metadata such as PCR signature and public key file
|
||||||
# from initrd into /run/, so that it will survive the initrd stage
|
# from initrd into /run/, so that it will survive the initrd stage
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
{% if LINK_SSHD_USERDB_DROPIN %}
|
{% if LINK_SSHD_USERDB_DROPIN %}
|
||||||
L {{SSHDCONFDIR}}/20-systemd-userdb.conf - - - - {{LIBEXECDIR}}/sshd_config.d/20-systemd-userdb.conf
|
L {{SSHDCONFDIR}}/20-systemd-userdb.conf - - - - {{LIBEXECDIR}}/sshd_config.d/20-systemd-userdb.conf
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
d /etc/credstore 0700 root root
|
d /etc/credstore 0700 root root
|
||||||
d /etc/credstore.encrypted 0700 root root
|
d /etc/credstore.encrypted 0700 root root
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
L /etc/os-release - - - - ../usr/lib/os-release
|
L /etc/os-release - - - - ../usr/lib/os-release
|
||||||
L+ /etc/mtab - - - - ../proc/self/mounts
|
L+ /etc/mtab - - - - ../proc/self/mounts
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
Q /home 0755 - - -
|
Q /home 0755 - - -
|
||||||
q /srv 0755 - - -
|
q /srv 0755 - - -
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
# Set the NOCOW attribute for directories of journal files. This flag
|
# Set the NOCOW attribute for directories of journal files. This flag
|
||||||
# is inherited by their new files and sub-directories. Matters only
|
# is inherited by their new files and sub-directories. Matters only
|
||||||
|
|
|
@ -5,10 +5,11 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
# These files are considered legacy and are unnecessary on legacy-free
|
# The functionality provided by these files and directories has been replaced
|
||||||
# systems.
|
# by newer interfaces. Their use is discouraged on legacy-free systems. This
|
||||||
|
# configuration is provided to maintain backward compatibility.
|
||||||
|
|
||||||
d /run/lock 0755 root root -
|
d /run/lock 0755 root root -
|
||||||
L /var/lock - - - - ../run/lock
|
L /var/lock - - - - ../run/lock
|
||||||
|
@ -16,15 +17,15 @@ L /var/lock - - - - ../run/lock
|
||||||
L$ /var/log/README - - - - ../..{{DOC_DIR}}/README.logs
|
L$ /var/log/README - - - - ../..{{DOC_DIR}}/README.logs
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if HAVE_SYSV_COMPAT %}
|
||||||
# /run/lock/subsys is used for serializing SysV service execution, and
|
# /run/lock/subsys is used for serializing SysV service execution, and
|
||||||
# hence without use on SysV-less systems.
|
# hence without use on SysV-less systems.
|
||||||
|
|
||||||
d /run/lock/subsys 0755 root root -
|
d /run/lock/subsys 0755 root root -
|
||||||
|
|
||||||
# /forcefsck, /fastboot and /forcequotacheck are deprecated in favor of the
|
# /forcefsck, /fastboot and /forcequotacheck are deprecated in favor of the
|
||||||
# kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
|
# kernel command line options 'fsck.mode=force', 'fsck.mode=skip' and
|
||||||
# 'quotacheck.mode=force'
|
# 'quotacheck.mode=force'
|
||||||
|
|
||||||
r! /forcefsck
|
r! /forcefsck
|
||||||
r! /fastboot
|
r! /fastboot
|
||||||
r! /forcequotacheck
|
r! /forcequotacheck
|
||||||
|
{% endif %}
|
||||||
|
|
|
@ -35,7 +35,7 @@ in_files = [
|
||||||
['20-systemd-stub.conf', 'ENABLE_EFI'],
|
['20-systemd-stub.conf', 'ENABLE_EFI'],
|
||||||
['20-systemd-userdb.conf', 'ENABLE_SSH_USERDB_CONFIG'],
|
['20-systemd-userdb.conf', 'ENABLE_SSH_USERDB_CONFIG'],
|
||||||
['etc.conf'],
|
['etc.conf'],
|
||||||
['legacy.conf', 'HAVE_SYSV_COMPAT'],
|
['legacy.conf'],
|
||||||
['static-nodes-permissions.conf'],
|
['static-nodes-permissions.conf'],
|
||||||
['systemd.conf'],
|
['systemd.conf'],
|
||||||
['var.conf'],
|
['var.conf'],
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
Q /var/lib/portables 0700
|
Q /var/lib/portables 0700
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
# Provision additional login messages from credentials, if they are set. Note
|
# Provision additional login messages from credentials, if they are set. Note
|
||||||
# that these lines are NOPs if the credentials are not set or if the files
|
# that these lines are NOPs if the credentials are not set or if the files
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
d$ /run/systemd/netif 0755 systemd-network systemd-network -
|
d$ /run/systemd/netif 0755 systemd-network systemd-network -
|
||||||
d$ /run/systemd/netif/links 0755 systemd-network systemd-network -
|
d$ /run/systemd/netif/links 0755 systemd-network systemd-network -
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
Q /var/lib/machines 0700 - - -
|
Q /var/lib/machines 0700 - - -
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,6 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
L! /etc/resolv.conf - - - - ../run/systemd/resolve/stub-resolv.conf
|
L! /etc/resolv.conf - - - - ../run/systemd/resolve/stub-resolv.conf
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
# Exclude namespace mountpoints created with PrivateTmp=yes
|
# Exclude namespace mountpoints created with PrivateTmp=yes
|
||||||
x /tmp/systemd-private-%b-*
|
x /tmp/systemd-private-%b-*
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
d /run/user 0755 root root -
|
d /run/user 0755 root root -
|
||||||
{% if ENABLE_UTMP %}
|
{% if ENABLE_UTMP %}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
# Clear tmp directories separately, to make them easier to override
|
# Clear tmp directories separately, to make them easier to override
|
||||||
q /tmp 1777 root root 10d
|
q /tmp 1777 root root 10d
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
q /var 0755 - - -
|
q /var 0755 - - -
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
# the Free Software Foundation; either version 2.1 of the License, or
|
# the Free Software Foundation; either version 2.1 of the License, or
|
||||||
# (at your option) any later version.
|
# (at your option) any later version.
|
||||||
|
|
||||||
# See tmpfiles.d(5) for details
|
# See tmpfiles.d(5) for details.
|
||||||
|
|
||||||
# Make sure these are created by default so that nobody else can
|
# Make sure these are created by default so that nobody else can
|
||||||
# or empty them at startup
|
# or empty them at startup
|
||||||
|
|
Loading…
Reference in New Issue