blob: bba20eb96153366c55589ca8ebb0f2f1af104af2 [file] [log] [blame]
Yu Watanabedb9ecf02020-11-09 13:23:58 +09001/* SPDX-License-Identifier: LGPL-2.1-or-later */
Lennart Poettering5008d582010-09-28 02:34:02 +02002
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +02003#include <errno.h>
4#include <fcntl.h>
5#include <fnmatch.h>
6#include <getopt.h>
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +02007#include <limits.h>
8#include <linux/fs.h>
9#include <stdbool.h>
10#include <stddef.h>
Lennart Poettering3b63d2d2010-10-18 22:38:41 +020011#include <stdlib.h>
Lennart Poettering52b32b22019-01-18 16:09:30 +010012#include <sys/file.h>
Maciej Wereskiebf4e802014-12-04 10:32:10 +010013#include <sys/xattr.h>
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +010014#include <sysexits.h>
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020015#include <time.h>
16#include <unistd.h>
Lennart Poettering5008d582010-09-28 02:34:02 +020017
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +010018#include "sd-path.h"
19
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020020#include "acl-util.h"
Lennart Poetteringb5efdb82015-10-27 03:01:06 +010021#include "alloc-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020022#include "btrfs-util.h"
Lennart Poettering430f0182015-10-26 23:32:16 +010023#include "capability-util.h"
Lennart Poetteringc8b30942015-10-26 20:39:23 +010024#include "chattr-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020025#include "conf-files.h"
26#include "copy.h"
Lennart Poetteringa0f29c72015-11-03 12:26:12 +010027#include "def.h"
Reverend Homer8fb3f002016-12-09 12:04:30 +030028#include "dirent-util.h"
Lennart Poettering63d3d0a2020-07-28 18:22:53 +020029#include "dissect-image.h"
Lennart Poettering4f5dd392015-10-23 18:52:53 +020030#include "escape.h"
Lennart Poettering3ffd4af2015-10-25 13:14:12 +010031#include "fd-util.h"
Lennart Poettering0d39fa92015-10-26 18:05:03 +010032#include "fileio.h"
Zbigniew Jędrzejewski-Szmekf97b34a2016-11-07 10:14:59 -050033#include "format-util.h"
Lennart Poetteringf4f15632015-10-26 21:16:26 +010034#include "fs-util.h"
Lennart Poettering7d50b322015-10-27 01:48:17 +010035#include "glob-util.h"
Lennart Poetteringc0044932015-10-25 14:08:25 +010036#include "io-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020037#include "label.h"
Lennart Poettering5008d582010-09-28 02:34:02 +020038#include "log.h"
Dave Reisner54693d92012-09-15 12:58:49 -040039#include "macro.h"
Yu Watanabe87938c32018-11-26 01:00:54 +090040#include "main-func.h"
Lennart Poetteringddb439b2020-08-27 19:13:30 +020041#include "missing_stat.h"
42#include "missing_syscall.h"
Kay Sievers49e942b2012-04-10 21:54:31 +020043#include "mkdir.h"
Lennart Poettering63d3d0a2020-07-28 18:22:53 +020044#include "mount-util.h"
Zbigniew Jędrzejewski-Szmek049af8a2018-11-29 10:24:39 +010045#include "mountpoint-util.h"
Lennart Poetteringa3451c22020-05-05 22:45:54 +020046#include "offline-passwd.h"
Lennart Poetteringdcd5c892018-06-12 15:37:53 +020047#include "pager.h"
Lennart Poettering6bedfcb2015-10-26 16:18:16 +010048#include "parse-util.h"
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +010049#include "path-lookup.h"
Kay Sievers9eb977d2012-05-07 21:36:12 +020050#include "path-util.h"
Zbigniew Jędrzejewski-Szmek294bf0c2018-11-20 15:42:57 +010051#include "pretty-print.h"
Lennart Poetteringe5358402019-01-18 16:34:52 +010052#include "rlimit-util.h"
Lennart Poetteringc6878632015-04-04 11:52:57 +020053#include "rm-rf.h"
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +010054#include "selinux-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020055#include "set.h"
Lennart Poettering760877e2019-03-13 12:14:47 +010056#include "sort-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020057#include "specifier.h"
Lennart Poettering8fcde012015-10-26 22:01:44 +010058#include "stat-util.h"
Lennart Poettering15a5e952015-10-27 01:26:31 +010059#include "stdio-util.h"
Lennart Poettering8b434402015-10-26 22:31:05 +010060#include "string-table.h"
Lennart Poettering07630ce2015-10-24 22:58:24 +020061#include "string-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020062#include "strv.h"
Lennart Poetteringaffb60b2015-10-26 23:20:41 +010063#include "umask-util.h"
Lennart Poetteringb1d4f8e2015-10-25 22:32:30 +010064#include "user-util.h"
Lennart Poettering5008d582010-09-28 02:34:02 +020065
Andreas Jaeger01000472010-09-29 10:08:24 +020066/* This reads all files listed in /etc/tmpfiles.d/?*.conf and creates
Lennart Poettering5008d582010-09-28 02:34:02 +020067 * them in the file system. This is intended to be used to create
Kay Sieversdb019b82011-04-04 15:33:00 +020068 * properly owned directories beneath /tmp, /var/tmp, /run, which are
69 * volatile and hence need to be recreated on bootup. */
Lennart Poettering5008d582010-09-28 02:34:02 +020070
Lennart Poettering1a967b62018-10-25 23:19:00 +020071typedef enum OperationMask {
72 OPERATION_CREATE = 1 << 0,
73 OPERATION_REMOVE = 1 << 1,
74 OPERATION_CLEAN = 1 << 2,
75} OperationMask;
76
Michal Schmidt66ccd032011-12-15 21:31:14 +010077typedef enum ItemType {
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +010078 /* These ones take file names */
Lennart Poettering3b63d2d2010-10-18 22:38:41 +020079 CREATE_FILE = 'f',
Zach Smitheccebf42019-10-28 09:32:16 -070080 TRUNCATE_FILE = 'F', /* deprecated: use f+ */
Lennart Poettering3b63d2d2010-10-18 22:38:41 +020081 CREATE_DIRECTORY = 'd',
82 TRUNCATE_DIRECTORY = 'D',
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +010083 CREATE_SUBVOLUME = 'v',
Lennart Poettering5fb13eb2015-10-21 19:46:23 +020084 CREATE_SUBVOLUME_INHERIT_QUOTA = 'q',
85 CREATE_SUBVOLUME_NEW_QUOTA = 'Q',
Lennart Poetteringee17ee72011-07-12 03:56:56 +020086 CREATE_FIFO = 'p',
Lennart Poettering468d7262012-01-17 15:04:12 +010087 CREATE_SYMLINK = 'L',
88 CREATE_CHAR_DEVICE = 'c',
89 CREATE_BLOCK_DEVICE = 'b',
Lennart Poettering849958d2014-06-10 23:02:40 +020090 COPY_FILES = 'C',
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +010091
92 /* These ones take globs */
Lennart Poettering17493fa2015-04-10 16:22:22 +020093 WRITE_FILE = 'w',
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -040094 EMPTY_DIRECTORY = 'e',
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -050095 SET_XATTR = 't',
96 RECURSIVE_SET_XATTR = 'T',
97 SET_ACL = 'a',
98 RECURSIVE_SET_ACL = 'A',
Lennart Poettering17493fa2015-04-10 16:22:22 +020099 SET_ATTRIBUTE = 'h',
100 RECURSIVE_SET_ATTRIBUTE = 'H',
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200101 IGNORE_PATH = 'x',
Michal Sekletar78a92a52013-01-18 16:13:08 +0100102 IGNORE_DIRECTORY_PATH = 'X',
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200103 REMOVE_PATH = 'r',
Michal Schmidta8d88782011-12-15 23:11:07 +0100104 RECURSIVE_REMOVE_PATH = 'R',
Michal Schmidt777b87e2011-12-16 18:27:35 +0100105 RELABEL_PATH = 'z',
Lennart Poetteringe73a03e2014-06-10 23:42:16 +0200106 RECURSIVE_RELABEL_PATH = 'Z',
Lennart Poettering17493fa2015-04-10 16:22:22 +0200107 ADJUST_MODE = 'm', /* legacy, 'z' is identical to this */
Michal Schmidt66ccd032011-12-15 21:31:14 +0100108} ItemType;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200109
110typedef struct Item {
Michal Schmidt66ccd032011-12-15 21:31:14 +0100111 ItemType type;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200112
113 char *path;
Lennart Poettering468d7262012-01-17 15:04:12 +0100114 char *argument;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100115 char **xattrs;
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +0200116#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500117 acl_t acl_access;
118 acl_t acl_default;
119#endif
Lennart Poettering5008d582010-09-28 02:34:02 +0200120 uid_t uid;
121 gid_t gid;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200122 mode_t mode;
123 usec_t age;
124
Lennart Poettering468d7262012-01-17 15:04:12 +0100125 dev_t major_minor;
Lennart Poettering88ec4df2015-04-08 22:35:52 +0200126 unsigned attribute_value;
127 unsigned attribute_mask;
Lennart Poettering468d7262012-01-17 15:04:12 +0100128
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200129 bool uid_set:1;
130 bool gid_set:1;
131 bool mode_set:1;
132 bool age_set:1;
Lennart Poetteringabef3f92014-06-11 10:14:07 +0200133 bool mask_perms:1;
Lennart Poettering88ec4df2015-04-08 22:35:52 +0200134 bool attribute_set:1;
Lennart Poettering24f3a372012-06-20 09:05:50 +0200135
136 bool keep_first_level:1;
Lennart Poettering1910cd02014-06-11 01:37:35 +0200137
Zach Smithc55ac242019-10-03 18:09:35 -0700138 bool append_or_force:1;
Lennart Poettering2e78fa72014-06-16 13:21:07 +0200139
William Douglas6d7b5432018-09-10 12:07:29 -0700140 bool allow_failure:1;
141
Allen Webbbe2ed6c2021-03-30 09:37:11 -0500142 bool try_replace:1;
143
Lennart Poettering811a1582018-10-26 20:56:37 +0200144 OperationMask done;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200145} Item;
146
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500147typedef struct ItemArray {
148 Item *items;
Lennart Poettering96d10d72018-10-25 13:51:01 +0200149 size_t n_items;
Lennart Poettering64768712018-10-25 13:48:25 +0200150 size_t allocated;
Lennart Poettering811a1582018-10-26 20:56:37 +0200151
152 struct ItemArray *parent;
153 Set *children;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500154} ItemArray;
155
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100156typedef enum DirectoryType {
Lennart Poettering133bbca2018-10-26 10:32:48 +0200157 DIRECTORY_RUNTIME,
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100158 DIRECTORY_STATE,
159 DIRECTORY_CACHE,
160 DIRECTORY_LOGS,
161 _DIRECTORY_TYPE_MAX,
162} DirectoryType;
163
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +0200164static bool arg_cat_config = false;
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100165static bool arg_user = false;
Lennart Poettering1a967b62018-10-25 23:19:00 +0200166static OperationMask arg_operation = 0;
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -0500167static bool arg_boot = false;
Zbigniew Jędrzejewski-Szmek0221d682018-11-11 12:56:29 +0100168static PagerFlags arg_pager_flags = 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200169
Lennart Poettering7bc040f2014-06-11 01:26:28 +0200170static char **arg_include_prefixes = NULL;
171static char **arg_exclude_prefixes = NULL;
Michael Marineaucf9a4ab2014-03-13 21:32:13 -0700172static char *arg_root = NULL;
Lennart Poettering63d3d0a2020-07-28 18:22:53 +0200173static char *arg_image = NULL;
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +0100174static char *arg_replace = NULL;
Lennart Poetteringfba6e682011-02-13 14:00:54 +0100175
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200176#define MAX_DEPTH 256
177
Lennart Poetteringef43a392015-04-22 18:18:56 +0200178static OrderedHashmap *items = NULL, *globs = NULL;
Lennart Poettering7bc040f2014-06-11 01:26:28 +0200179static Set *unix_sockets = NULL;
180
Yu Watanabe87938c32018-11-26 01:00:54 +0900181STATIC_DESTRUCTOR_REGISTER(items, ordered_hashmap_freep);
182STATIC_DESTRUCTOR_REGISTER(globs, ordered_hashmap_freep);
183STATIC_DESTRUCTOR_REGISTER(unix_sockets, set_free_freep);
184STATIC_DESTRUCTOR_REGISTER(arg_include_prefixes, freep);
185STATIC_DESTRUCTOR_REGISTER(arg_exclude_prefixes, freep);
186STATIC_DESTRUCTOR_REGISTER(arg_root, freep);
Lennart Poettering63d3d0a2020-07-28 18:22:53 +0200187STATIC_DESTRUCTOR_REGISTER(arg_image, freep);
Yu Watanabe87938c32018-11-26 01:00:54 +0900188
Zbigniew Jędrzejewski-Szmek303ee602018-12-12 16:45:33 +0100189static int specifier_machine_id_safe(char specifier, const void *data, const void *userdata, char **ret);
190static int specifier_directory(char specifier, const void *data, const void *userdata, char **ret);
Franck Bui4cef1922017-11-16 11:27:29 +0100191
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200192static const Specifier specifier_table[] = {
Yu Watanabee93387f2020-11-25 15:09:17 +0900193 { 'a', specifier_architecture, NULL },
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100194 { 'b', specifier_boot_id, NULL },
Yu Watanabee93387f2020-11-25 15:09:17 +0900195 { 'B', specifier_os_build_id, NULL },
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100196 { 'H', specifier_host_name, NULL },
Zbigniew Jędrzejewski-Szmeke97708f2020-05-07 16:16:19 +0200197 { 'l', specifier_short_host_name, NULL },
Yu Watanabee93387f2020-11-25 15:09:17 +0900198 { 'm', specifier_machine_id_safe, NULL },
Lennart Poettering268f5a52020-04-28 20:03:56 +0200199 { 'o', specifier_os_id, NULL },
Yu Watanabee93387f2020-11-25 15:09:17 +0900200 { 'v', specifier_kernel_release, NULL },
Lennart Poettering268f5a52020-04-28 20:03:56 +0200201 { 'w', specifier_os_version_id, NULL },
Lennart Poettering268f5a52020-04-28 20:03:56 +0200202 { 'W', specifier_os_variant_id, NULL },
ayekatca23eeb2017-11-24 12:44:08 +0100203
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100204 { 'h', specifier_user_home, NULL },
Lennart Poetteringb294e592018-05-29 11:25:26 +0200205
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100206 { 'C', specifier_directory, UINT_TO_PTR(DIRECTORY_CACHE) },
207 { 'L', specifier_directory, UINT_TO_PTR(DIRECTORY_LOGS) },
Yu Watanabee93387f2020-11-25 15:09:17 +0900208 { 'S', specifier_directory, UINT_TO_PTR(DIRECTORY_STATE) },
209 { 't', specifier_directory, UINT_TO_PTR(DIRECTORY_RUNTIME) },
210
211 COMMON_CREDS_SPECIFIERS,
212
Lennart Poettering2824aa02020-11-20 15:15:24 +0100213 COMMON_TMP_SPECIFIERS,
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200214 {}
215};
216
Zbigniew Jędrzejewski-Szmek303ee602018-12-12 16:45:33 +0100217static int specifier_machine_id_safe(char specifier, const void *data, const void *userdata, char **ret) {
Franck Bui4cef1922017-11-16 11:27:29 +0100218 int r;
219
Franck Buid8dab752018-01-10 23:28:44 +0100220 /* If /etc/machine_id is missing or empty (e.g. in a chroot environment)
221 * return a recognizable error so that the caller can skip the rule
Franck Bui4cef1922017-11-16 11:27:29 +0100222 * gracefully. */
223
224 r = specifier_machine_id(specifier, data, userdata, ret);
Franck Buid8dab752018-01-10 23:28:44 +0100225 if (IN_SET(r, -ENOENT, -ENOMEDIUM))
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100226 return -ENXIO;
Franck Bui4cef1922017-11-16 11:27:29 +0100227
228 return r;
229}
230
Zbigniew Jędrzejewski-Szmek303ee602018-12-12 16:45:33 +0100231static int specifier_directory(char specifier, const void *data, const void *userdata, char **ret) {
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100232 struct table_entry {
233 uint64_t type;
234 const char *suffix;
235 };
236
237 static const struct table_entry paths_system[] = {
238 [DIRECTORY_RUNTIME] = { SD_PATH_SYSTEM_RUNTIME },
239 [DIRECTORY_STATE] = { SD_PATH_SYSTEM_STATE_PRIVATE },
240 [DIRECTORY_CACHE] = { SD_PATH_SYSTEM_STATE_CACHE },
241 [DIRECTORY_LOGS] = { SD_PATH_SYSTEM_STATE_LOGS },
242 };
243
244 static const struct table_entry paths_user[] = {
245 [DIRECTORY_RUNTIME] = { SD_PATH_USER_RUNTIME },
246 [DIRECTORY_STATE] = { SD_PATH_USER_CONFIGURATION },
247 [DIRECTORY_CACHE] = { SD_PATH_USER_STATE_CACHE },
248 [DIRECTORY_LOGS] = { SD_PATH_USER_CONFIGURATION, "log" },
249 };
250
251 unsigned i;
252 const struct table_entry *paths;
253
254 assert_cc(ELEMENTSOF(paths_system) == ELEMENTSOF(paths_user));
255 paths = arg_user ? paths_user : paths_system;
256
257 i = PTR_TO_UINT(data);
258 assert(i < ELEMENTSOF(paths_system));
259
Zbigniew Jędrzejewski-Szmek51327bc2020-03-23 19:50:59 +0100260 return sd_path_lookup(paths[i].type, paths[i].suffix, ret);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100261}
262
Franck Bui4cef1922017-11-16 11:27:29 +0100263static int log_unresolvable_specifier(const char *filename, unsigned line) {
264 static bool notified = false;
265
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100266 /* In system mode, this is called when /etc is not fully initialized (e.g.
267 * in a chroot environment) where some specifiers are unresolvable. In user
268 * mode, this is called when some variables are not defined. These cases are
269 * not considered as an error so log at LOG_NOTICE only for the first time
270 * and then downgrade this to LOG_DEBUG for the rest. */
Franck Bui4cef1922017-11-16 11:27:29 +0100271
Lennart Poetteringd02933f2020-04-29 00:07:06 +0200272 log_syntax(NULL,
273 notified ? LOG_DEBUG : LOG_NOTICE,
274 filename, line, 0,
275 "Failed to resolve specifier: %s, skipping",
276 arg_user ? "Required $XDG_... variable not defined" : "uninitialized /etc detected");
Franck Bui4cef1922017-11-16 11:27:29 +0100277
278 if (!notified)
279 log_notice("All rules containing unresolvable specifiers will be skipped.");
280
281 notified = true;
282 return 0;
283}
284
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100285static int user_config_paths(char*** ret) {
286 _cleanup_strv_free_ char **config_dirs = NULL, **data_dirs = NULL;
287 _cleanup_free_ char *persistent_config = NULL, *runtime_config = NULL, *data_home = NULL;
288 _cleanup_strv_free_ char **res = NULL;
289 int r;
290
291 r = xdg_user_dirs(&config_dirs, &data_dirs);
292 if (r < 0)
293 return r;
294
295 r = xdg_user_config_dir(&persistent_config, "/user-tmpfiles.d");
296 if (r < 0 && r != -ENXIO)
297 return r;
298
299 r = xdg_user_runtime_dir(&runtime_config, "/user-tmpfiles.d");
300 if (r < 0 && r != -ENXIO)
301 return r;
302
303 r = xdg_user_data_dir(&data_home, "/user-tmpfiles.d");
304 if (r < 0 && r != -ENXIO)
305 return r;
306
307 r = strv_extend_strv_concat(&res, config_dirs, "/user-tmpfiles.d");
308 if (r < 0)
309 return r;
310
311 r = strv_extend(&res, persistent_config);
312 if (r < 0)
313 return r;
314
315 r = strv_extend(&res, runtime_config);
316 if (r < 0)
317 return r;
318
319 r = strv_extend(&res, data_home);
320 if (r < 0)
321 return r;
322
323 r = strv_extend_strv_concat(&res, data_dirs, "/user-tmpfiles.d");
324 if (r < 0)
325 return r;
326
327 r = path_strv_make_absolute_cwd(res);
328 if (r < 0)
329 return r;
330
Lennart Poetteringae2a15b2018-03-22 16:53:26 +0100331 *ret = TAKE_PTR(res);
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100332 return 0;
333}
334
Michal Schmidt66ccd032011-12-15 21:31:14 +0100335static bool needs_glob(ItemType t) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200336 return IN_SET(t,
337 WRITE_FILE,
338 IGNORE_PATH,
339 IGNORE_DIRECTORY_PATH,
340 REMOVE_PATH,
341 RECURSIVE_REMOVE_PATH,
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -0400342 EMPTY_DIRECTORY,
Lennart Poetteringe73a03e2014-06-10 23:42:16 +0200343 ADJUST_MODE,
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200344 RELABEL_PATH,
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -0500345 RECURSIVE_RELABEL_PATH,
346 SET_XATTR,
347 RECURSIVE_SET_XATTR,
348 SET_ACL,
Lennart Poettering34f64532015-04-09 13:12:06 +0200349 RECURSIVE_SET_ACL,
350 SET_ATTRIBUTE,
351 RECURSIVE_SET_ATTRIBUTE);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100352}
353
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500354static bool takes_ownership(ItemType t) {
355 return IN_SET(t,
356 CREATE_FILE,
357 TRUNCATE_FILE,
358 CREATE_DIRECTORY,
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -0400359 EMPTY_DIRECTORY,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500360 TRUNCATE_DIRECTORY,
361 CREATE_SUBVOLUME,
Lennart Poettering5fb13eb2015-10-21 19:46:23 +0200362 CREATE_SUBVOLUME_INHERIT_QUOTA,
363 CREATE_SUBVOLUME_NEW_QUOTA,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500364 CREATE_FIFO,
365 CREATE_SYMLINK,
366 CREATE_CHAR_DEVICE,
367 CREATE_BLOCK_DEVICE,
368 COPY_FILES,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500369 WRITE_FILE,
370 IGNORE_PATH,
371 IGNORE_DIRECTORY_PATH,
372 REMOVE_PATH,
373 RECURSIVE_REMOVE_PATH);
374}
375
Lennart Poetteringef43a392015-04-22 18:18:56 +0200376static struct Item* find_glob(OrderedHashmap *h, const char *match) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500377 ItemArray *j;
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100378
Zbigniew Jędrzejewski-Szmek90e74a62020-09-08 11:58:29 +0200379 ORDERED_HASHMAP_FOREACH(j, h) {
Lennart Poettering96d10d72018-10-25 13:51:01 +0200380 size_t n;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500381
Lennart Poettering96d10d72018-10-25 13:51:01 +0200382 for (n = 0; n < j->n_items; n++) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500383 Item *item = j->items + n;
384
385 if (fnmatch(item->path, match, FNM_PATHNAME|FNM_PERIOD) == 0)
386 return item;
387 }
388 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100389
390 return NULL;
391}
392
Yu Watanabe71a0be72018-11-26 00:48:15 +0900393static int load_unix_sockets(void) {
394 _cleanup_set_free_free_ Set *sockets = NULL;
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200395 _cleanup_fclose_ FILE *f = NULL;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100396 int r;
Lennart Poettering17b90522011-02-14 21:55:06 +0100397
398 if (unix_sockets)
Yu Watanabe71a0be72018-11-26 00:48:15 +0900399 return 0;
Lennart Poettering17b90522011-02-14 21:55:06 +0100400
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100401 /* We maintain a cache of the sockets we found in /proc/net/unix to speed things up a little. */
Lennart Poettering17b90522011-02-14 21:55:06 +0100402
Yu Watanabe71a0be72018-11-26 00:48:15 +0900403 sockets = set_new(&path_hash_ops);
404 if (!sockets)
405 return log_oom();
Lennart Poettering17b90522011-02-14 21:55:06 +0100406
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100407 f = fopen("/proc/net/unix", "re");
Yu Watanabe71a0be72018-11-26 00:48:15 +0900408 if (!f)
409 return log_full_errno(errno == ENOENT ? LOG_DEBUG : LOG_WARNING, errno,
410 "Failed to open /proc/net/unix, ignoring: %m");
Lennart Poettering17b90522011-02-14 21:55:06 +0100411
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100412 /* Skip header */
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100413 r = read_line(f, LONG_LINE_MAX, NULL);
Yu Watanabe71a0be72018-11-26 00:48:15 +0900414 if (r < 0)
415 return log_warning_errno(r, "Failed to skip /proc/net/unix header line: %m");
416 if (r == 0)
417 return log_warning_errno(SYNTHETIC_ERRNO(EIO), "Premature end of file reading /proc/net/unix.");
Lennart Poettering17b90522011-02-14 21:55:06 +0100418
419 for (;;) {
Yu Watanabe71a0be72018-11-26 00:48:15 +0900420 _cleanup_free_ char *line = NULL, *s = NULL;
421 char *p;
Lennart Poettering17b90522011-02-14 21:55:06 +0100422
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100423 r = read_line(f, LONG_LINE_MAX, &line);
Yu Watanabe71a0be72018-11-26 00:48:15 +0900424 if (r < 0)
425 return log_warning_errno(r, "Failed to read /proc/net/unix line, ignoring: %m");
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100426 if (r == 0) /* EOF */
Lennart Poettering17b90522011-02-14 21:55:06 +0100427 break;
428
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100429 p = strchr(line, ':');
430 if (!p)
Lennart Poettering17b90522011-02-14 21:55:06 +0100431 continue;
432
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100433 if (strlen(p) < 37)
434 continue;
435
436 p += 37;
Lennart Poettering17b90522011-02-14 21:55:06 +0100437 p += strspn(p, WHITESPACE);
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100438 p += strcspn(p, WHITESPACE); /* skip one more word */
Lennart Poettering17b90522011-02-14 21:55:06 +0100439 p += strspn(p, WHITESPACE);
440
441 if (*p != '/')
442 continue;
443
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100444 s = strdup(p);
Yu Watanabe71a0be72018-11-26 00:48:15 +0900445 if (!s)
446 return log_oom();
Lennart Poettering17b90522011-02-14 21:55:06 +0100447
Yu Watanabe858d36c2018-05-31 23:39:31 +0900448 path_simplify(s, false);
Lennart Poettering4ff21d82011-02-17 13:13:34 +0100449
Yu Watanabe71a0be72018-11-26 00:48:15 +0900450 r = set_consume(sockets, s);
451 if (r == -EEXIST)
452 continue;
453 if (r < 0)
454 return log_warning_errno(r, "Failed to add AF_UNIX socket to set, ignoring: %m");
455
456 TAKE_PTR(s);
Lennart Poettering17b90522011-02-14 21:55:06 +0100457 }
458
Yu Watanabe71a0be72018-11-26 00:48:15 +0900459 unix_sockets = TAKE_PTR(sockets);
460 return 1;
Lennart Poettering17b90522011-02-14 21:55:06 +0100461}
462
463static bool unix_socket_alive(const char *fn) {
464 assert(fn);
465
Yu Watanabe71a0be72018-11-26 00:48:15 +0900466 if (load_unix_sockets() < 0)
467 return true; /* We don't know, so assume yes */
Lennart Poettering17b90522011-02-14 21:55:06 +0100468
Yu Watanabe71a0be72018-11-26 00:48:15 +0900469 return !!set_get(unix_sockets, (char*) fn);
Lennart Poettering17b90522011-02-14 21:55:06 +0100470}
471
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500472static DIR* xopendirat_nomod(int dirfd, const char *path) {
473 DIR *dir;
474
475 dir = xopendirat(dirfd, path, O_NOFOLLOW|O_NOATIME);
Lennart Poettering15322272015-03-23 18:54:31 +0700476 if (dir)
477 return dir;
478
479 log_debug_errno(errno, "Cannot open %sdirectory \"%s\": %m", dirfd == AT_FDCWD ? "" : "sub", path);
480 if (errno != EPERM)
481 return NULL;
482
483 dir = xopendirat(dirfd, path, O_NOFOLLOW);
484 if (!dir)
485 log_debug_errno(errno, "Cannot open %sdirectory \"%s\": %m", dirfd == AT_FDCWD ? "" : "sub", path);
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500486
487 return dir;
488}
489
490static DIR* opendir_nomod(const char *path) {
491 return xopendirat_nomod(AT_FDCWD, path);
492}
493
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200494static inline nsec_t load_statx_timestamp_nsec(const struct statx_timestamp *ts) {
495 assert(ts);
496
497 if (ts->tv_sec < 0)
498 return NSEC_INFINITY;
499
500 if ((nsec_t) ts->tv_sec >= (UINT64_MAX - ts->tv_nsec) / NSEC_PER_SEC)
501 return NSEC_INFINITY;
502
503 return ts->tv_sec * NSEC_PER_SEC + ts->tv_nsec;
504}
505
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200506static int dir_cleanup(
Michal Sekletar78a92a52013-01-18 16:13:08 +0100507 Item *i,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200508 const char *p,
509 DIR *d,
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200510 nsec_t self_atime_nsec,
511 nsec_t self_mtime_nsec,
512 nsec_t cutoff_nsec,
513 dev_t rootdev_major,
514 dev_t rootdev_minor,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200515 bool mountpoint,
Lennart Poettering24f3a372012-06-20 09:05:50 +0200516 int maxdepth,
Lennart Poettering265ffa12013-09-17 16:33:30 -0500517 bool keep_this_level) {
518
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200519 bool deleted = false;
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200520 struct dirent *dent;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200521 int r = 0;
522
Reverend Homer8fb3f002016-12-09 12:04:30 +0300523 FOREACH_DIRENT_ALL(dent, d, break) {
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200524 _cleanup_free_ char *sub_path = NULL;
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200525 nsec_t atime_nsec, mtime_nsec, ctime_nsec, btime_nsec;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200526
Lennart Poettering49bfc872017-02-02 00:06:18 +0100527 if (dot_or_dot_dot(dent->d_name))
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200528 continue;
529
Lennart Poetteringca194a22020-09-01 18:42:01 +0200530 /* If statx() is supported, use it. It's preferable over fstatat() since it tells us
Frantisek Sumsal69e32342020-09-14 15:32:37 +0200531 * explicitly where we are looking at a mount point, for free as side information. Determining
Lennart Poetteringca194a22020-09-01 18:42:01 +0200532 * the same information without statx() is hard, see the complexity of path_is_mount_point(),
533 * and also much slower as it requires a number of syscalls instead of just one. Hence, when
534 * we have modern statx() we use it instead of fstat() and do proper mount point checks,
535 * while on older kernels's well do traditional st_dev based detection of mount points.
536 *
537 * Using statx() for detecting mount points also has the benfit that we handle weird file
538 * systems such as overlayfs better where each file is originating from a different
539 * st_dev. */
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200540
Lennart Poetteringca194a22020-09-01 18:42:01 +0200541 STRUCT_STATX_DEFINE(sx);
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200542
Lennart Poetteringca194a22020-09-01 18:42:01 +0200543 r = statx_fallback(
544 dirfd(d), dent->d_name,
545 AT_SYMLINK_NOFOLLOW|AT_NO_AUTOMOUNT,
546 STATX_TYPE|STATX_MODE|STATX_UID|STATX_ATIME|STATX_MTIME|STATX_CTIME|STATX_BTIME,
547 &sx);
548 if (r == -ENOENT)
549 continue;
550 if (r < 0) {
551 /* FUSE, NFS mounts, SELinux might return EACCES */
552 r = log_full_errno(errno == EACCES ? LOG_DEBUG : LOG_ERR, errno,
553 "statx(%s/%s) failed: %m", p, dent->d_name);
554 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200555 }
556
Lennart Poetteringca194a22020-09-01 18:42:01 +0200557 if (FLAGS_SET(sx.stx_attributes_mask, STATX_ATTR_MOUNT_ROOT)) {
558 /* Yay, we have the mount point API, use it */
559 if (FLAGS_SET(sx.stx_attributes, STATX_ATTR_MOUNT_ROOT)) {
560 log_debug("Ignoring \"%s/%s\": different mount points.", p, dent->d_name);
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200561 continue;
562 }
Lennart Poetteringca194a22020-09-01 18:42:01 +0200563 } else {
564 /* So we might have statx() but the STATX_ATTR_MOUNT_ROOT flag is not supported, fall
565 * back to traditional stx_dev checking. */
566 if (sx.stx_dev_major != rootdev_major ||
567 sx.stx_dev_minor != rootdev_minor) {
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200568 log_debug("Ignoring \"%s/%s\": different filesystem.", p, dent->d_name);
569 continue;
570 }
571
Lennart Poetteringca194a22020-09-01 18:42:01 +0200572 /* Try to detect bind mounts of the same filesystem instance; they do not differ in device
573 * major/minors. This type of query is not supported on all kernels or filesystem types
574 * though. */
575 if (S_ISDIR(sx.stx_mode)) {
576 int q;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200577
Lennart Poetteringca194a22020-09-01 18:42:01 +0200578 q = fd_is_mount_point(dirfd(d), dent->d_name, 0);
579 if (q < 0)
580 log_debug_errno(q, "Failed to determine whether \"%s/%s\" is a mount point, ignoring: %m", p, dent->d_name);
581 else if (q > 0) {
582 log_debug("Ignoring \"%s/%s\": different mount of the same filesystem.", p, dent->d_name);
583 continue;
584 }
Lennart Poettering60bdc0c2019-06-18 12:42:30 +0200585 }
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500586 }
Kay Sievers99d680a2013-03-13 13:12:36 +0100587
Lennart Poetteringca194a22020-09-01 18:42:01 +0200588 atime_nsec = FLAGS_SET(sx.stx_mask, STATX_ATIME) ? load_statx_timestamp_nsec(&sx.stx_atime) : 0;
589 mtime_nsec = FLAGS_SET(sx.stx_mask, STATX_MTIME) ? load_statx_timestamp_nsec(&sx.stx_mtime) : 0;
590 ctime_nsec = FLAGS_SET(sx.stx_mask, STATX_CTIME) ? load_statx_timestamp_nsec(&sx.stx_ctime) : 0;
591 btime_nsec = FLAGS_SET(sx.stx_mask, STATX_BTIME) ? load_statx_timestamp_nsec(&sx.stx_btime) : 0;
592
Lennart Poettering113ed3b2019-06-18 12:41:02 +0200593 sub_path = path_join(p, dent->d_name);
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200594 if (!sub_path) {
Shawn Landden0d0f0c52012-07-25 14:55:59 -0700595 r = log_oom();
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200596 goto finish;
597 }
598
599 /* Is there an item configured for this path? */
Lennart Poetteringef43a392015-04-22 18:18:56 +0200600 if (ordered_hashmap_get(items, sub_path)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500601 log_debug("Ignoring \"%s\": a separate entry exists.", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200602 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500603 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200604
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500605 if (find_glob(globs, sub_path)) {
606 log_debug("Ignoring \"%s\": a separate glob exists.", sub_path);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100607 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500608 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100609
Lennart Poetteringca194a22020-09-01 18:42:01 +0200610 if (S_ISDIR(sx.stx_mode)) {
Lennart Poettering52b32b22019-01-18 16:09:30 +0100611 _cleanup_closedir_ DIR *sub_dir = NULL;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200612
613 if (mountpoint &&
614 streq(dent->d_name, "lost+found") &&
Lennart Poetteringca194a22020-09-01 18:42:01 +0200615 sx.stx_uid == 0) {
Lennart Poettering781bc442019-01-18 16:07:45 +0100616 log_debug("Ignoring directory \"%s\".", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200617 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500618 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200619
620 if (maxdepth <= 0)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500621 log_warning("Reached max depth on \"%s\".", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200622 else {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200623 int q;
624
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500625 sub_dir = xopendirat_nomod(dirfd(d), dent->d_name);
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200626 if (!sub_dir) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500627 if (errno != ENOENT)
Lennart Poettering781bc442019-01-18 16:07:45 +0100628 r = log_warning_errno(errno, "Opening directory \"%s\" failed, ignoring: %m", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200629
630 continue;
631 }
632
Lennart Poettering52b32b22019-01-18 16:09:30 +0100633 if (flock(dirfd(sub_dir), LOCK_EX|LOCK_NB) < 0) {
634 log_debug_errno(errno, "Couldn't acquire shared BSD lock on directory \"%s\", skipping: %m", p);
635 continue;
636 }
637
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200638 q = dir_cleanup(i,
639 sub_path, sub_dir,
640 atime_nsec, mtime_nsec, cutoff_nsec,
641 rootdev_major, rootdev_minor,
642 false, maxdepth-1, false);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200643 if (q < 0)
644 r = q;
645 }
646
Lennart Poetteringa23fabc2019-01-18 15:52:31 +0100647 /* Note: if you are wondering why we don't support the sticky bit for excluding
648 * directories from cleaning like we do it for other file system objects: well, the
649 * sticky bit already has a meaning for directories, so we don't want to overload
650 * that. */
Lennart Poettering24f3a372012-06-20 09:05:50 +0200651
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500652 if (keep_this_level) {
Lennart Poettering781bc442019-01-18 16:07:45 +0100653 log_debug("Keeping directory \"%s\".", sub_path);
Lennart Poettering24f3a372012-06-20 09:05:50 +0200654 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500655 }
Lennart Poettering24f3a372012-06-20 09:05:50 +0200656
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200657 /* Ignore ctime, we change it when deleting */
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200658 if (mtime_nsec != NSEC_INFINITY && mtime_nsec >= cutoff_nsec) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500659 char a[FORMAT_TIMESTAMP_MAX];
660 /* Follows spelling in stat(1). */
661 log_debug("Directory \"%s\": modify time %s is too new.",
662 sub_path,
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200663 format_timestamp_style(a, sizeof(a), mtime_nsec / NSEC_PER_USEC, TIMESTAMP_US));
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200664 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500665 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200666
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200667 if (atime_nsec != NSEC_INFINITY && atime_nsec >= cutoff_nsec) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500668 char a[FORMAT_TIMESTAMP_MAX];
669 log_debug("Directory \"%s\": access time %s is too new.",
670 sub_path,
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200671 format_timestamp_style(a, sizeof(a), atime_nsec / NSEC_PER_USEC, TIMESTAMP_US));
672 continue;
673 }
674
675 if (btime_nsec != NSEC_INFINITY && btime_nsec >= cutoff_nsec) {
676 char a[FORMAT_TIMESTAMP_MAX];
677 log_debug("Directory \"%s\": birth time %s is too new.",
678 sub_path,
679 format_timestamp_style(a, sizeof(a), btime_nsec / NSEC_PER_USEC, TIMESTAMP_US));
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500680 continue;
681 }
682
Zbigniew Jędrzejewski-Szmek61253222015-01-31 01:03:09 -0500683 log_debug("Removing directory \"%s\".", sub_path);
684 if (unlinkat(dirfd(d), dent->d_name, AT_REMOVEDIR) < 0)
Lennart Poettering920ce822018-01-22 15:31:01 +0100685 if (!IN_SET(errno, ENOENT, ENOTEMPTY))
Lennart Poettering781bc442019-01-18 16:07:45 +0100686 r = log_warning_errno(errno, "Failed to remove directory \"%s\", ignoring: %m", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200687
688 } else {
Lennart Poetteringa23fabc2019-01-18 15:52:31 +0100689 /* Skip files for which the sticky bit is set. These are semantics we define, and are
690 * unknown elsewhere. See XDG_RUNTIME_DIR specification for details. */
Lennart Poetteringca194a22020-09-01 18:42:01 +0200691 if (sx.stx_mode & S_ISVTX) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500692 log_debug("Skipping \"%s\": sticky bit set.", sub_path);
Lennart Poettering9c737362010-11-14 20:12:51 +0100693 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200694 }
695
Lennart Poettering20b6bb92019-06-18 12:41:31 +0200696 if (mountpoint &&
Lennart Poetteringca194a22020-09-01 18:42:01 +0200697 S_ISREG(sx.stx_mode) &&
698 sx.stx_uid == 0 &&
Lennart Poettering20b6bb92019-06-18 12:41:31 +0200699 STR_IN_SET(dent->d_name,
700 ".journal",
701 "aquota.user",
702 "aquota.group")) {
703 log_debug("Skipping \"%s\".", sub_path);
704 continue;
705 }
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500706
Lennart Poettering17b90522011-02-14 21:55:06 +0100707 /* Ignore sockets that are listed in /proc/net/unix */
Lennart Poetteringca194a22020-09-01 18:42:01 +0200708 if (S_ISSOCK(sx.stx_mode) && unix_socket_alive(sub_path)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500709 log_debug("Skipping \"%s\": live socket.", sub_path);
Lennart Poettering17b90522011-02-14 21:55:06 +0100710 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500711 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100712
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100713 /* Ignore device nodes */
Lennart Poetteringca194a22020-09-01 18:42:01 +0200714 if (S_ISCHR(sx.stx_mode) || S_ISBLK(sx.stx_mode)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500715 log_debug("Skipping \"%s\": a device.", sub_path);
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100716 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500717 }
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100718
Lennart Poetteringa23fabc2019-01-18 15:52:31 +0100719 /* Keep files on this level around if this is requested */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500720 if (keep_this_level) {
721 log_debug("Keeping \"%s\".", sub_path);
Lennart Poettering24f3a372012-06-20 09:05:50 +0200722 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200723 }
724
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200725 if (mtime_nsec != NSEC_INFINITY && mtime_nsec >= cutoff_nsec) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500726 char a[FORMAT_TIMESTAMP_MAX];
727 /* Follows spelling in stat(1). */
728 log_debug("File \"%s\": modify time %s is too new.",
729 sub_path,
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200730 format_timestamp_style(a, sizeof(a), mtime_nsec / NSEC_PER_USEC, TIMESTAMP_US));
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500731 continue;
732 }
733
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200734 if (atime_nsec != NSEC_INFINITY && atime_nsec >= cutoff_nsec) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500735 char a[FORMAT_TIMESTAMP_MAX];
736 log_debug("File \"%s\": access time %s is too new.",
737 sub_path,
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200738 format_timestamp_style(a, sizeof(a), atime_nsec / NSEC_PER_USEC, TIMESTAMP_US));
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500739 continue;
740 }
741
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200742 if (ctime_nsec != NSEC_INFINITY && ctime_nsec >= cutoff_nsec) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500743 char a[FORMAT_TIMESTAMP_MAX];
744 log_debug("File \"%s\": change time %s is too new.",
745 sub_path,
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200746 format_timestamp_style(a, sizeof(a), ctime_nsec / NSEC_PER_USEC, TIMESTAMP_US));
747 continue;
748 }
749
750 if (btime_nsec != NSEC_INFINITY && btime_nsec >= cutoff_nsec) {
751 char a[FORMAT_TIMESTAMP_MAX];
752 log_debug("File \"%s\": birth time %s is too new.",
753 sub_path,
754 format_timestamp_style(a, sizeof(a), btime_nsec / NSEC_PER_USEC, TIMESTAMP_US));
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500755 continue;
756 }
757
Lennart Poettering781bc442019-01-18 16:07:45 +0100758 log_debug("Removing \"%s\".", sub_path);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500759 if (unlinkat(dirfd(d), dent->d_name, 0) < 0)
760 if (errno != ENOENT)
Lennart Poettering781bc442019-01-18 16:07:45 +0100761 r = log_warning_errno(errno, "Failed to remove \"%s\", ignoring: %m", sub_path);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500762
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200763 deleted = true;
764 }
765 }
766
767finish:
768 if (deleted) {
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200769 char a[FORMAT_TIMESTAMP_MAX], m[FORMAT_TIMESTAMP_MAX];
770 struct timespec ts[2];
Lennart Poettering76e15a92019-01-18 15:51:13 +0100771
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500772 log_debug("Restoring access and modification time on \"%s\": %s, %s",
773 p,
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200774 format_timestamp_style(a, sizeof(a), self_atime_nsec / NSEC_PER_USEC, TIMESTAMP_US),
775 format_timestamp_style(m, sizeof(m), self_mtime_nsec / NSEC_PER_USEC, TIMESTAMP_US));
776
777 timespec_store_nsec(ts + 0, self_atime_nsec);
778 timespec_store_nsec(ts + 1, self_mtime_nsec);
Lennart Poettering76e15a92019-01-18 15:51:13 +0100779
780 /* Restore original directory timestamps */
Lennart Poetteringddb439b2020-08-27 19:13:30 +0200781 if (futimens(dirfd(d), ts) < 0)
Lennart Poettering76e15a92019-01-18 15:51:13 +0100782 log_warning_errno(errno, "Failed to revert timestamps of '%s', ignoring: %m", p);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200783 }
784
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200785 return r;
786}
787
Lennart Poettering5579f852018-01-23 14:03:34 +0100788static bool dangerous_hardlinks(void) {
789 _cleanup_free_ char *value = NULL;
790 static int cached = -1;
791 int r;
792
793 /* Check whether the fs.protected_hardlinks sysctl is on. If we can't determine it we assume its off, as that's
794 * what the upstream default is. */
795
796 if (cached >= 0)
797 return cached;
798
799 r = read_one_line_file("/proc/sys/fs/protected_hardlinks", &value);
800 if (r < 0) {
801 log_debug_errno(r, "Failed to read fs.protected_hardlinks sysctl: %m");
802 return true;
803 }
804
805 r = parse_boolean(value);
806 if (r < 0) {
807 log_debug_errno(r, "Failed to parse fs.protected_hardlinks sysctl: %m");
808 return true;
809 }
810
811 cached = r == 0;
812 return cached;
813}
814
Franck Bui774f79b2018-03-02 16:13:07 +0100815static bool hardlink_vulnerable(const struct stat *st) {
Lennart Poettering5579f852018-01-23 14:03:34 +0100816 assert(st);
817
818 return !S_ISDIR(st->st_mode) && st->st_nlink > 1 && dangerous_hardlinks();
819}
820
Lennart Poettering8b364a32019-04-29 13:21:40 +0200821static mode_t process_mask_perms(mode_t mode, mode_t current) {
822
823 if ((current & 0111) == 0)
824 mode &= ~0111;
825 if ((current & 0222) == 0)
826 mode &= ~0222;
827 if ((current & 0444) == 0)
828 mode &= ~0444;
829 if (!S_ISDIR(current))
830 mode &= ~07000; /* remove sticky/sgid/suid bit, unless directory */
831
832 return mode;
833}
834
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200835static int fd_set_perms(Item *i, int fd, const char *path, const struct stat *st) {
Franck Buib206ac82018-04-13 11:39:39 +0200836 struct stat stbuf;
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200837 mode_t new_mode;
838 bool do_chown;
Lennart Poetteringdee00c12020-09-09 20:35:33 +0200839 int r;
Franck Bui936f6bd2018-03-02 17:19:32 +0100840
841 assert(i);
842 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +0200843 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100844
845 if (!i->mode_set && !i->uid_set && !i->gid_set)
846 goto shortcut;
847
Franck Buib206ac82018-04-13 11:39:39 +0200848 if (!st) {
849 if (fstat(fd, &stbuf) < 0)
850 return log_error_errno(errno, "fstat(%s) failed: %m", path);
851 st = &stbuf;
852 }
853
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +0100854 if (hardlink_vulnerable(st))
855 return log_error_errno(SYNTHETIC_ERRNO(EPERM),
856 "Refusing to set permissions on hardlinked file %s while the fs.protected_hardlinks sysctl is turned off.",
857 path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100858
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200859 /* Do we need a chown()? */
860 do_chown =
861 (i->uid_set && i->uid != st->st_uid) ||
862 (i->gid_set && i->gid != st->st_gid);
Lennart Poettering8b364a32019-04-29 13:21:40 +0200863
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200864 /* Calculate the mode to apply */
865 new_mode = i->mode_set ? (i->mask_perms ?
866 process_mask_perms(i->mode, st->st_mode) :
867 i->mode) :
868 (st->st_mode & 07777);
Lennart Poettering8b364a32019-04-29 13:21:40 +0200869
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200870 if (i->mode_set && do_chown) {
871 /* Before we issue the chmod() let's reduce the access mode to the common bits of the old and
872 * the new mode. That way there's no time window where the file exists under the old owner
873 * with more than the old access modes — and not under the new owner with more than the new
874 * access modes either. */
875
Franck Bui936f6bd2018-03-02 17:19:32 +0100876 if (S_ISLNK(st->st_mode))
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200877 log_debug("Skipping temporary mode fix for symlink %s.", path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100878 else {
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200879 mode_t m = new_mode & st->st_mode; /* Mask new mode by old mode */
Franck Bui936f6bd2018-03-02 17:19:32 +0100880
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200881 if (((m ^ st->st_mode) & 07777) == 0)
882 log_debug("\"%s\" matches temporary mode %o already.", path, m);
Franck Bui936f6bd2018-03-02 17:19:32 +0100883 else {
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200884 log_debug("Temporarily changing \"%s\" to mode %o.", path, m);
Lennart Poetteringdee00c12020-09-09 20:35:33 +0200885 r = fchmod_opath(fd, m);
886 if (r < 0)
887 return log_error_errno(r, "fchmod() of %s failed: %m", path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100888 }
889 }
890 }
891
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200892 if (do_chown) {
Franck Bui936f6bd2018-03-02 17:19:32 +0100893 log_debug("Changing \"%s\" to owner "UID_FMT":"GID_FMT,
894 path,
895 i->uid_set ? i->uid : UID_INVALID,
896 i->gid_set ? i->gid : GID_INVALID);
897
898 if (fchownat(fd,
899 "",
900 i->uid_set ? i->uid : UID_INVALID,
901 i->gid_set ? i->gid : GID_INVALID,
902 AT_EMPTY_PATH) < 0)
903 return log_error_errno(errno, "fchownat() of %s failed: %m", path);
904 }
905
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200906 /* Now, apply the final mode. We do this in two cases: when the user set a mode explicitly, or after a
907 * chown(), since chown()'s mangle the access mode in regards to sgid/suid in some conditions. */
908 if (i->mode_set || do_chown) {
909 if (S_ISLNK(st->st_mode))
910 log_debug("Skipping mode fix for symlink %s.", path);
911 else {
912 /* Check if the chmod() is unnecessary. Note that if we did a chown() before we always
913 * chmod() here again, since it might have mangled the bits. */
914 if (!do_chown && ((new_mode ^ st->st_mode) & 07777) == 0)
915 log_debug("\"%s\" matches mode %o already.", path, new_mode);
916 else {
917 log_debug("Changing \"%s\" to mode %o.", path, new_mode);
Lennart Poetteringdee00c12020-09-09 20:35:33 +0200918 r = fchmod_opath(fd, new_mode);
919 if (r < 0)
920 return log_error_errno(r, "fchmod() of %s failed: %m", path);
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200921 }
922 }
923 }
924
Franck Bui936f6bd2018-03-02 17:19:32 +0100925shortcut:
Lennart Poettering08c84982018-03-27 07:38:26 +0200926 return label_fix(path, 0);
Franck Bui936f6bd2018-03-02 17:19:32 +0100927}
928
Franck Bui5ec9d062018-04-13 17:31:22 +0200929static int path_open_parent_safe(const char *path) {
930 _cleanup_free_ char *dn = NULL;
Zbigniew Jędrzejewski-Szmeka5648b82019-10-24 10:33:20 +0200931 int r, fd;
Franck Bui5ec9d062018-04-13 17:31:22 +0200932
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +0100933 if (path_equal(path, "/") || !path_is_normalized(path))
934 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
935 "Failed to open parent of '%s': invalid path.",
936 path);
Franck Bui5ec9d062018-04-13 17:31:22 +0200937
938 dn = dirname_malloc(path);
939 if (!dn)
940 return log_oom();
941
Zbigniew Jędrzejewski-Szmeka5648b82019-10-24 10:33:20 +0200942 r = chase_symlinks(dn, arg_root, CHASE_SAFE|CHASE_WARN, NULL, &fd);
943 if (r < 0 && r != -ENOLINK)
944 return log_error_errno(r, "Failed to validate path %s: %m", path);
Franck Bui5ec9d062018-04-13 17:31:22 +0200945
Zbigniew Jędrzejewski-Szmeka5648b82019-10-24 10:33:20 +0200946 return r < 0 ? r : fd;
Franck Bui5ec9d062018-04-13 17:31:22 +0200947}
948
Franck Buiaddc3e32018-03-20 08:58:48 +0100949static int path_open_safe(const char *path) {
Zbigniew Jędrzejewski-Szmeka5648b82019-10-24 10:33:20 +0200950 int r, fd;
Franck Buiaddc3e32018-03-20 08:58:48 +0100951
952 /* path_open_safe() returns a file descriptor opened with O_PATH after
953 * verifying that the path doesn't contain unsafe transitions, except
954 * for its final component as the function does not follow symlink. */
955
956 assert(path);
957
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +0100958 if (!path_is_normalized(path))
959 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
960 "Failed to open invalid path '%s'.",
961 path);
Franck Buiaddc3e32018-03-20 08:58:48 +0100962
Zbigniew Jędrzejewski-Szmeka5648b82019-10-24 10:33:20 +0200963 r = chase_symlinks(path, arg_root, CHASE_SAFE|CHASE_WARN|CHASE_NOFOLLOW, NULL, &fd);
964 if (r < 0 && r != -ENOLINK)
965 return log_error_errno(r, "Failed to validate path %s: %m", path);
Franck Buiaddc3e32018-03-20 08:58:48 +0100966
Zbigniew Jędrzejewski-Szmeka5648b82019-10-24 10:33:20 +0200967 return r < 0 ? r : fd;
Franck Buiaddc3e32018-03-20 08:58:48 +0100968}
969
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -0500970static int path_set_perms(Item *i, const char *path) {
Lennart Poettering48b8aaa2015-04-13 15:16:54 +0200971 _cleanup_close_ int fd = -1;
Michael Olbrich1924a972014-08-17 09:45:00 +0200972
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200973 assert(i);
974 assert(path);
975
Franck Buiaddc3e32018-03-20 08:58:48 +0100976 fd = path_open_safe(path);
Franck Bui54946022018-04-26 15:45:17 +0200977 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +0100978 return fd;
Michal Sekletar780e2ee2017-08-31 12:45:25 +0200979
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200980 return fd_set_perms(i, fd, path, NULL);
Michal Schmidt062e01b2011-12-16 18:00:11 +0100981}
982
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200983static int parse_xattrs_from_arg(Item *i) {
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100984 const char *p;
985 int r;
986
987 assert(i);
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500988 assert(i->argument);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100989
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100990 p = i->argument;
991
Lennart Poettering4034a062015-03-23 18:55:36 +0700992 for (;;) {
Franck Bui4cef1922017-11-16 11:27:29 +0100993 _cleanup_free_ char *name = NULL, *value = NULL, *xattr = NULL;
Lennart Poettering4034a062015-03-23 18:55:36 +0700994
Zbigniew Jędrzejewski-Szmek4ec85142019-06-28 11:15:05 +0200995 r = extract_first_word(&p, &xattr, NULL, EXTRACT_UNQUOTE|EXTRACT_CUNESCAPE);
Lennart Poettering4034a062015-03-23 18:55:36 +0700996 if (r < 0)
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200997 log_warning_errno(r, "Failed to parse extended attribute '%s', ignoring: %m", p);
Lennart Poettering4034a062015-03-23 18:55:36 +0700998 if (r <= 0)
999 break;
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -05001000
Franck Bui4cef1922017-11-16 11:27:29 +01001001 r = split_pair(xattr, "=", &name, &value);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001002 if (r < 0) {
Lennart Poettering4034a062015-03-23 18:55:36 +07001003 log_warning_errno(r, "Failed to parse extended attribute, ignoring: %s", xattr);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001004 continue;
1005 }
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -05001006
Lennart Poettering4034a062015-03-23 18:55:36 +07001007 if (isempty(name) || isempty(value)) {
Lennart Poetteringbd550f72015-04-10 16:03:24 +02001008 log_warning("Malformed extended attribute found, ignoring: %s", xattr);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001009 continue;
1010 }
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -05001011
Lennart Poettering4034a062015-03-23 18:55:36 +07001012 if (strv_push_pair(&i->xattrs, name, value) < 0)
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001013 return log_oom();
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -05001014
Lennart Poettering4034a062015-03-23 18:55:36 +07001015 name = value = NULL;
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001016 }
1017
Lennart Poettering4034a062015-03-23 18:55:36 +07001018 return 0;
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001019}
1020
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001021static int fd_set_xattrs(Item *i, int fd, const char *path, const struct stat *st) {
Lennart Poettering34d26772018-03-23 15:41:33 +01001022 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001023 char **name, **value;
1024
1025 assert(i);
Franck Bui936f6bd2018-03-02 17:19:32 +01001026 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001027 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001028
1029 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001030
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001031 STRV_FOREACH_PAIR(name, value, i->xattrs) {
Lennart Poetteringbd550f72015-04-10 16:03:24 +02001032 log_debug("Setting extended attribute '%s=%s' on %s.", *name, *value, path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001033 if (setxattr(procfs_path, *name, *value, strlen(*value), 0) < 0)
Zbigniew Jędrzejewski-Szmek25f027c2017-05-13 11:26:55 -04001034 return log_error_errno(errno, "Setting extended attribute %s=%s on %s failed: %m",
1035 *name, *value, path);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001036 }
1037 return 0;
1038}
1039
Franck Bui936f6bd2018-03-02 17:19:32 +01001040static int path_set_xattrs(Item *i, const char *path) {
1041 _cleanup_close_ int fd = -1;
1042
1043 assert(i);
1044 assert(path);
1045
Franck Buiaddc3e32018-03-20 08:58:48 +01001046 fd = path_open_safe(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001047 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +01001048 return fd;
Franck Bui936f6bd2018-03-02 17:19:32 +01001049
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001050 return fd_set_xattrs(i, fd, path, NULL);
Franck Bui936f6bd2018-03-02 17:19:32 +01001051}
1052
Lennart Poetteringbd550f72015-04-10 16:03:24 +02001053static int parse_acls_from_arg(Item *item) {
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02001054#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001055 int r;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001056
1057 assert(item);
1058
Zach Smithc55ac242019-10-03 18:09:35 -07001059 /* If append_or_force (= modify) is set, we will not modify the acl
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001060 * afterwards, so the mask can be added now if necessary. */
Lennart Poetteringbd550f72015-04-10 16:03:24 +02001061
Zach Smithc55ac242019-10-03 18:09:35 -07001062 r = parse_acl(item->argument, &item->acl_access, &item->acl_default, !item->append_or_force);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001063 if (r < 0)
Lennart Poettering4034a062015-03-23 18:55:36 +07001064 log_warning_errno(r, "Failed to parse ACL \"%s\": %m. Ignoring", item->argument);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001065#else
Lennart Poettering60083362020-10-19 14:20:26 +02001066 log_warning("ACLs are not supported. Ignoring.");
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001067#endif
1068
1069 return 0;
1070}
1071
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02001072#if HAVE_ACL
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001073static int path_set_acl(const char *path, const char *pretty, acl_type_t type, acl_t acl, bool modify) {
1074 _cleanup_(acl_free_charpp) char *t = NULL;
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001075 _cleanup_(acl_freep) acl_t dup = NULL;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001076 int r;
1077
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001078 /* Returns 0 for success, positive error if already warned,
1079 * negative error otherwise. */
1080
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001081 if (modify) {
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001082 r = acls_for_file(path, type, acl, &dup);
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001083 if (r < 0)
1084 return r;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001085
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001086 r = calc_acl_mask_if_needed(&dup);
1087 if (r < 0)
1088 return r;
1089 } else {
1090 dup = acl_dup(acl);
1091 if (!dup)
1092 return -errno;
1093
1094 /* the mask was already added earlier if needed */
1095 }
1096
1097 r = add_base_acls_if_needed(&dup, path);
1098 if (r < 0)
1099 return r;
1100
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001101 t = acl_to_any_text(dup, NULL, ',', TEXT_ABBREVIATE);
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001102 log_debug("Setting %s ACL %s on %s.",
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001103 type == ACL_TYPE_ACCESS ? "access" : "default",
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001104 strna(t), pretty);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001105
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001106 r = acl_set_file(path, type, dup);
Pat Coulthard3045c412020-10-25 16:45:13 -05001107 if (r < 0) {
1108 if (ERRNO_IS_NOT_SUPPORTED(errno))
1109 /* No error if filesystem doesn't support ACLs. Return negative. */
1110 return -errno;
1111 else
1112 /* Return positive to indicate we already warned */
1113 return -log_error_errno(errno,
1114 "Setting %s ACL \"%s\" on %s failed: %m",
1115 type == ACL_TYPE_ACCESS ? "access" : "default",
1116 strna(t), pretty);
1117 }
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001118 return 0;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001119}
Zbigniew Jędrzejewski-Szmek35888b62015-02-02 20:28:39 -05001120#endif
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001121
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001122static int fd_set_acls(Item *item, int fd, const char *path, const struct stat *st) {
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001123 int r = 0;
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02001124#if HAVE_ACL
Lennart Poettering34d26772018-03-23 15:41:33 +01001125 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Franck Buib206ac82018-04-13 11:39:39 +02001126 struct stat stbuf;
Franck Bui936f6bd2018-03-02 17:19:32 +01001127
1128 assert(item);
1129 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001130 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001131
Franck Buib206ac82018-04-13 11:39:39 +02001132 if (!st) {
1133 if (fstat(fd, &stbuf) < 0)
1134 return log_error_errno(errno, "fstat(%s) failed: %m", path);
1135 st = &stbuf;
1136 }
1137
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01001138 if (hardlink_vulnerable(st))
1139 return log_error_errno(SYNTHETIC_ERRNO(EPERM),
1140 "Refusing to set ACLs on hardlinked file %s while the fs.protected_hardlinks sysctl is turned off.",
1141 path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001142
1143 if (S_ISLNK(st->st_mode)) {
1144 log_debug("Skipping ACL fix for symlink %s.", path);
1145 return 0;
1146 }
1147
1148 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
1149
1150 if (item->acl_access)
Zach Smithc55ac242019-10-03 18:09:35 -07001151 r = path_set_acl(procfs_path, path, ACL_TYPE_ACCESS, item->acl_access, item->append_or_force);
Franck Bui936f6bd2018-03-02 17:19:32 +01001152
remueller26673852018-07-16 16:56:01 +02001153 /* set only default acls to folders */
1154 if (r == 0 && item->acl_default && S_ISDIR(st->st_mode))
Zach Smithc55ac242019-10-03 18:09:35 -07001155 r = path_set_acl(procfs_path, path, ACL_TYPE_DEFAULT, item->acl_default, item->append_or_force);
Franck Bui936f6bd2018-03-02 17:19:32 +01001156
Pat Coulthard3045c412020-10-25 16:45:13 -05001157 if (ERRNO_IS_NOT_SUPPORTED(r)) {
1158 log_debug_errno(r, "ACLs not supported by file system at %s", path);
1159 return 0;
1160 }
1161
Franck Bui936f6bd2018-03-02 17:19:32 +01001162 if (r > 0)
1163 return -r; /* already warned */
Lennart Poetteringf8606622020-04-23 14:52:10 +02001164
1165 /* The above procfs paths don't work if /proc is not mounted. */
1166 if (r == -ENOENT && proc_mounted() == 0)
1167 r = -ENOSYS;
1168
Franck Bui936f6bd2018-03-02 17:19:32 +01001169 if (r < 0)
1170 return log_error_errno(r, "ACL operation on \"%s\" failed: %m", path);
1171#endif
1172 return r;
1173}
1174
1175static int path_set_acls(Item *item, const char *path) {
1176 int r = 0;
Yu Watanabe545cdb92018-06-29 16:26:49 +09001177#if HAVE_ACL
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001178 _cleanup_close_ int fd = -1;
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001179
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001180 assert(item);
1181 assert(path);
1182
Franck Buiaddc3e32018-03-20 08:58:48 +01001183 fd = path_open_safe(path);
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001184 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +01001185 return fd;
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001186
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001187 r = fd_set_acls(item, fd, path, NULL);
Yu Watanabe545cdb92018-06-29 16:26:49 +09001188#endif
1189 return r;
1190}
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001191
Lennart Poetteringbd550f72015-04-10 16:03:24 +02001192static int parse_attribute_from_arg(Item *item) {
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001193
1194 static const struct {
1195 char character;
1196 unsigned value;
1197 } attributes[] = {
1198 { 'A', FS_NOATIME_FL }, /* do not update atime */
1199 { 'S', FS_SYNC_FL }, /* Synchronous updates */
1200 { 'D', FS_DIRSYNC_FL }, /* dirsync behaviour (directories only) */
1201 { 'a', FS_APPEND_FL }, /* writes to file may only append */
1202 { 'c', FS_COMPR_FL }, /* Compress file */
1203 { 'd', FS_NODUMP_FL }, /* do not dump file */
kpengboy8c35b2c2016-05-29 08:31:14 -07001204 { 'e', FS_EXTENT_FL }, /* Extents */
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001205 { 'i', FS_IMMUTABLE_FL }, /* Immutable file */
1206 { 'j', FS_JOURNAL_DATA_FL }, /* Reserved for ext3 */
1207 { 's', FS_SECRM_FL }, /* Secure deletion */
1208 { 'u', FS_UNRM_FL }, /* Undelete */
1209 { 't', FS_NOTAIL_FL }, /* file tail should not be merged */
AsciiWolf13e785f2017-02-24 18:14:02 +01001210 { 'T', FS_TOPDIR_FL }, /* Top of directory hierarchies */
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001211 { 'C', FS_NOCOW_FL }, /* Do not cow file */
Lennart Poettering75006472019-03-28 18:35:03 +01001212 { 'P', FS_PROJINHERIT_FL }, /* Inherit the quota project ID */
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001213 };
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001214
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001215 enum {
1216 MODE_ADD,
1217 MODE_DEL,
1218 MODE_SET
1219 } mode = MODE_ADD;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001220
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001221 unsigned value = 0, mask = 0;
1222 const char *p;
1223
1224 assert(item);
1225
1226 p = item->argument;
1227 if (p) {
1228 if (*p == '+') {
1229 mode = MODE_ADD;
1230 p++;
1231 } else if (*p == '-') {
1232 mode = MODE_DEL;
1233 p++;
1234 } else if (*p == '=') {
1235 mode = MODE_SET;
1236 p++;
1237 }
1238 }
1239
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01001240 if (isempty(p) && mode != MODE_SET)
1241 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
1242 "Setting file attribute on '%s' needs an attribute specification.",
1243 item->path);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001244
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001245 for (; p && *p ; p++) {
1246 unsigned i, v;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001247
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001248 for (i = 0; i < ELEMENTSOF(attributes); i++)
1249 if (*p == attributes[i].character)
1250 break;
1251
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01001252 if (i >= ELEMENTSOF(attributes))
1253 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
1254 "Unknown file attribute '%c' on '%s'.",
1255 *p, item->path);
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001256
1257 v = attributes[i].value;
1258
Andreas Rammhold37420952017-09-29 00:37:23 +02001259 SET_FLAG(value, v, IN_SET(mode, MODE_ADD, MODE_SET));
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001260
1261 mask |= v;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001262 }
1263
1264 if (mode == MODE_SET)
Lennart Poetteringd629ba72019-03-28 18:41:39 +01001265 mask |= CHATTR_ALL_FL;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001266
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001267 assert(mask != 0);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001268
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001269 item->attribute_mask = mask;
1270 item->attribute_value = value;
1271 item->attribute_set = true;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001272
1273 return 0;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001274}
1275
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001276static int fd_set_attribute(Item *item, int fd, const char *path, const struct stat *st) {
Franck Bui936f6bd2018-03-02 17:19:32 +01001277 _cleanup_close_ int procfs_fd = -1;
Franck Buib206ac82018-04-13 11:39:39 +02001278 struct stat stbuf;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001279 unsigned f;
1280 int r;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001281
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001282 assert(item);
1283 assert(fd);
1284 assert(path);
1285
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001286 if (!item->attribute_set || item->attribute_mask == 0)
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001287 return 0;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001288
Franck Buib206ac82018-04-13 11:39:39 +02001289 if (!st) {
1290 if (fstat(fd, &stbuf) < 0)
1291 return log_error_errno(errno, "fstat(%s) failed: %m", path);
1292 st = &stbuf;
1293 }
1294
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001295 /* Issuing the file attribute ioctls on device nodes is not
1296 * safe, as that will be delivered to the drivers, not the
1297 * file system containing the device node. */
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01001298 if (!S_ISREG(st->st_mode) && !S_ISDIR(st->st_mode))
1299 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
1300 "Setting file flags is only supported on regular files and directories, cannot set on '%s'.",
1301 path);
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001302
1303 f = item->attribute_value & item->attribute_mask;
1304
1305 /* Mask away directory-specific flags */
Franck Bui936f6bd2018-03-02 17:19:32 +01001306 if (!S_ISDIR(st->st_mode))
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001307 f &= ~FS_DIRSYNC_FL;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001308
Lennart Poetteringf2324782018-03-26 13:25:51 +02001309 procfs_fd = fd_reopen(fd, O_RDONLY|O_CLOEXEC|O_NOATIME);
Franck Bui936f6bd2018-03-02 17:19:32 +01001310 if (procfs_fd < 0)
Lennart Poetteringc3e03772018-08-06 20:19:52 +02001311 return log_error_errno(procfs_fd, "Failed to re-open '%s': %m", path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001312
Lennart Poetteringdb9a4252018-06-25 20:04:07 +02001313 r = chattr_fd(procfs_fd, f, item->attribute_mask, NULL);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001314 if (r < 0)
Yu Watanabe4c701092017-10-04 23:01:32 +09001315 log_full_errno(IN_SET(r, -ENOTTY, -EOPNOTSUPP) ? LOG_DEBUG : LOG_WARNING,
Lennart Poetteringad75a972015-07-22 22:02:14 +02001316 r,
Lennart Poettering15b45fa2018-08-06 15:44:47 +02001317 "Cannot set file attribute for '%s', value=0x%08x, mask=0x%08x, ignoring: %m",
Lennart Poetteringad75a972015-07-22 22:02:14 +02001318 path, item->attribute_value, item->attribute_mask);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001319
1320 return 0;
1321}
1322
Franck Bui936f6bd2018-03-02 17:19:32 +01001323static int path_set_attribute(Item *item, const char *path) {
1324 _cleanup_close_ int fd = -1;
Franck Bui936f6bd2018-03-02 17:19:32 +01001325
1326 if (!item->attribute_set || item->attribute_mask == 0)
1327 return 0;
1328
Franck Buiaddc3e32018-03-20 08:58:48 +01001329 fd = path_open_safe(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001330 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +01001331 return fd;
Franck Bui936f6bd2018-03-02 17:19:32 +01001332
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001333 return fd_set_attribute(item, fd, path, NULL);
Franck Bui936f6bd2018-03-02 17:19:32 +01001334}
1335
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001336static int write_one_file(Item *i, const char *path) {
Franck Bui551470e2018-04-13 17:54:09 +02001337 _cleanup_close_ int fd = -1, dir_fd = -1;
1338 char *bn;
Lennart Poettering1baaf8a2020-05-25 16:19:17 +02001339 int r;
Franck Bui31c84ff2018-04-13 09:19:24 +02001340
1341 assert(i);
1342 assert(path);
1343 assert(i->argument);
1344 assert(i->type == WRITE_FILE);
1345
Franck Bui551470e2018-04-13 17:54:09 +02001346 /* Validate the path and keep the fd on the directory for opening the
1347 * file so we're sure that it can't be changed behind our back. */
1348 dir_fd = path_open_parent_safe(path);
1349 if (dir_fd < 0)
1350 return dir_fd;
1351
1352 bn = basename(path);
1353
Franck Bui31c84ff2018-04-13 09:19:24 +02001354 /* Follows symlinks */
Lennart Poettering1baaf8a2020-05-25 16:19:17 +02001355 fd = openat(dir_fd, bn,
1356 O_NONBLOCK|O_CLOEXEC|O_WRONLY|O_NOCTTY|(i->append_or_force ? O_APPEND : 0),
1357 i->mode);
Franck Bui31c84ff2018-04-13 09:19:24 +02001358 if (fd < 0) {
1359 if (errno == ENOENT) {
1360 log_debug_errno(errno, "Not writing missing file \"%s\": %m", path);
1361 return 0;
1362 }
Lennart Poettering1baaf8a2020-05-25 16:19:17 +02001363
1364 if (i->allow_failure)
1365 return log_debug_errno(errno, "Failed to open file \"%s\", ignoring: %m", path);
1366
Franck Bui31c84ff2018-04-13 09:19:24 +02001367 return log_error_errno(errno, "Failed to open file \"%s\": %m", path);
1368 }
1369
1370 /* 'w' is allowed to write into any kind of files. */
1371 log_debug("Writing to \"%s\".", path);
1372
1373 r = loop_write(fd, i->argument, strlen(i->argument), false);
1374 if (r < 0)
1375 return log_error_errno(r, "Failed to write file \"%s\": %m", path);
1376
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001377 return fd_set_perms(i, fd, path, NULL);
Franck Bui31c84ff2018-04-13 09:19:24 +02001378}
1379
1380static int create_file(Item *i, const char *path) {
Franck Bui5ec9d062018-04-13 17:31:22 +02001381 _cleanup_close_ int fd = -1, dir_fd = -1;
1382 struct stat stbuf, *st = NULL;
1383 int r = 0;
1384 char *bn;
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001385
Lennart Poettering874f1942014-06-10 22:48:56 +02001386 assert(i);
1387 assert(path);
Franck Bui5ec9d062018-04-13 17:31:22 +02001388 assert(i->type == CREATE_FILE);
Lennart Poettering874f1942014-06-10 22:48:56 +02001389
Franck Bui5ec9d062018-04-13 17:31:22 +02001390 /* 'f' operates on regular files exclusively. */
1391
1392 /* Validate the path and keep the fd on the directory for opening the
1393 * file so we're sure that it can't be changed behind our back. */
1394 dir_fd = path_open_parent_safe(path);
1395 if (dir_fd < 0)
1396 return dir_fd;
1397
1398 bn = basename(path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001399
Lennart Poettering43ad6e32014-06-18 00:01:39 +02001400 RUN_WITH_UMASK(0000) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001401 mac_selinux_create_file_prepare(path, S_IFREG);
Franck Bui5ec9d062018-04-13 17:31:22 +02001402 fd = openat(dir_fd, bn, O_CREAT|O_EXCL|O_NOFOLLOW|O_NONBLOCK|O_CLOEXEC|O_WRONLY|O_NOCTTY, i->mode);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001403 mac_selinux_create_file_clear();
Lennart Poettering5c0d3982013-04-04 03:39:39 +02001404 }
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001405
1406 if (fd < 0) {
Franck Bui5ec9d062018-04-13 17:31:22 +02001407 /* Even on a read-only filesystem, open(2) returns EEXIST if the
1408 * file already exists. It returns EROFS only if it needs to
1409 * create the file. */
1410 if (errno != EEXIST)
1411 return log_error_errno(errno, "Failed to create file %s: %m", path);
1412
1413 /* Re-open the file. At that point it must exist since open(2)
1414 * failed with EEXIST. We still need to check if the perms/mode
1415 * need to be changed. For read-only filesystems, we let
1416 * fd_set_perms() report the error if the perms need to be
1417 * modified. */
1418 fd = openat(dir_fd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH, i->mode);
1419 if (fd < 0)
1420 return log_error_errno(errno, "Failed to re-open file %s: %m", path);
1421
1422 if (fstat(fd, &stbuf) < 0)
1423 return log_error_errno(errno, "stat(%s) failed: %m", path);
1424
Frantisek Sumsald7a0f1f2020-10-09 14:59:44 +02001425 if (!S_ISREG(stbuf.st_mode))
1426 return log_error_errno(SYNTHETIC_ERRNO(EEXIST),
1427 "%s exists and is not a regular file.",
1428 path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001429
Franck Bui5ec9d062018-04-13 17:31:22 +02001430 st = &stbuf;
1431 } else {
Michael Olbrichf44b28f2015-04-30 20:50:38 +02001432
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001433 log_debug("\"%s\" has been created.", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001434
Franck Bui5ec9d062018-04-13 17:31:22 +02001435 if (i->argument) {
1436 log_debug("Writing to \"%s\".", path);
Dave Reisner3612fbc2012-09-12 16:21:00 -04001437
Franck Bui5ec9d062018-04-13 17:31:22 +02001438 r = loop_write(fd, i->argument, strlen(i->argument), false);
1439 if (r < 0)
1440 return log_error_errno(r, "Failed to write file \"%s\": %m", path);
1441 }
1442 }
1443
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001444 return fd_set_perms(i, fd, path, st);
Franck Bui5ec9d062018-04-13 17:31:22 +02001445}
1446
1447static int truncate_file(Item *i, const char *path) {
Franck Bui14ab8042018-04-13 17:50:49 +02001448 _cleanup_close_ int fd = -1, dir_fd = -1;
Franck Bui5ec9d062018-04-13 17:31:22 +02001449 struct stat stbuf, *st = NULL;
1450 bool erofs = false;
1451 int r = 0;
Franck Bui14ab8042018-04-13 17:50:49 +02001452 char *bn;
Franck Bui5ec9d062018-04-13 17:31:22 +02001453
1454 assert(i);
1455 assert(path);
Zach Smitheccebf42019-10-28 09:32:16 -07001456 assert(i->type == TRUNCATE_FILE || (i->type == CREATE_FILE && i->append_or_force));
Franck Bui5ec9d062018-04-13 17:31:22 +02001457
1458 /* We want to operate on regular file exclusively especially since
1459 * O_TRUNC is unspecified if the file is neither a regular file nor a
1460 * fifo nor a terminal device. Therefore we first open the file and make
1461 * sure it's a regular one before truncating it. */
1462
Franck Bui14ab8042018-04-13 17:50:49 +02001463 /* Validate the path and keep the fd on the directory for opening the
1464 * file so we're sure that it can't be changed behind our back. */
1465 dir_fd = path_open_parent_safe(path);
1466 if (dir_fd < 0)
1467 return dir_fd;
1468
1469 bn = basename(path);
1470
Franck Bui5ec9d062018-04-13 17:31:22 +02001471 RUN_WITH_UMASK(0000) {
1472 mac_selinux_create_file_prepare(path, S_IFREG);
Franck Bui14ab8042018-04-13 17:50:49 +02001473 fd = openat(dir_fd, bn, O_CREAT|O_NOFOLLOW|O_NONBLOCK|O_CLOEXEC|O_WRONLY|O_NOCTTY, i->mode);
Franck Bui5ec9d062018-04-13 17:31:22 +02001474 mac_selinux_create_file_clear();
1475 }
1476
1477 if (fd < 0) {
1478 if (errno != EROFS)
1479 return log_error_errno(errno, "Failed to open/create file %s: %m", path);
1480
1481 /* On a read-only filesystem, we don't want to fail if the
1482 * target is already empty and the perms are set. So we still
1483 * proceed with the sanity checks and let the remaining
1484 * operations fail with EROFS if they try to modify the target
1485 * file. */
1486
Franck Bui14ab8042018-04-13 17:50:49 +02001487 fd = openat(dir_fd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH, i->mode);
Franck Bui5ec9d062018-04-13 17:31:22 +02001488 if (fd < 0) {
Frantisek Sumsald7a0f1f2020-10-09 14:59:44 +02001489 if (errno == ENOENT)
1490 return log_error_errno(SYNTHETIC_ERRNO(EROFS),
1491 "Cannot create file %s on a read-only file system.",
1492 path);
Franck Bui5ec9d062018-04-13 17:31:22 +02001493
1494 return log_error_errno(errno, "Failed to re-open file %s: %m", path);
1495 }
1496
1497 erofs = true;
1498 }
1499
1500 if (fstat(fd, &stbuf) < 0)
Michal Schmidt4a62c712014-11-28 19:57:32 +01001501 return log_error_errno(errno, "stat(%s) failed: %m", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001502
Frantisek Sumsald7a0f1f2020-10-09 14:59:44 +02001503 if (!S_ISREG(stbuf.st_mode))
1504 return log_error_errno(SYNTHETIC_ERRNO(EEXIST),
1505 "%s exists and is not a regular file.",
1506 path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001507
Franck Bui5ec9d062018-04-13 17:31:22 +02001508 if (stbuf.st_size > 0) {
1509 if (ftruncate(fd, 0) < 0) {
1510 r = erofs ? -EROFS : -errno;
1511 return log_error_errno(r, "Failed to truncate file %s: %m", path);
1512 }
1513 } else
1514 st = &stbuf;
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001515
Franck Bui5ec9d062018-04-13 17:31:22 +02001516 log_debug("\"%s\" has been created.", path);
1517
1518 if (i->argument) {
1519 log_debug("Writing to \"%s\".", path);
1520
1521 r = loop_write(fd, i->argument, strlen(i->argument), false);
1522 if (r < 0) {
1523 r = erofs ? -EROFS : r;
1524 return log_error_errno(r, "Failed to write file %s: %m", path);
1525 }
1526 }
1527
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001528 return fd_set_perms(i, fd, path, st);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001529}
1530
Franck Buib1f7b172018-04-12 12:19:22 +02001531static int copy_files(Item *i) {
Franck Bui16ba55a2018-04-12 12:55:22 +02001532 _cleanup_close_ int dfd = -1, fd = -1;
1533 char *bn;
Franck Buib1f7b172018-04-12 12:19:22 +02001534 int r;
1535
1536 log_debug("Copying tree \"%s\" to \"%s\".", i->argument, i->path);
1537
Franck Bui16ba55a2018-04-12 12:55:22 +02001538 bn = basename(i->path);
Franck Buib1f7b172018-04-12 12:19:22 +02001539
Franck Bui16ba55a2018-04-12 12:55:22 +02001540 /* Validate the path and use the returned directory fd for copying the
1541 * target so we're sure that the path can't be changed behind our
1542 * back. */
1543 dfd = path_open_parent_safe(i->path);
1544 if (dfd < 0)
1545 return dfd;
Franck Buib1f7b172018-04-12 12:19:22 +02001546
Franck Bui16ba55a2018-04-12 12:55:22 +02001547 r = copy_tree_at(AT_FDCWD, i->argument,
1548 dfd, bn,
1549 i->uid_set ? i->uid : UID_INVALID,
1550 i->gid_set ? i->gid : GID_INVALID,
Lennart Poettering652d9042020-09-01 23:04:29 +02001551 COPY_REFLINK | COPY_MERGE_EMPTY | COPY_MAC_CREATE | COPY_HARDLINKS);
Franck Buib1f7b172018-04-12 12:19:22 +02001552 if (r < 0) {
1553 struct stat a, b;
1554
Franck Bui16ba55a2018-04-12 12:55:22 +02001555 /* If the target already exists on read-only filesystems, trying
1556 * to create the target will not fail with EEXIST but with
1557 * EROFS. */
1558 if (r == -EROFS && faccessat(dfd, bn, F_OK, AT_SYMLINK_NOFOLLOW) == 0)
1559 r = -EEXIST;
1560
Franck Buib1f7b172018-04-12 12:19:22 +02001561 if (r != -EEXIST)
1562 return log_error_errno(r, "Failed to copy files to %s: %m", i->path);
1563
1564 if (stat(i->argument, &a) < 0)
1565 return log_error_errno(errno, "stat(%s) failed: %m", i->argument);
1566
Franck Bui16ba55a2018-04-12 12:55:22 +02001567 if (fstatat(dfd, bn, &b, AT_SYMLINK_NOFOLLOW) < 0)
Franck Buib1f7b172018-04-12 12:19:22 +02001568 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
1569
1570 if ((a.st_mode ^ b.st_mode) & S_IFMT) {
1571 log_debug("Can't copy to %s, file exists already and is of different type", i->path);
1572 return 0;
1573 }
1574 }
1575
Franck Bui16ba55a2018-04-12 12:55:22 +02001576 fd = openat(dfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1577 if (fd < 0)
1578 return log_error_errno(errno, "Failed to openat(%s): %m", i->path);
1579
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001580 return fd_set_perms(i, fd, i->path, NULL);
Franck Buib1f7b172018-04-12 12:19:22 +02001581}
1582
Franck Bui074bd732018-04-12 18:10:57 +02001583typedef enum {
1584 CREATION_NORMAL,
1585 CREATION_EXISTING,
1586 CREATION_FORCE,
1587 _CREATION_MODE_MAX,
1588 _CREATION_MODE_INVALID = -1
1589} CreationMode;
1590
Lennart Poetteringb82f71c2019-03-22 19:19:32 +01001591static const char *const creation_mode_verb_table[_CREATION_MODE_MAX] = {
Franck Bui074bd732018-04-12 18:10:57 +02001592 [CREATION_NORMAL] = "Created",
1593 [CREATION_EXISTING] = "Found existing",
1594 [CREATION_FORCE] = "Created replacement",
1595};
1596
1597DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING(creation_mode_verb, CreationMode);
1598
Franck Buif17a8d62018-08-06 12:29:54 +02001599static int create_directory_or_subvolume(const char *path, mode_t mode, bool subvol, CreationMode *creation) {
Franck Bui4c39d892018-04-27 11:51:14 +02001600 _cleanup_close_ int pfd = -1;
Franck Buif17a8d62018-08-06 12:29:54 +02001601 CreationMode c;
Franck Bui4c39d892018-04-27 11:51:14 +02001602 int r;
Franck Bui4ad36842018-04-26 14:54:20 +02001603
Franck Bui4c39d892018-04-27 11:51:14 +02001604 assert(path);
Franck Bui4ad36842018-04-26 14:54:20 +02001605
Franck Buif17a8d62018-08-06 12:29:54 +02001606 if (!creation)
1607 creation = &c;
1608
Franck Bui4c39d892018-04-27 11:51:14 +02001609 pfd = path_open_parent_safe(path);
1610 if (pfd < 0)
1611 return pfd;
Franck Bui4ad36842018-04-26 14:54:20 +02001612
Franck Bui4c39d892018-04-27 11:51:14 +02001613 if (subvol) {
Franck Bui4ad36842018-04-26 14:54:20 +02001614 if (btrfs_is_subvol(empty_to_root(arg_root)) <= 0)
1615
1616 /* Don't create a subvolume unless the root directory is
1617 * one, too. We do this under the assumption that if the
1618 * root directory is just a plain directory (i.e. very
1619 * light-weight), we shouldn't try to split it up into
1620 * subvolumes (i.e. more heavy-weight). Thus, chroot()
1621 * environments and suchlike will get a full brtfs
1622 * subvolume set up below their tree only if they
1623 * specifically set up a btrfs subvolume for the root
1624 * dir too. */
1625
Franck Bui4c39d892018-04-27 11:51:14 +02001626 subvol = false;
Franck Bui4ad36842018-04-26 14:54:20 +02001627 else {
Franck Bui4c39d892018-04-27 11:51:14 +02001628 RUN_WITH_UMASK((~mode) & 0777)
1629 r = btrfs_subvol_make_fd(pfd, basename(path));
Franck Bui4ad36842018-04-26 14:54:20 +02001630 }
1631 } else
1632 r = 0;
1633
Franck Bui4c39d892018-04-27 11:51:14 +02001634 if (!subvol || r == -ENOTTY)
Franck Bui4ad36842018-04-26 14:54:20 +02001635 RUN_WITH_UMASK(0000)
Franck Bui4c39d892018-04-27 11:51:14 +02001636 r = mkdirat_label(pfd, basename(path), mode);
Franck Bui4ad36842018-04-26 14:54:20 +02001637
1638 if (r < 0) {
1639 int k;
1640
1641 if (!IN_SET(r, -EEXIST, -EROFS))
Franck Bui4c39d892018-04-27 11:51:14 +02001642 return log_error_errno(r, "Failed to create directory or subvolume \"%s\": %m", path);
Franck Bui4ad36842018-04-26 14:54:20 +02001643
Franck Bui4c39d892018-04-27 11:51:14 +02001644 k = is_dir_fd(pfd);
Franck Bui4ad36842018-04-26 14:54:20 +02001645 if (k == -ENOENT && r == -EROFS)
Franck Bui4c39d892018-04-27 11:51:14 +02001646 return log_error_errno(r, "%s does not exist and cannot be created as the file system is read-only.", path);
Franck Bui4ad36842018-04-26 14:54:20 +02001647 if (k < 0)
Franck Bui4c39d892018-04-27 11:51:14 +02001648 return log_error_errno(k, "Failed to check if %s exists: %m", path);
Franck Bui4ad36842018-04-26 14:54:20 +02001649 if (!k) {
Franck Bui4c39d892018-04-27 11:51:14 +02001650 log_warning("\"%s\" already exists and is not a directory.", path);
1651 return -EEXIST;
Franck Bui4ad36842018-04-26 14:54:20 +02001652 }
1653
Franck Buif17a8d62018-08-06 12:29:54 +02001654 *creation = CREATION_EXISTING;
Franck Bui4ad36842018-04-26 14:54:20 +02001655 } else
Franck Buif17a8d62018-08-06 12:29:54 +02001656 *creation = CREATION_NORMAL;
Franck Bui4ad36842018-04-26 14:54:20 +02001657
Franck Buif17a8d62018-08-06 12:29:54 +02001658 log_debug("%s directory \"%s\".", creation_mode_verb_to_string(*creation), path);
Franck Bui4c39d892018-04-27 11:51:14 +02001659
1660 r = openat(pfd, basename(path), O_NOCTTY|O_CLOEXEC|O_DIRECTORY);
1661 if (r < 0)
Lennart Poettering09f12792018-08-06 15:44:24 +02001662 return log_error_errno(errno, "Failed to open directory '%s': %m", basename(path));
1663
Franck Bui4c39d892018-04-27 11:51:14 +02001664 return r;
1665}
1666
1667static int create_directory(Item *i, const char *path) {
1668 _cleanup_close_ int fd = -1;
1669
1670 assert(i);
1671 assert(IN_SET(i->type, CREATE_DIRECTORY, TRUNCATE_DIRECTORY));
1672
Franck Buif17a8d62018-08-06 12:29:54 +02001673 fd = create_directory_or_subvolume(path, i->mode, false, NULL);
Franck Bui4c39d892018-04-27 11:51:14 +02001674 if (fd == -EEXIST)
1675 return 0;
1676 if (fd < 0)
1677 return fd;
1678
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001679 return fd_set_perms(i, fd, path, NULL);
Franck Bui4c39d892018-04-27 11:51:14 +02001680}
1681
1682static int create_subvolume(Item *i, const char *path) {
1683 _cleanup_close_ int fd = -1;
Franck Buif17a8d62018-08-06 12:29:54 +02001684 CreationMode creation;
Franck Bui4c39d892018-04-27 11:51:14 +02001685 int r, q = 0;
1686
1687 assert(i);
1688 assert(IN_SET(i->type, CREATE_SUBVOLUME, CREATE_SUBVOLUME_NEW_QUOTA, CREATE_SUBVOLUME_INHERIT_QUOTA));
1689
Franck Buif17a8d62018-08-06 12:29:54 +02001690 fd = create_directory_or_subvolume(path, i->mode, true, &creation);
Franck Bui4c39d892018-04-27 11:51:14 +02001691 if (fd == -EEXIST)
1692 return 0;
1693 if (fd < 0)
1694 return fd;
Franck Bui4ad36842018-04-26 14:54:20 +02001695
Franck Buif17a8d62018-08-06 12:29:54 +02001696 if (creation == CREATION_NORMAL &&
1697 IN_SET(i->type, CREATE_SUBVOLUME_NEW_QUOTA, CREATE_SUBVOLUME_INHERIT_QUOTA)) {
Franck Bui4c39d892018-04-27 11:51:14 +02001698 r = btrfs_subvol_auto_qgroup_fd(fd, 0, i->type == CREATE_SUBVOLUME_NEW_QUOTA);
Franck Bui4ad36842018-04-26 14:54:20 +02001699 if (r == -ENOTTY)
1700 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (unsupported fs or dir not a subvolume): %m", i->path);
1701 else if (r == -EROFS)
1702 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (fs is read-only).", i->path);
Lennart Poettering4b019d22020-05-26 12:52:57 +02001703 else if (r == -ENOTCONN)
Franck Bui4ad36842018-04-26 14:54:20 +02001704 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (quota support is disabled).", i->path);
1705 else if (r < 0)
1706 q = log_error_errno(r, "Failed to adjust quota for subvolume \"%s\": %m", i->path);
1707 else if (r > 0)
1708 log_debug("Adjusted quota for subvolume \"%s\".", i->path);
1709 else if (r == 0)
1710 log_debug("Quota for subvolume \"%s\" already in place, no change made.", i->path);
1711 }
1712
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001713 r = fd_set_perms(i, fd, path, NULL);
1714 if (q < 0) /* prefer the quota change error from above */
Franck Bui4ad36842018-04-26 14:54:20 +02001715 return q;
1716
1717 return r;
1718}
1719
Franck Bui54946022018-04-26 15:45:17 +02001720static int empty_directory(Item *i, const char *path) {
1721 int r;
1722
1723 assert(i);
1724 assert(i->type == EMPTY_DIRECTORY);
1725
1726 r = is_dir(path, false);
1727 if (r == -ENOENT) {
1728 /* Option "e" operates only on existing objects. Do not
1729 * print errors about non-existent files or directories */
1730 log_debug("Skipping missing directory: %s", path);
1731 return 0;
1732 }
1733 if (r < 0)
1734 return log_error_errno(r, "is_dir() failed on path %s: %m", path);
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01001735 if (r == 0)
1736 return log_error_errno(SYNTHETIC_ERRNO(EEXIST),
1737 "'%s' already exists and is not a directory.",
1738 path);
Franck Bui54946022018-04-26 15:45:17 +02001739
1740 return path_set_perms(i, path);
1741}
1742
Franck Bui074bd732018-04-12 18:10:57 +02001743static int create_device(Item *i, mode_t file_type) {
Franck Buic7700a72018-04-12 18:33:54 +02001744 _cleanup_close_ int dfd = -1, fd = -1;
Franck Bui074bd732018-04-12 18:10:57 +02001745 CreationMode creation;
Franck Buic7700a72018-04-12 18:33:54 +02001746 char *bn;
Franck Bui074bd732018-04-12 18:10:57 +02001747 int r;
1748
1749 assert(i);
1750 assert(IN_SET(file_type, S_IFBLK, S_IFCHR));
1751
Franck Buic7700a72018-04-12 18:33:54 +02001752 bn = basename(i->path);
1753
1754 /* Validate the path and use the returned directory fd for copying the
1755 * target so we're sure that the path can't be changed behind our
1756 * back. */
1757 dfd = path_open_parent_safe(i->path);
1758 if (dfd < 0)
1759 return dfd;
1760
Franck Bui074bd732018-04-12 18:10:57 +02001761 RUN_WITH_UMASK(0000) {
1762 mac_selinux_create_file_prepare(i->path, file_type);
Franck Buic7700a72018-04-12 18:33:54 +02001763 r = mknodat(dfd, bn, i->mode | file_type, i->major_minor);
Franck Bui074bd732018-04-12 18:10:57 +02001764 mac_selinux_create_file_clear();
1765 }
1766
1767 if (r < 0) {
Franck Buic7700a72018-04-12 18:33:54 +02001768 struct stat st;
1769
Franck Bui074bd732018-04-12 18:10:57 +02001770 if (errno == EPERM) {
1771 log_debug("We lack permissions, possibly because of cgroup configuration; "
1772 "skipping creation of device node %s.", i->path);
1773 return 0;
1774 }
1775
1776 if (errno != EEXIST)
1777 return log_error_errno(errno, "Failed to create device node %s: %m", i->path);
1778
Franck Buic7700a72018-04-12 18:33:54 +02001779 if (fstatat(dfd, bn, &st, 0) < 0)
Franck Bui074bd732018-04-12 18:10:57 +02001780 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
1781
1782 if ((st.st_mode & S_IFMT) != file_type) {
1783
Zach Smithc55ac242019-10-03 18:09:35 -07001784 if (i->append_or_force) {
Franck Bui074bd732018-04-12 18:10:57 +02001785
1786 RUN_WITH_UMASK(0000) {
1787 mac_selinux_create_file_prepare(i->path, file_type);
Franck Buic7700a72018-04-12 18:33:54 +02001788 /* FIXME: need to introduce mknodat_atomic() */
Franck Bui074bd732018-04-12 18:10:57 +02001789 r = mknod_atomic(i->path, i->mode | file_type, i->major_minor);
1790 mac_selinux_create_file_clear();
1791 }
1792
1793 if (r < 0)
1794 return log_error_errno(r, "Failed to create device node \"%s\": %m", i->path);
1795 creation = CREATION_FORCE;
1796 } else {
1797 log_debug("%s is not a device node.", i->path);
1798 return 0;
1799 }
1800 } else
1801 creation = CREATION_EXISTING;
1802 } else
1803 creation = CREATION_NORMAL;
1804
1805 log_debug("%s %s device node \"%s\" %u:%u.",
1806 creation_mode_verb_to_string(creation),
1807 i->type == CREATE_BLOCK_DEVICE ? "block" : "char",
1808 i->path, major(i->mode), minor(i->mode));
1809
Franck Buic7700a72018-04-12 18:33:54 +02001810 fd = openat(dfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1811 if (fd < 0)
1812 return log_error_errno(errno, "Failed to openat(%s): %m", i->path);
1813
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001814 return fd_set_perms(i, fd, i->path, NULL);
Franck Bui074bd732018-04-12 18:10:57 +02001815}
1816
Franck Buia2fc2f82018-04-27 18:11:26 +02001817static int create_fifo(Item *i, const char *path) {
Franck Bui7ea5a872018-04-27 18:17:32 +02001818 _cleanup_close_ int pfd = -1, fd = -1;
Franck Buia2fc2f82018-04-27 18:11:26 +02001819 CreationMode creation;
1820 struct stat st;
Franck Bui7ea5a872018-04-27 18:17:32 +02001821 char *bn;
Franck Buia2fc2f82018-04-27 18:11:26 +02001822 int r;
1823
Franck Bui7ea5a872018-04-27 18:17:32 +02001824 pfd = path_open_parent_safe(path);
1825 if (pfd < 0)
1826 return pfd;
1827
1828 bn = basename(path);
1829
Franck Buia2fc2f82018-04-27 18:11:26 +02001830 RUN_WITH_UMASK(0000) {
1831 mac_selinux_create_file_prepare(path, S_IFIFO);
Franck Bui7ea5a872018-04-27 18:17:32 +02001832 r = mkfifoat(pfd, bn, i->mode);
Franck Buia2fc2f82018-04-27 18:11:26 +02001833 mac_selinux_create_file_clear();
1834 }
1835
1836 if (r < 0) {
1837 if (errno != EEXIST)
1838 return log_error_errno(errno, "Failed to create fifo %s: %m", path);
1839
Franck Bui7ea5a872018-04-27 18:17:32 +02001840 if (fstatat(pfd, bn, &st, AT_SYMLINK_NOFOLLOW) < 0)
Franck Buia2fc2f82018-04-27 18:11:26 +02001841 return log_error_errno(errno, "stat(%s) failed: %m", path);
1842
1843 if (!S_ISFIFO(st.st_mode)) {
1844
Zach Smithc55ac242019-10-03 18:09:35 -07001845 if (i->append_or_force) {
Franck Buia2fc2f82018-04-27 18:11:26 +02001846 RUN_WITH_UMASK(0000) {
1847 mac_selinux_create_file_prepare(path, S_IFIFO);
Franck Bui7ea5a872018-04-27 18:17:32 +02001848 r = mkfifoat_atomic(pfd, bn, i->mode);
Franck Buia2fc2f82018-04-27 18:11:26 +02001849 mac_selinux_create_file_clear();
1850 }
1851
1852 if (r < 0)
1853 return log_error_errno(r, "Failed to create fifo %s: %m", path);
1854 creation = CREATION_FORCE;
1855 } else {
1856 log_warning("\"%s\" already exists and is not a fifo.", path);
1857 return 0;
1858 }
1859 } else
1860 creation = CREATION_EXISTING;
1861 } else
1862 creation = CREATION_NORMAL;
Franck Bui7ea5a872018-04-27 18:17:32 +02001863
Franck Buia2fc2f82018-04-27 18:11:26 +02001864 log_debug("%s fifo \"%s\".", creation_mode_verb_to_string(creation), path);
1865
Franck Bui7ea5a872018-04-27 18:17:32 +02001866 fd = openat(pfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1867 if (fd < 0)
Lennart Poetteringa5df05f2018-08-06 15:46:01 +02001868 return log_error_errno(errno, "Failed to openat(%s): %m", path);
Franck Bui7ea5a872018-04-27 18:17:32 +02001869
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001870 return fd_set_perms(i, fd, i->path, NULL);
Franck Buia2fc2f82018-04-27 18:11:26 +02001871}
1872
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001873typedef int (*action_t)(Item *i, const char *path);
1874typedef int (*fdaction_t)(Item *i, int fd, const char *path, const struct stat *st);
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001875
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001876static int item_do(Item *i, int fd, const char *path, fdaction_t action) {
Franck Bui14f34802018-05-24 14:17:07 +02001877 struct stat st;
Franck Bui936f6bd2018-03-02 17:19:32 +01001878 int r = 0, q;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001879
1880 assert(i);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001881 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001882 assert(fd >= 0);
Franck Bui14f34802018-05-24 14:17:07 +02001883
1884 if (fstat(fd, &st) < 0) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001885 r = log_error_errno(errno, "fstat() on file failed: %m");
Franck Bui14f34802018-05-24 14:17:07 +02001886 goto finish;
1887 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001888
1889 /* This returns the first error we run into, but nevertheless
1890 * tries to go on */
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001891 r = action(i, fd, path, &st);
Michal Schmidta8d88782011-12-15 23:11:07 +01001892
Franck Bui14f34802018-05-24 14:17:07 +02001893 if (S_ISDIR(st.st_mode)) {
Zbigniew Jędrzejewski-Szmek22dd8d32018-05-11 11:09:37 +02001894 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Franck Bui936f6bd2018-03-02 17:19:32 +01001895 _cleanup_closedir_ DIR *d = NULL;
1896 struct dirent *de;
Michal Schmidta8d88782011-12-15 23:11:07 +01001897
Franck Bui936f6bd2018-03-02 17:19:32 +01001898 /* The passed 'fd' was opened with O_PATH. We need to convert
1899 * it into a 'regular' fd before reading the directory content. */
1900 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
Michal Schmidta8d88782011-12-15 23:11:07 +01001901
Franck Bui936f6bd2018-03-02 17:19:32 +01001902 d = opendir(procfs_path);
1903 if (!d) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001904 log_error_errno(errno, "Failed to opendir() '%s': %m", procfs_path);
1905 if (r == 0)
1906 r = -errno;
Franck Bui936f6bd2018-03-02 17:19:32 +01001907 goto finish;
1908 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001909
Franck Bui936f6bd2018-03-02 17:19:32 +01001910 FOREACH_DIRENT_ALL(de, d, q = -errno; goto finish) {
Franck Bui936f6bd2018-03-02 17:19:32 +01001911 int de_fd;
Michal Schmidta8d88782011-12-15 23:11:07 +01001912
Franck Bui936f6bd2018-03-02 17:19:32 +01001913 if (dot_or_dot_dot(de->d_name))
1914 continue;
Michal Schmidta8d88782011-12-15 23:11:07 +01001915
Franck Bui936f6bd2018-03-02 17:19:32 +01001916 de_fd = openat(fd, de->d_name, O_NOFOLLOW|O_CLOEXEC|O_PATH);
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001917 if (de_fd < 0)
1918 q = log_error_errno(errno, "Failed to open() file '%s': %m", de->d_name);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001919 else {
1920 _cleanup_free_ char *de_path = NULL;
1921
Zbigniew Jędrzejewski-Szmek62a85ee2018-11-30 10:43:57 +01001922 de_path = path_join(path, de->d_name);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001923 if (!de_path)
1924 q = log_oom();
1925 else
1926 /* Pass ownership of dirent fd over */
1927 q = item_do(i, de_fd, de_path, action);
1928 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001929
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001930 if (q < 0 && r == 0)
1931 r = q;
Michal Schmidta8d88782011-12-15 23:11:07 +01001932 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001933 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001934finish:
1935 safe_close(fd);
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001936 return r;
Michal Schmidta8d88782011-12-15 23:11:07 +01001937}
1938
Franck Bui936f6bd2018-03-02 17:19:32 +01001939static int glob_item(Item *i, action_t action) {
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05001940 _cleanup_globfree_ glob_t g = {
Zbigniew Jędrzejewski-Szmekebf31a12015-01-26 10:39:03 -05001941 .gl_opendir = (void *(*)(const char *)) opendir_nomod,
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05001942 };
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001943 int r = 0, k;
Michal Schmidt99e68c02011-12-15 23:45:26 +01001944 char **fn;
1945
Zbigniew Jędrzejewski-Szmek84e72b52017-04-25 23:50:35 -04001946 k = safe_glob(i->path, GLOB_NOSORT|GLOB_BRACE, &g);
1947 if (k < 0 && k != -ENOENT)
1948 return log_error_errno(k, "glob(%s) failed: %m", i->path);
Zbigniew Jędrzejewski-Szmekc84a9482013-03-24 19:09:19 -04001949
1950 STRV_FOREACH(fn, g.gl_pathv) {
1951 k = action(i, *fn);
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001952 if (k < 0 && r == 0)
Zbigniew Jędrzejewski-Szmekc84a9482013-03-24 19:09:19 -04001953 r = k;
Franck Bui936f6bd2018-03-02 17:19:32 +01001954 }
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001955
Franck Bui936f6bd2018-03-02 17:19:32 +01001956 return r;
1957}
1958
1959static int glob_item_recursively(Item *i, fdaction_t action) {
1960 _cleanup_globfree_ glob_t g = {
1961 .gl_opendir = (void *(*)(const char *)) opendir_nomod,
1962 };
1963 int r = 0, k;
1964 char **fn;
1965
1966 k = safe_glob(i->path, GLOB_NOSORT|GLOB_BRACE, &g);
1967 if (k < 0 && k != -ENOENT)
1968 return log_error_errno(k, "glob(%s) failed: %m", i->path);
1969
1970 STRV_FOREACH(fn, g.gl_pathv) {
1971 _cleanup_close_ int fd = -1;
Franck Bui936f6bd2018-03-02 17:19:32 +01001972
1973 /* Make sure we won't trigger/follow file object (such as
1974 * device nodes, automounts, ...) pointed out by 'fn' with
1975 * O_PATH. Note, when O_PATH is used, flags other than
1976 * O_CLOEXEC, O_DIRECTORY, and O_NOFOLLOW are ignored. */
1977
1978 fd = open(*fn, O_CLOEXEC|O_NOFOLLOW|O_PATH);
1979 if (fd < 0) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001980 log_error_errno(errno, "Opening '%s' failed: %m", *fn);
1981 if (r == 0)
1982 r = -errno;
Franck Bui936f6bd2018-03-02 17:19:32 +01001983 continue;
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001984 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001985
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001986 k = item_do(i, fd, *fn, action);
Franck Bui936f6bd2018-03-02 17:19:32 +01001987 if (k < 0 && r == 0)
1988 r = k;
1989
1990 /* we passed fd ownership to the previous call */
1991 fd = -1;
Michal Schmidt99e68c02011-12-15 23:45:26 +01001992 }
1993
Michal Schmidt99e68c02011-12-15 23:45:26 +01001994 return r;
1995}
1996
Allen Webbbe2ed6c2021-03-30 09:37:11 -05001997static int rm_if_wrong_type(mode_t mode, const char *path, bool follow) {
1998 struct stat st;
1999 int r;
2000
2001 assert(path);
2002 assert((mode & ~S_IFMT) == 0);
2003 log_debug("Checking type of %s", path);
2004
2005 if (follow)
2006 r = stat(path, &st);
2007 else
2008 r = lstat(path, &st);
2009 if (r < 0) {
2010 if (errno != ENOENT) {
2011 log_error_errno(r, "stat(%s): %m", path);
2012 }
2013 return -errno;
2014 }
2015
2016 if ((st.st_mode & S_IFMT) == mode)
2017 return 0;
2018
2019 log_warning("wrong file type 0x%x; rm -rf \"%s\"", st.st_mode & S_IFMT, path);
2020 r = rm_rf(path, REMOVE_ROOT|REMOVE_SUBVOLUME|REMOVE_PHYSICAL);
2021 if (r < 0) {
2022 if (errno != ENOENT) {
2023 log_error_errno(r, "rm_rf(%s): %m", path);
2024 }
2025 return -errno;
2026 }
2027
2028 return 0;
2029}
2030
2031static int rm_nondir_parents(const char *path) {
2032 char *p, *e;
2033 int r = -ENOENT;
2034
2035 assert(path);
2036
2037 // Walk up the path components until one is found with the expected type or there are no more.
2038 p = strdupa(path);
2039 // If the path doesn't exist, check the next path component.
2040 while (r == -ENOENT || r == -ENOTDIR) {
2041 e = strrchr(p, '/');
2042 if (!e)
2043 return 0;
2044
2045 *e = 0;
2046 r = rm_if_wrong_type(S_IFDIR, p, true);
2047 // Remove dangling symlinks.
2048 if (r == -ENOENT) {
2049 r = rm_if_wrong_type(S_IFDIR, p, false);
2050 }
2051 }
2052 return r;
2053}
2054
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002055static int create_item(Item *i) {
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002056 CreationMode creation;
Franck Buia2fc2f82018-04-27 18:11:26 +02002057 int r = 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002058
2059 assert(i);
2060
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002061 log_debug("Running create action for entry %c %s", (char) i->type, i->path);
2062
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002063 switch (i->type) {
2064
2065 case IGNORE_PATH:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002066 case IGNORE_DIRECTORY_PATH:
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002067 case REMOVE_PATH:
2068 case RECURSIVE_REMOVE_PATH:
2069 return 0;
2070
Zach Smitheccebf42019-10-28 09:32:16 -07002071 case TRUNCATE_FILE:
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002072 case CREATE_FILE:
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002073 if (i->try_replace) {
2074 r = rm_nondir_parents(i->path);
2075 if (r < 0)
2076 return r;
2077 }
2078
Lennart Poettering7fa10742018-01-23 14:14:19 +01002079 RUN_WITH_UMASK(0000)
2080 (void) mkdir_parents_label(i->path, 0755);
2081
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002082 if (i->try_replace) {
2083 r = rm_if_wrong_type(S_IFREG, i->path, false);
2084 if (r < 0 && r != -ENOENT)
2085 return r;
2086 }
2087
Zach Smitheccebf42019-10-28 09:32:16 -07002088 if ((i->type == CREATE_FILE && i->append_or_force) || i->type == TRUNCATE_FILE)
2089 r = truncate_file(i, i->path);
2090 else
2091 r = create_file(i, i->path);
Lennart Poettering265ffa12013-09-17 16:33:30 -05002092
Franck Bui5ec9d062018-04-13 17:31:22 +02002093 if (r < 0)
2094 return r;
2095 break;
2096
Franck Bui7b887f22018-04-12 12:18:19 +02002097 case COPY_FILES:
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002098 if (i->try_replace) {
2099 r = rm_nondir_parents(i->path);
2100 if (r < 0)
2101 return r;
2102 }
2103
Lennart Poettering7fa10742018-01-23 14:14:19 +01002104 RUN_WITH_UMASK(0000)
2105 (void) mkdir_parents_label(i->path, 0755);
2106
Franck Buib1f7b172018-04-12 12:19:22 +02002107 r = copy_files(i);
Lennart Poettering849958d2014-06-10 23:02:40 +02002108 if (r < 0)
2109 return r;
Lennart Poettering849958d2014-06-10 23:02:40 +02002110 break;
2111
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04002112 case WRITE_FILE:
Franck Bui936f6bd2018-03-02 17:19:32 +01002113 r = glob_item(i, write_one_file);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01002114 if (r < 0)
2115 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002116
2117 break;
2118
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002119 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002120 case TRUNCATE_DIRECTORY:
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002121 if (i->try_replace) {
2122 r = rm_nondir_parents(i->path);
2123 if (r < 0)
2124 return r;
2125 }
2126
Franck Bui4c39d892018-04-27 11:51:14 +02002127 RUN_WITH_UMASK(0000)
2128 (void) mkdir_parents_label(i->path, 0755);
2129
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002130 if (i->try_replace) {
2131 r = rm_if_wrong_type(S_IFDIR, i->path, false);
2132 if (r < 0 && r != -ENOENT)
2133 return r;
2134 }
2135
Franck Bui4c39d892018-04-27 11:51:14 +02002136 r = create_directory(i, i->path);
2137 if (r < 0)
2138 return r;
2139 break;
2140
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002141 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002142 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2143 case CREATE_SUBVOLUME_NEW_QUOTA:
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002144 if (i->try_replace) {
2145 r = rm_nondir_parents(i->path);
2146 if (r < 0)
2147 return r;
2148 }
2149
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002150 RUN_WITH_UMASK(0000)
Lennart Poettering7fa10742018-01-23 14:14:19 +01002151 (void) mkdir_parents_label(i->path, 0755);
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002152
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002153 if (i->try_replace) {
2154 r = rm_if_wrong_type(S_IFDIR, i->path, false);
2155 if (r < 0 && r != -ENOENT)
2156 return r;
2157 }
2158
Franck Bui4c39d892018-04-27 11:51:14 +02002159 r = create_subvolume(i, i->path);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01002160 if (r < 0)
2161 return r;
Franck Bui4ad36842018-04-26 14:54:20 +02002162 break;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002163
Franck Bui4ad36842018-04-26 14:54:20 +02002164 case EMPTY_DIRECTORY:
Franck Bui54946022018-04-26 15:45:17 +02002165 r = glob_item(i, empty_directory);
Franck Bui4ad36842018-04-26 14:54:20 +02002166 if (r < 0)
2167 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002168 break;
Lennart Poetteringee17ee72011-07-12 03:56:56 +02002169
2170 case CREATE_FIFO:
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002171 if (i->try_replace) {
2172 r = rm_nondir_parents(i->path);
2173 if (r < 0)
2174 return r;
2175 }
2176
Franck Buia2fc2f82018-04-27 18:11:26 +02002177 RUN_WITH_UMASK(0000)
Lennart Poettering7fa10742018-01-23 14:14:19 +01002178 (void) mkdir_parents_label(i->path, 0755);
2179
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002180 if (i->try_replace) {
2181 r = rm_if_wrong_type(S_IFIFO, i->path, false);
2182 if (r < 0 && r != -ENOENT)
2183 return r;
2184 }
2185
Franck Buia2fc2f82018-04-27 18:11:26 +02002186 r = create_fifo(i, i->path);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01002187 if (r < 0)
2188 return r;
Lennart Poetteringee17ee72011-07-12 03:56:56 +02002189 break;
Michal Schmidta8d88782011-12-15 23:11:07 +01002190
Lennart Poettering5c5ccf12015-04-10 18:07:04 +02002191 case CREATE_SYMLINK: {
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002192 if (i->try_replace) {
2193 r = rm_nondir_parents(i->path);
2194 if (r < 0)
2195 return r;
2196 }
2197
Lennart Poettering7fa10742018-01-23 14:14:19 +01002198 RUN_WITH_UMASK(0000)
2199 (void) mkdir_parents_label(i->path, 0755);
2200
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002201 if (i->try_replace) {
2202 r = rm_if_wrong_type(S_IFLNK, i->path, false);
2203 if (r < 0 && r != -ENOENT)
2204 return r;
2205 }
2206
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002207 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002208 r = symlink(i->argument, i->path);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002209 mac_selinux_create_file_clear();
Kay Sieverse9a5ef72012-04-17 16:05:03 +02002210
Lennart Poettering468d7262012-01-17 15:04:12 +01002211 if (r < 0) {
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002212 _cleanup_free_ char *x = NULL;
Lennart Poettering468d7262012-01-17 15:04:12 +01002213
Michal Schmidt4a62c712014-11-28 19:57:32 +01002214 if (errno != EEXIST)
Franck Bui4cef1922017-11-16 11:27:29 +01002215 return log_error_errno(errno, "symlink(%s, %s) failed: %m", i->argument, i->path);
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002216
2217 r = readlink_malloc(i->path, &x);
Franck Bui4cef1922017-11-16 11:27:29 +01002218 if (r < 0 || !streq(i->argument, x)) {
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002219
Zach Smithc55ac242019-10-03 18:09:35 -07002220 if (i->append_or_force) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002221 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002222 r = symlink_atomic(i->argument, i->path);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002223 mac_selinux_create_file_clear();
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002224
Ricardo Salveti de Araujo2ef5de12018-04-03 10:05:11 -03002225 if (IN_SET(r, -EISDIR, -EEXIST, -ENOTEMPTY)) {
William Douglasb3f58972017-08-09 08:53:03 -07002226 r = rm_rf(i->path, REMOVE_ROOT|REMOVE_PHYSICAL);
2227 if (r < 0)
2228 return log_error_errno(r, "rm -fr %s failed: %m", i->path);
2229
2230 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002231 r = symlink(i->argument, i->path) < 0 ? -errno : 0;
William Douglasb3f58972017-08-09 08:53:03 -07002232 mac_selinux_create_file_clear();
2233 }
Michal Schmidtf6479622014-11-28 18:50:43 +01002234 if (r < 0)
Franck Bui4cef1922017-11-16 11:27:29 +01002235 return log_error_errno(r, "symlink(%s, %s) failed: %m", i->argument, i->path);
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02002236
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002237 creation = CREATION_FORCE;
Lennart Poettering1554afa2014-06-17 23:50:22 +02002238 } else {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002239 log_debug("\"%s\" is not a symlink or does not point to the correct path.", i->path);
Lennart Poettering1554afa2014-06-17 23:50:22 +02002240 return 0;
2241 }
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002242 } else
2243 creation = CREATION_EXISTING;
2244 } else
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02002245
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002246 creation = CREATION_NORMAL;
Lennart Poettering7a7d5db2015-02-02 21:34:09 +01002247 log_debug("%s symlink \"%s\".", creation_mode_verb_to_string(creation), i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002248 break;
Lennart Poettering5c5ccf12015-04-10 18:07:04 +02002249 }
Lennart Poettering468d7262012-01-17 15:04:12 +01002250
2251 case CREATE_BLOCK_DEVICE:
Franck Bui074bd732018-04-12 18:10:57 +02002252 case CREATE_CHAR_DEVICE:
Lennart Poetteringcb7ed9d2012-09-05 23:39:55 -07002253 if (have_effective_cap(CAP_MKNOD) == 0) {
Lennart Poettering713998c2018-08-06 15:46:32 +02002254 /* In a container we lack CAP_MKNOD. We shouldn't attempt to create the device node in that
2255 * case to avoid noise, and we don't support virtualized devices in containers anyway. */
Lennart Poetteringcb7ed9d2012-09-05 23:39:55 -07002256
2257 log_debug("We lack CAP_MKNOD, skipping creation of device node %s.", i->path);
2258 return 0;
2259 }
2260
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002261 if (i->try_replace) {
2262 r = rm_nondir_parents(i->path);
2263 if (r < 0)
2264 return r;
2265 }
2266
Lennart Poettering7fa10742018-01-23 14:14:19 +01002267 RUN_WITH_UMASK(0000)
2268 (void) mkdir_parents_label(i->path, 0755);
2269
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002270 if (i->try_replace) {
2271 r = rm_if_wrong_type(i->type == CREATE_BLOCK_DEVICE ? S_IFBLK : S_IFCHR, i->path, false);
2272 if (r < 0 && r != -ENOENT)
2273 return r;
2274 }
2275
Franck Bui074bd732018-04-12 18:10:57 +02002276 r = create_device(i, i->type == CREATE_BLOCK_DEVICE ? S_IFBLK : S_IFCHR);
Lennart Poettering468d7262012-01-17 15:04:12 +01002277 if (r < 0)
2278 return r;
2279
2280 break;
Lennart Poettering468d7262012-01-17 15:04:12 +01002281
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002282 case ADJUST_MODE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002283 case RELABEL_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002284 r = glob_item(i, path_set_perms);
Michal Schmidt777b87e2011-12-16 18:27:35 +01002285 if (r < 0)
Lennart Poettering96ca8192013-06-21 15:57:42 +02002286 return r;
Michal Schmidt777b87e2011-12-16 18:27:35 +01002287 break;
2288
Michal Schmidta8d88782011-12-15 23:11:07 +01002289 case RECURSIVE_RELABEL_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002290 r = glob_item_recursively(i, fd_set_perms);
Michal Schmidta8d88782011-12-15 23:11:07 +01002291 if (r < 0)
2292 return r;
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002293 break;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002294
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002295 case SET_XATTR:
Franck Bui936f6bd2018-03-02 17:19:32 +01002296 r = glob_item(i, path_set_xattrs);
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002297 if (r < 0)
2298 return r;
2299 break;
2300
2301 case RECURSIVE_SET_XATTR:
Franck Bui936f6bd2018-03-02 17:19:32 +01002302 r = glob_item_recursively(i, fd_set_xattrs);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002303 if (r < 0)
2304 return r;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002305 break;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002306
2307 case SET_ACL:
Franck Bui936f6bd2018-03-02 17:19:32 +01002308 r = glob_item(i, path_set_acls);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002309 if (r < 0)
2310 return r;
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002311 break;
2312
2313 case RECURSIVE_SET_ACL:
Franck Bui936f6bd2018-03-02 17:19:32 +01002314 r = glob_item_recursively(i, fd_set_acls);
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002315 if (r < 0)
2316 return r;
2317 break;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002318
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002319 case SET_ATTRIBUTE:
Franck Bui936f6bd2018-03-02 17:19:32 +01002320 r = glob_item(i, path_set_attribute);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002321 if (r < 0)
2322 return r;
2323 break;
2324
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002325 case RECURSIVE_SET_ATTRIBUTE:
Franck Bui936f6bd2018-03-02 17:19:32 +01002326 r = glob_item_recursively(i, fd_set_attribute);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002327 if (r < 0)
2328 return r;
2329 break;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002330 }
2331
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01002332 return 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002333}
2334
Michal Schmidta0896122011-12-15 21:32:50 +01002335static int remove_item_instance(Item *i, const char *instance) {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002336 int r;
2337
2338 assert(i);
2339
2340 switch (i->type) {
2341
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002342 case REMOVE_PATH:
Michal Schmidt4a62c712014-11-28 19:57:32 +01002343 if (remove(instance) < 0 && errno != ENOENT)
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002344 return log_error_errno(errno, "rm(%s): %m", instance);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002345
2346 break;
2347
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002348 case RECURSIVE_REMOVE_PATH:
Lennart Poettering2c575972018-10-29 19:24:56 +01002349 /* FIXME: we probably should use dir_cleanup() here instead of rm_rf() so that 'x' is honoured. */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002350 log_debug("rm -rf \"%s\"", instance);
Lennart Poettering2c575972018-10-29 19:24:56 +01002351 r = rm_rf(instance, REMOVE_ROOT|REMOVE_SUBVOLUME|REMOVE_PHYSICAL);
Michal Schmidtf6479622014-11-28 18:50:43 +01002352 if (r < 0 && r != -ENOENT)
2353 return log_error_errno(r, "rm_rf(%s): %m", instance);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002354
2355 break;
Zbigniew Jędrzejewski-Szmek7fcb4b92015-01-22 23:35:34 -05002356
2357 default:
2358 assert_not_reached("wut?");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002359 }
2360
2361 return 0;
2362}
2363
Michal Schmidta0896122011-12-15 21:32:50 +01002364static int remove_item(Item *i) {
Lennart Poettering2c575972018-10-29 19:24:56 +01002365 int r;
2366
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002367 assert(i);
2368
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002369 log_debug("Running remove action for entry %c %s", (char) i->type, i->path);
2370
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002371 switch (i->type) {
2372
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002373 case TRUNCATE_DIRECTORY:
Lennart Poettering2c575972018-10-29 19:24:56 +01002374 /* FIXME: we probably should use dir_cleanup() here instead of rm_rf() so that 'x' is honoured. */
2375 log_debug("rm -rf \"%s\"", i->path);
2376 r = rm_rf(i->path, REMOVE_PHYSICAL);
2377 if (r < 0 && r != -ENOENT)
2378 return log_error_errno(r, "rm_rf(%s): %m", i->path);
2379
2380 return 0;
2381
2382 case REMOVE_PATH:
Michal Schmidt99e68c02011-12-15 23:45:26 +01002383 case RECURSIVE_REMOVE_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002384 return glob_item(i, remove_item_instance);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002385
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002386 default:
2387 return 0;
2388 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002389}
2390
Michal Sekletar78a92a52013-01-18 16:13:08 +01002391static int clean_item_instance(Item *i, const char* instance) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002392 char timestamp[FORMAT_TIMESTAMP_MAX];
Lennart Poetteringddb439b2020-08-27 19:13:30 +02002393 _cleanup_closedir_ DIR *d = NULL;
Lennart Poettering7cd296c2020-09-01 18:24:44 +02002394 STRUCT_STATX_DEFINE(sx);
Lennart Poetteringca194a22020-09-01 18:42:01 +02002395 int mountpoint, r;
Lennart Poetteringddb439b2020-08-27 19:13:30 +02002396 usec_t cutoff, n;
Lennart Poetteringddb439b2020-08-27 19:13:30 +02002397
Michal Sekletar78a92a52013-01-18 16:13:08 +01002398 assert(i);
2399
2400 if (!i->age_set)
2401 return 0;
2402
2403 n = now(CLOCK_REALTIME);
2404 if (n < i->age)
2405 return 0;
2406
2407 cutoff = n - i->age;
2408
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05002409 d = opendir_nomod(instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002410 if (!d) {
Zbigniew Jędrzejewski-Szmekd710aaf2016-07-22 20:27:45 -04002411 if (IN_SET(errno, ENOENT, ENOTDIR)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002412 log_debug_errno(errno, "Directory \"%s\": %m", instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002413 return 0;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002414 }
Michal Sekletar78a92a52013-01-18 16:13:08 +01002415
Zbigniew Jędrzejewski-Szmekd710aaf2016-07-22 20:27:45 -04002416 return log_error_errno(errno, "Failed to open directory %s: %m", instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002417 }
2418
Lennart Poetteringca194a22020-09-01 18:42:01 +02002419 r = statx_fallback(dirfd(d), "", AT_EMPTY_PATH, STATX_MODE|STATX_INO|STATX_ATIME|STATX_MTIME, &sx);
2420 if (r < 0)
2421 return log_error_errno(r, "statx(%s) failed: %m", instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002422
Lennart Poetteringca194a22020-09-01 18:42:01 +02002423 if (FLAGS_SET(sx.stx_attributes_mask, STATX_ATTR_MOUNT_ROOT))
2424 mountpoint = FLAGS_SET(sx.stx_attributes, STATX_ATTR_MOUNT_ROOT);
2425 else {
Lennart Poetteringddb439b2020-08-27 19:13:30 +02002426 struct stat ps;
2427
2428 if (fstatat(dirfd(d), "..", &ps, AT_SYMLINK_NOFOLLOW) != 0)
2429 return log_error_errno(errno, "stat(%s/..) failed: %m", i->path);
2430
2431 mountpoint =
Lennart Poetteringca194a22020-09-01 18:42:01 +02002432 sx.stx_dev_major != major(ps.st_dev) ||
2433 sx.stx_dev_minor != minor(ps.st_dev) ||
2434 sx.stx_ino != ps.st_ino;
Lennart Poetteringddb439b2020-08-27 19:13:30 +02002435 }
2436
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002437 log_debug("Cleanup threshold for %s \"%s\" is %s",
2438 mountpoint ? "mount point" : "directory",
2439 instance,
Luca Boccassi7b3eb5c2020-06-19 11:24:09 +01002440 format_timestamp_style(timestamp, sizeof(timestamp), cutoff, TIMESTAMP_US));
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002441
Lennart Poetteringddb439b2020-08-27 19:13:30 +02002442 return dir_cleanup(i, instance, d,
Lennart Poetteringca194a22020-09-01 18:42:01 +02002443 load_statx_timestamp_nsec(&sx.stx_atime),
2444 load_statx_timestamp_nsec(&sx.stx_mtime),
2445 cutoff * NSEC_PER_USEC,
2446 sx.stx_dev_major, sx.stx_dev_minor, mountpoint,
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002447 MAX_DEPTH, i->keep_first_level);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002448}
2449
2450static int clean_item(Item *i) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01002451 assert(i);
2452
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002453 log_debug("Running clean action for entry %c %s", (char) i->type, i->path);
2454
Michal Sekletar78a92a52013-01-18 16:13:08 +01002455 switch (i->type) {
2456 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002457 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002458 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2459 case CREATE_SUBVOLUME_NEW_QUOTA:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002460 case TRUNCATE_DIRECTORY:
2461 case IGNORE_PATH:
Lennart Poettering849958d2014-06-10 23:02:40 +02002462 case COPY_FILES:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002463 clean_item_instance(i, i->path);
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002464 return 0;
Zbigniew Jędrzejewski-Szmek65241c12017-11-22 15:16:48 +01002465 case EMPTY_DIRECTORY:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002466 case IGNORE_DIRECTORY_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002467 return glob_item(i, clean_item_instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002468 default:
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002469 return 0;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002470 }
Michal Sekletar78a92a52013-01-18 16:13:08 +01002471}
2472
Lennart Poettering599ebe22018-10-25 23:22:18 +02002473static int process_item(Item *i, OperationMask operation) {
Lennart Poettering811a1582018-10-26 20:56:37 +02002474 OperationMask todo;
2475 int r, q, p;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002476
2477 assert(i);
2478
Lennart Poettering811a1582018-10-26 20:56:37 +02002479 todo = operation & ~i->done;
2480 if (todo == 0) /* Everything already done? */
Lennart Poettering1910cd02014-06-11 01:37:35 +02002481 return 0;
2482
Lennart Poettering811a1582018-10-26 20:56:37 +02002483 i->done |= operation;
Lennart Poettering1910cd02014-06-11 01:37:35 +02002484
Zbigniew Jędrzejewski-Szmeka5648b82019-10-24 10:33:20 +02002485 r = chase_symlinks(i->path, arg_root, CHASE_NO_AUTOFS|CHASE_WARN, NULL, NULL);
Lennart Poettering21af3382018-10-26 21:07:38 +02002486 if (r == -EREMOTE) {
Franck Bui145b8d0f2018-11-30 15:43:13 +01002487 log_notice_errno(r, "Skipping %s", i->path);
Lennart Poettering811a1582018-10-26 20:56:37 +02002488 return 0;
Franck Bui145b8d0f2018-11-30 15:43:13 +01002489 }
2490 if (r < 0)
Lennart Poettering48d96902018-11-20 15:56:55 +01002491 log_debug_errno(r, "Failed to determine whether '%s' is below autofs, ignoring: %m", i->path);
Zbigniew Jędrzejewski-Szmek9348f0e2014-10-01 07:33:22 -05002492
Lennart Poettering599ebe22018-10-25 23:22:18 +02002493 r = FLAGS_SET(operation, OPERATION_CREATE) ? create_item(i) : 0;
William Douglas6d7b5432018-09-10 12:07:29 -07002494 /* Failure can only be tolerated for create */
2495 if (i->allow_failure)
2496 r = 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002497
Lennart Poettering599ebe22018-10-25 23:22:18 +02002498 q = FLAGS_SET(operation, OPERATION_REMOVE) ? remove_item(i) : 0;
2499 p = FLAGS_SET(operation, OPERATION_CLEAN) ? clean_item(i) : 0;
Lennart Poettering1a967b62018-10-25 23:19:00 +02002500
Lennart Poettering811a1582018-10-26 20:56:37 +02002501 return r < 0 ? r :
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05002502 q < 0 ? q :
2503 p;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002504}
2505
Lennart Poettering599ebe22018-10-25 23:22:18 +02002506static int process_item_array(ItemArray *array, OperationMask operation) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02002507 int r = 0;
2508 size_t n;
Lennart Poettering753615e2014-06-12 23:07:17 +02002509
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002510 assert(array);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002511
Lennart Poettering811a1582018-10-26 20:56:37 +02002512 /* Create any parent first. */
2513 if (FLAGS_SET(operation, OPERATION_CREATE) && array->parent)
2514 r = process_item_array(array->parent, operation & OPERATION_CREATE);
2515
2516 /* Clean up all children first */
2517 if ((operation & (OPERATION_REMOVE|OPERATION_CLEAN)) && !set_isempty(array->children)) {
Lennart Poettering811a1582018-10-26 20:56:37 +02002518 ItemArray *c;
2519
Zbigniew Jędrzejewski-Szmek90e74a62020-09-08 11:58:29 +02002520 SET_FOREACH(c, array->children) {
Lennart Poettering811a1582018-10-26 20:56:37 +02002521 int k;
2522
2523 k = process_item_array(c, operation & (OPERATION_REMOVE|OPERATION_CLEAN));
2524 if (k < 0 && r == 0)
2525 r = k;
2526 }
2527 }
2528
Lennart Poettering96d10d72018-10-25 13:51:01 +02002529 for (n = 0; n < array->n_items; n++) {
2530 int k;
2531
Lennart Poettering599ebe22018-10-25 23:22:18 +02002532 k = process_item(array->items + n, operation);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002533 if (k < 0 && r == 0)
2534 r = k;
2535 }
2536
2537 return r;
2538}
2539
2540static void item_free_contents(Item *i) {
2541 assert(i);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002542 free(i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002543 free(i->argument);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002544 strv_free(i->xattrs);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002545
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02002546#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002547 acl_free(i->acl_access);
2548 acl_free(i->acl_default);
2549#endif
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002550}
2551
Yu Watanabe87938c32018-11-26 01:00:54 +09002552static ItemArray* item_array_free(ItemArray *a) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02002553 size_t n;
Maciej Wereskie2f2fb72013-07-19 15:43:12 +02002554
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002555 if (!a)
Yu Watanabe87938c32018-11-26 01:00:54 +09002556 return NULL;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002557
Lennart Poettering96d10d72018-10-25 13:51:01 +02002558 for (n = 0; n < a->n_items; n++)
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002559 item_free_contents(a->items + n);
Lennart Poettering96d10d72018-10-25 13:51:01 +02002560
Lennart Poettering811a1582018-10-26 20:56:37 +02002561 set_free(a->children);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002562 free(a->items);
Yu Watanabe87938c32018-11-26 01:00:54 +09002563 return mfree(a);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002564}
2565
Yu Watanabe93bab282018-09-18 08:39:24 +09002566static int item_compare(const Item *a, const Item *b) {
Lennart Poettering17493fa2015-04-10 16:22:22 +02002567 /* Make sure that the ownership taking item is put first, so
2568 * that we first create the node, and then can adjust it */
2569
Yu Watanabe93bab282018-09-18 08:39:24 +09002570 if (takes_ownership(a->type) && !takes_ownership(b->type))
Lennart Poettering17493fa2015-04-10 16:22:22 +02002571 return -1;
Yu Watanabe93bab282018-09-18 08:39:24 +09002572 if (!takes_ownership(a->type) && takes_ownership(b->type))
Lennart Poettering17493fa2015-04-10 16:22:22 +02002573 return 1;
2574
Yu Watanabe93bab282018-09-18 08:39:24 +09002575 return CMP(a->type, b->type);
Lennart Poettering17493fa2015-04-10 16:22:22 +02002576}
2577
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002578static bool item_compatible(Item *a, Item *b) {
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002579 assert(a);
2580 assert(b);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002581 assert(streq(a->path, b->path));
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002582
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002583 if (takes_ownership(a->type) && takes_ownership(b->type))
2584 /* check if the items are the same */
2585 return streq_ptr(a->argument, b->argument) &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002586
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002587 a->uid_set == b->uid_set &&
2588 a->uid == b->uid &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002589
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002590 a->gid_set == b->gid_set &&
2591 a->gid == b->gid &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002592
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002593 a->mode_set == b->mode_set &&
2594 a->mode == b->mode &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002595
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002596 a->age_set == b->age_set &&
2597 a->age == b->age &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002598
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002599 a->mask_perms == b->mask_perms &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002600
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002601 a->keep_first_level == b->keep_first_level &&
Lennart Poettering468d7262012-01-17 15:04:12 +01002602
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002603 a->major_minor == b->major_minor;
Lennart Poettering468d7262012-01-17 15:04:12 +01002604
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002605 return true;
2606}
2607
Dave Reisnera2aced42013-07-24 11:10:05 -04002608static bool should_include_path(const char *path) {
2609 char **prefix;
2610
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002611 STRV_FOREACH(prefix, arg_exclude_prefixes)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002612 if (path_startswith(path, *prefix)) {
2613 log_debug("Entry \"%s\" matches exclude prefix \"%s\", skipping.",
2614 path, *prefix);
Dave Reisner5c795112013-07-24 11:19:24 -04002615 return false;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002616 }
Dave Reisnera2aced42013-07-24 11:10:05 -04002617
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002618 STRV_FOREACH(prefix, arg_include_prefixes)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002619 if (path_startswith(path, *prefix)) {
2620 log_debug("Entry \"%s\" matches include prefix \"%s\".", path, *prefix);
Dave Reisnera2aced42013-07-24 11:10:05 -04002621 return true;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002622 }
Dave Reisnera2aced42013-07-24 11:10:05 -04002623
Lennart Poettering6b000af2020-06-23 08:31:16 +02002624 /* no matches, so we should include this path only if we have no allow list at all */
Lennart Poettering7b943bb2017-11-29 12:40:22 +01002625 if (strv_isempty(arg_include_prefixes))
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002626 return true;
2627
2628 log_debug("Entry \"%s\" does not match any include prefix, skipping.", path);
2629 return false;
Dave Reisnera2aced42013-07-24 11:10:05 -04002630}
2631
Franck Bui4cef1922017-11-16 11:27:29 +01002632static int specifier_expansion_from_arg(Item *i) {
2633 _cleanup_free_ char *unescaped = NULL, *resolved = NULL;
2634 char **xattr;
2635 int r;
2636
2637 assert(i);
2638
Frantisek Sumsal4e361ac2019-04-28 14:28:49 +02002639 if (!i->argument)
Franck Bui4cef1922017-11-16 11:27:29 +01002640 return 0;
2641
2642 switch (i->type) {
2643 case COPY_FILES:
2644 case CREATE_SYMLINK:
2645 case CREATE_FILE:
2646 case TRUNCATE_FILE:
2647 case WRITE_FILE:
2648 r = cunescape(i->argument, 0, &unescaped);
2649 if (r < 0)
2650 return log_error_errno(r, "Failed to unescape parameter to write: %s", i->argument);
2651
2652 r = specifier_printf(unescaped, specifier_table, NULL, &resolved);
2653 if (r < 0)
2654 return r;
2655
2656 free_and_replace(i->argument, resolved);
2657 break;
2658
2659 case SET_XATTR:
2660 case RECURSIVE_SET_XATTR:
Lennart Poetteringdfe01842020-04-29 00:13:52 +02002661 STRV_FOREACH(xattr, i->xattrs) {
Franck Bui4cef1922017-11-16 11:27:29 +01002662 r = specifier_printf(*xattr, specifier_table, NULL, &resolved);
2663 if (r < 0)
2664 return r;
2665
2666 free_and_replace(*xattr, resolved);
2667 }
2668 break;
2669
2670 default:
2671 break;
2672 }
2673 return 0;
2674}
2675
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002676static int patch_var_run(const char *fname, unsigned line, char **path) {
2677 const char *k;
2678 char *n;
2679
2680 assert(path);
2681 assert(*path);
2682
2683 /* Optionally rewrites lines referencing /var/run/, to use /run/ instead. Why bother? tmpfiles merges lines in
2684 * some cases and detects conflicts in others. If files/directories are specified through two equivalent lines
2685 * this is problematic as neither case will be detected. Ideally we'd detect these cases by resolving symlinks
2686 * early, but that's precisely not what we can do here as this code very likely is running very early on, at a
2687 * time where the paths in question are not available yet, or even more importantly, our own tmpfiles rules
2688 * might create the paths that are intermediary to the listed paths. We can't really cover the generic case,
2689 * but the least we can do is cover the specific case of /var/run vs. /run, as /var/run is a legacy name for
2690 * /run only, and we explicitly document that and require that on systemd systems the former is a symlink to
2691 * the latter. Moreover files below this path are by far the primary usecase for tmpfiles.d/. */
2692
2693 k = path_startswith(*path, "/var/run/");
2694 if (isempty(k)) /* Don't complain about other paths than /var/run, and not about /var/run itself either. */
2695 return 0;
2696
Yu Watanabe2d9b74b2019-06-24 23:59:38 +09002697 n = path_join("/run", k);
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002698 if (!n)
2699 return log_oom();
2700
2701 /* Also log about this briefly. We do so at LOG_NOTICE level, as we fixed up the situation automatically, hence
2702 * there's no immediate need for action by the user. However, in the interest of making things less confusing
2703 * to the user, let's still inform the user that these snippets should really be updated. */
Lennart Poetteringafb7e1c2019-07-10 13:00:44 +02002704 log_syntax(NULL, LOG_NOTICE, fname, line, 0, "Line references path below legacy directory /var/run/, updating %s → %s; please update the tmpfiles.d/ drop-in file accordingly.", *path, n);
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002705
Lennart Poettering81fa4472018-10-25 13:57:32 +02002706 free_and_replace(*path, n);
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002707
2708 return 0;
2709}
2710
Lennart Poetteringa3451c22020-05-05 22:45:54 +02002711static int find_uid(const char *user, uid_t *ret_uid, Hashmap **cache) {
2712 int r;
2713
2714 assert(user);
2715 assert(ret_uid);
2716
2717 /* First: parse as numeric UID string */
2718 r = parse_uid(user, ret_uid);
2719 if (r >= 0)
2720 return r;
2721
2722 /* Second: pass to NSS if we are running "online" */
2723 if (!arg_root)
2724 return get_user_creds(&user, ret_uid, NULL, NULL, NULL, 0);
2725
2726 /* Third, synthesize "root" unconditionally */
2727 if (streq(user, "root")) {
2728 *ret_uid = 0;
2729 return 0;
2730 }
2731
2732 /* Fourth: use fgetpwent() to read /etc/passwd directly, if we are "offline" */
2733 return name_to_uid_offline(arg_root, user, ret_uid, cache);
2734}
2735
2736static int find_gid(const char *group, gid_t *ret_gid, Hashmap **cache) {
2737 int r;
2738
2739 assert(group);
2740 assert(ret_gid);
2741
2742 /* First: parse as numeric GID string */
2743 r = parse_gid(group, ret_gid);
2744 if (r >= 0)
2745 return r;
2746
2747 /* Second: pass to NSS if we are running "online" */
2748 if (!arg_root)
2749 return get_group_creds(&group, ret_gid, 0);
2750
2751 /* Third, synthesize "root" unconditionally */
2752 if (streq(group, "root")) {
2753 *ret_gid = 0;
2754 return 0;
2755 }
2756
2757 /* Fourth: use fgetgrent() to read /etc/group directly, if we are "offline" */
2758 return name_to_gid_offline(arg_root, group, ret_gid, cache);
2759}
2760
2761static int parse_line(
2762 const char *fname,
2763 unsigned line,
2764 const char *buffer,
2765 bool *invalid_config,
2766 Hashmap **uid_cache,
2767 Hashmap **gid_cache) {
Lennart Poettering1731e342013-09-17 11:02:02 -05002768
Lennart Poetteringcde684a2014-06-10 22:50:46 +02002769 _cleanup_free_ char *action = NULL, *mode = NULL, *user = NULL, *group = NULL, *age = NULL, *path = NULL;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002770 _cleanup_(item_free_contents) Item i = {};
2771 ItemArray *existing;
Lennart Poetteringef43a392015-04-22 18:18:56 +02002772 OrderedHashmap *h;
daurnimator657cf7f2015-03-09 15:11:44 -04002773 int r, pos;
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002774 bool append_or_force = false, boot = false, allow_failure = false, try_replace = false;
Lennart Poettering5008d582010-09-28 02:34:02 +02002775
2776 assert(fname);
2777 assert(line >= 1);
2778 assert(buffer);
2779
Richard Maw68685602015-06-23 16:20:53 +00002780 r = extract_many_words(
Lennart Poettering4034a062015-03-23 18:55:36 +07002781 &buffer,
Richard Maw68685602015-06-23 16:20:53 +00002782 NULL,
Zbigniew Jędrzejewski-Szmek4ec85142019-06-28 11:15:05 +02002783 EXTRACT_UNQUOTE,
Lennart Poettering4034a062015-03-23 18:55:36 +07002784 &action,
2785 &path,
2786 &mode,
2787 &user,
2788 &group,
2789 &age,
2790 NULL);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002791 if (r < 0) {
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002792 if (IN_SET(r, -EINVAL, -EBADSLT))
2793 /* invalid quoting and such or an unknown specifier */
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002794 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002795 return log_syntax(NULL, LOG_ERR, fname, line, r, "Failed to parse line: %m");
Lennart Poettering4b936992018-05-10 11:29:11 -07002796 } else if (r < 2) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002797 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002798 return log_syntax(NULL, LOG_ERR, fname, line, SYNTHETIC_ERRNO(EBADMSG), "Syntax error.");
Lennart Poettering5008d582010-09-28 02:34:02 +02002799 }
2800
Lennart Poetteringe7b88b72019-04-08 12:03:33 +02002801 if (!empty_or_dash(buffer)) {
Lennart Poettering4034a062015-03-23 18:55:36 +07002802 i.argument = strdup(buffer);
2803 if (!i.argument)
2804 return log_oom();
2805 }
2806
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002807 if (isempty(action)) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002808 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002809 return log_syntax(NULL, LOG_ERR, fname, line, SYNTHETIC_ERRNO(EBADMSG), "Command too short '%s'.", action);
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002810 }
2811
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002812 for (pos = 1; action[pos]; pos++) {
2813 if (action[pos] == '!' && !boot)
2814 boot = true;
Zach Smithc55ac242019-10-03 18:09:35 -07002815 else if (action[pos] == '+' && !append_or_force)
2816 append_or_force = true;
William Douglas6d7b5432018-09-10 12:07:29 -07002817 else if (action[pos] == '-' && !allow_failure)
2818 allow_failure = true;
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002819 else if (action[pos] == '=' && !try_replace)
2820 try_replace = true;
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002821 else {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002822 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002823 return log_syntax(NULL, LOG_ERR, fname, line, SYNTHETIC_ERRNO(EBADMSG), "Unknown modifiers in command '%s'", action);
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002824 }
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002825 }
2826
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002827 if (boot && !arg_boot) {
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002828 log_syntax(NULL, LOG_DEBUG, fname, line, 0, "Ignoring entry %s \"%s\" because --boot is not specified.", action, path);
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002829 return 0;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002830 }
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002831
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002832 i.type = action[0];
Zach Smithc55ac242019-10-03 18:09:35 -07002833 i.append_or_force = append_or_force;
William Douglas6d7b5432018-09-10 12:07:29 -07002834 i.allow_failure = allow_failure;
Allen Webbbe2ed6c2021-03-30 09:37:11 -05002835 i.try_replace = try_replace;
Lennart Poettering1731e342013-09-17 11:02:02 -05002836
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002837 r = specifier_printf(path, specifier_table, NULL, &i.path);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +01002838 if (r == -ENXIO)
Franck Bui4cef1922017-11-16 11:27:29 +01002839 return log_unresolvable_specifier(fname, line);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002840 if (r < 0) {
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002841 if (IN_SET(r, -EINVAL, -EBADSLT))
2842 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002843 return log_syntax(NULL, LOG_ERR, fname, line, r, "Failed to replace specifiers in '%s': %m", path);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002844 }
Lennart Poettering1731e342013-09-17 11:02:02 -05002845
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002846 r = patch_var_run(fname, line, &i.path);
2847 if (r < 0)
2848 return r;
2849
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002850 switch (i.type) {
Lennart Poettering468d7262012-01-17 15:04:12 +01002851
Michal Schmidt777b87e2011-12-16 18:27:35 +01002852 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002853 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002854 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2855 case CREATE_SUBVOLUME_NEW_QUOTA:
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002856 case EMPTY_DIRECTORY:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002857 case TRUNCATE_DIRECTORY:
2858 case CREATE_FIFO:
2859 case IGNORE_PATH:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002860 case IGNORE_DIRECTORY_PATH:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002861 case REMOVE_PATH:
2862 case RECURSIVE_REMOVE_PATH:
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002863 case ADJUST_MODE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002864 case RELABEL_PATH:
2865 case RECURSIVE_RELABEL_PATH:
Lennart Poetteringc82500c2015-04-10 14:46:05 +02002866 if (i.argument)
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002867 log_syntax(NULL, LOG_WARNING, fname, line, 0, "%c lines don't take argument fields, ignoring.", i.type);
Lennart Poetteringc82500c2015-04-10 14:46:05 +02002868
2869 break;
2870
2871 case CREATE_FILE:
2872 case TRUNCATE_FILE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002873 break;
Lennart Poettering468d7262012-01-17 15:04:12 +01002874
2875 case CREATE_SYMLINK:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002876 if (!i.argument) {
Lennart Poetteringb910cc72019-07-11 19:14:16 +02002877 i.argument = path_join("/usr/share/factory", i.path);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002878 if (!i.argument)
Kay Sievers2f3b8732014-06-20 15:57:43 +02002879 return log_oom();
Lennart Poettering468d7262012-01-17 15:04:12 +01002880 }
2881 break;
2882
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002883 case WRITE_FILE:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002884 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002885 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002886 return log_syntax(NULL, LOG_ERR, fname, line, SYNTHETIC_ERRNO(EBADMSG), "Write file requires argument.");
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002887 }
2888 break;
2889
Lennart Poettering849958d2014-06-10 23:02:40 +02002890 case COPY_FILES:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002891 if (!i.argument) {
Lennart Poettering7dc64772020-05-05 22:48:50 +02002892 i.argument = path_join("/usr/share/factory", i.path);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002893 if (!i.argument)
Kay Sievers2f3b8732014-06-20 15:57:43 +02002894 return log_oom();
Zbigniew Jędrzejewski-Szmek626f8d12019-06-05 14:46:04 +02002895
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002896 } else if (!path_is_absolute(i.argument)) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002897 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002898 return log_syntax(NULL, LOG_ERR, fname, line, SYNTHETIC_ERRNO(EBADMSG), "Source path '%s' is not absolute.", i.argument);
Zbigniew Jędrzejewski-Szmek626f8d12019-06-05 14:46:04 +02002899
Lennart Poettering7dc64772020-05-05 22:48:50 +02002900 }
2901
2902 if (!empty_or_root(arg_root)) {
Zbigniew Jędrzejewski-Szmek626f8d12019-06-05 14:46:04 +02002903 char *p;
2904
Lennart Poetteringd34cd572019-07-11 18:41:14 +02002905 p = path_join(arg_root, i.argument);
Zbigniew Jędrzejewski-Szmek626f8d12019-06-05 14:46:04 +02002906 if (!p)
2907 return log_oom();
2908 free_and_replace(i.argument, p);
Lennart Poettering849958d2014-06-10 23:02:40 +02002909 }
2910
Yu Watanabe858d36c2018-05-31 23:39:31 +09002911 path_simplify(i.argument, false);
Lennart Poettering849958d2014-06-10 23:02:40 +02002912 break;
2913
Lennart Poettering468d7262012-01-17 15:04:12 +01002914 case CREATE_CHAR_DEVICE:
Lennart Poettering3a47c402018-06-29 12:01:02 +02002915 case CREATE_BLOCK_DEVICE:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002916 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002917 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002918 return log_syntax(NULL, LOG_ERR, fname, line, SYNTHETIC_ERRNO(EBADMSG), "Device file requires argument.");
Lennart Poettering468d7262012-01-17 15:04:12 +01002919 }
2920
Lennart Poettering3a47c402018-06-29 12:01:02 +02002921 r = parse_dev(i.argument, &i.major_minor);
2922 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002923 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002924 return log_syntax(NULL, LOG_ERR, fname, line, r, "Can't parse device file major/minor '%s'.", i.argument);
Lennart Poettering468d7262012-01-17 15:04:12 +01002925 }
2926
Lennart Poettering468d7262012-01-17 15:04:12 +01002927 break;
Lennart Poettering468d7262012-01-17 15:04:12 +01002928
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002929 case SET_XATTR:
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002930 case RECURSIVE_SET_XATTR:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002931 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002932 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002933 return log_syntax(NULL, LOG_ERR, fname, line, SYNTHETIC_ERRNO(EBADMSG),
2934 "Set extended attribute requires argument.");
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002935 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002936 r = parse_xattrs_from_arg(&i);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002937 if (r < 0)
2938 return r;
2939 break;
2940
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002941 case SET_ACL:
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002942 case RECURSIVE_SET_ACL:
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002943 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002944 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002945 return log_syntax(NULL, LOG_ERR, fname, line, SYNTHETIC_ERRNO(EBADMSG),
2946 "Set ACLs requires argument.");
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002947 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002948 r = parse_acls_from_arg(&i);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002949 if (r < 0)
2950 return r;
2951 break;
2952
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002953 case SET_ATTRIBUTE:
2954 case RECURSIVE_SET_ATTRIBUTE:
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002955 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002956 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002957 return log_syntax(NULL, LOG_ERR, fname, line, SYNTHETIC_ERRNO(EBADMSG),
2958 "Set file attribute requires argument.");
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002959 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002960 r = parse_attribute_from_arg(&i);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002961 if (IN_SET(r, -EINVAL, -EBADSLT))
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002962 *invalid_config = true;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002963 if (r < 0)
2964 return r;
2965 break;
2966
Michal Schmidt777b87e2011-12-16 18:27:35 +01002967 default:
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002968 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002969 return log_syntax(NULL, LOG_ERR, fname, line, SYNTHETIC_ERRNO(EBADMSG),
2970 "Unknown command type '%c'.", (char) i.type);
Lennart Poettering5008d582010-09-28 02:34:02 +02002971 }
Lennart Poettering468d7262012-01-17 15:04:12 +01002972
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002973 if (!path_is_absolute(i.path)) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002974 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002975 return log_syntax(NULL, LOG_ERR, fname, line, SYNTHETIC_ERRNO(EBADMSG),
2976 "Path '%s' not absolute.", i.path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002977 }
2978
Yu Watanabe858d36c2018-05-31 23:39:31 +09002979 path_simplify(i.path, false);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002980
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002981 if (!should_include_path(i.path))
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002982 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02002983
Franck Bui4cef1922017-11-16 11:27:29 +01002984 r = specifier_expansion_from_arg(&i);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +01002985 if (r == -ENXIO)
Franck Bui4cef1922017-11-16 11:27:29 +01002986 return log_unresolvable_specifier(fname, line);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002987 if (r < 0) {
2988 if (IN_SET(r, -EINVAL, -EBADSLT))
2989 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02002990 return log_syntax(NULL, LOG_ERR, fname, line, r, "Failed to substitute specifiers in argument: %m");
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002991 }
Franck Bui4cef1922017-11-16 11:27:29 +01002992
Lennart Poettering7dc64772020-05-05 22:48:50 +02002993 if (!empty_or_root(arg_root)) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +02002994 char *p;
2995
Lennart Poetteringc6134d32019-06-19 15:20:13 +02002996 p = path_join(arg_root, i.path);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002997 if (!p)
2998 return log_oom();
Lennart Poettering81fa4472018-10-25 13:57:32 +02002999 free_and_replace(i.path, p);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07003000 }
3001
Lennart Poetteringe7b88b72019-04-08 12:03:33 +02003002 if (!empty_or_dash(user)) {
Lennart Poetteringa3451c22020-05-05 22:45:54 +02003003 r = find_uid(user, &i.uid, uid_cache);
Lennart Poettering4b678342011-07-23 01:17:59 +02003004 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003005 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02003006 return log_syntax(NULL, LOG_ERR, fname, line, r, "Failed to resolve user '%s': %m", user);
Lennart Poettering5008d582010-09-28 02:34:02 +02003007 }
3008
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003009 i.uid_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02003010 }
3011
Lennart Poetteringe7b88b72019-04-08 12:03:33 +02003012 if (!empty_or_dash(group)) {
Lennart Poetteringa3451c22020-05-05 22:45:54 +02003013 r = find_gid(group, &i.gid, gid_cache);
Lennart Poettering4b678342011-07-23 01:17:59 +02003014 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003015 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02003016 return log_syntax(NULL, LOG_ERR, fname, line, r, "Failed to resolve group '%s'.", group);
Lennart Poettering5008d582010-09-28 02:34:02 +02003017 }
3018
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003019 i.gid_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02003020 }
3021
Lennart Poetteringe7b88b72019-04-08 12:03:33 +02003022 if (!empty_or_dash(mode)) {
Lennart Poetteringabef3f92014-06-11 10:14:07 +02003023 const char *mm = mode;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003024 unsigned m;
Lennart Poettering5008d582010-09-28 02:34:02 +02003025
Lennart Poetteringabef3f92014-06-11 10:14:07 +02003026 if (*mm == '~') {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003027 i.mask_perms = true;
Lennart Poetteringabef3f92014-06-11 10:14:07 +02003028 mm++;
3029 }
3030
Lennart Poetteringd02933f2020-04-29 00:07:06 +02003031 r = parse_mode(mm, &m);
3032 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003033 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02003034 return log_syntax(NULL, LOG_ERR, fname, line, r, "Invalid mode '%s'.", mode);
Lennart Poettering5008d582010-09-28 02:34:02 +02003035 }
3036
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003037 i.mode = m;
3038 i.mode_set = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003039 } else
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02003040 i.mode = IN_SET(i.type, CREATE_DIRECTORY, TRUNCATE_DIRECTORY, CREATE_SUBVOLUME, CREATE_SUBVOLUME_INHERIT_QUOTA, CREATE_SUBVOLUME_NEW_QUOTA) ? 0755 : 0644;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003041
Lennart Poetteringe7b88b72019-04-08 12:03:33 +02003042 if (!empty_or_dash(age)) {
Lennart Poettering24f3a372012-06-20 09:05:50 +02003043 const char *a = age;
3044
3045 if (*a == '~') {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003046 i.keep_first_level = true;
Lennart Poettering24f3a372012-06-20 09:05:50 +02003047 a++;
3048 }
3049
Lennart Poetteringd02933f2020-04-29 00:07:06 +02003050 r = parse_sec(a, &i.age);
3051 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003052 *invalid_config = true;
Lennart Poetteringd02933f2020-04-29 00:07:06 +02003053 return log_syntax(NULL, LOG_ERR, fname, line, r, "Invalid age '%s'.", age);
Lennart Poettering5008d582010-09-28 02:34:02 +02003054 }
3055
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003056 i.age_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02003057 }
3058
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003059 h = needs_glob(i.type) ? globs : items;
Lennart Poettering022707d2011-01-05 16:11:15 +01003060
Lennart Poetteringef43a392015-04-22 18:18:56 +02003061 existing = ordered_hashmap_get(h, i.path);
Lennart Poettering468d7262012-01-17 15:04:12 +01003062 if (existing) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02003063 size_t n;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003064
Lennart Poettering96d10d72018-10-25 13:51:01 +02003065 for (n = 0; n < existing->n_items; n++) {
Zach Smithd0ea5c52019-10-03 18:19:18 -07003066 if (!item_compatible(existing->items + n, &i) && !i.append_or_force) {
Lennart Poetteringd02933f2020-04-29 00:07:06 +02003067 log_syntax(NULL, LOG_NOTICE, fname, line, 0, "Duplicate line for path \"%s\", ignoring.", i.path);
Martin Pitt6487ada2015-03-05 14:58:56 +01003068 return 0;
3069 }
Maciej Wereskiebf4e802014-12-04 10:32:10 +01003070 }
3071 } else {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003072 existing = new0(ItemArray, 1);
Lennart Poettering07982ed2018-01-22 15:32:57 +01003073 if (!existing)
3074 return log_oom();
3075
Lennart Poetteringef43a392015-04-22 18:18:56 +02003076 r = ordered_hashmap_put(h, i.path, existing);
Lennart Poetteringccd114f2018-10-25 13:57:44 +02003077 if (r < 0) {
3078 free(existing);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003079 return log_oom();
Lennart Poetteringccd114f2018-10-25 13:57:44 +02003080 }
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02003081 }
3082
Lennart Poettering96d10d72018-10-25 13:51:01 +02003083 if (!GREEDY_REALLOC(existing->items, existing->allocated, existing->n_items + 1))
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003084 return log_oom();
Lennart Poettering5008d582010-09-28 02:34:02 +02003085
Lennart Poettering7ab75292018-10-25 13:53:07 +02003086 existing->items[existing->n_items++] = i;
3087 i = (struct Item) {};
Zbigniew Jędrzejewski-Szmekdd449ac2015-04-10 18:57:05 -04003088
3089 /* Sort item array, to enforce stable ordering of application */
Lennart Poettering96d10d72018-10-25 13:51:01 +02003090 typesafe_qsort(existing->items, existing->n_items, item_compare);
Lennart Poettering17493fa2015-04-10 16:22:22 +02003091
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04003092 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02003093}
3094
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003095static int cat_config(char **config_dirs, char **args) {
3096 _cleanup_strv_free_ char **files = NULL;
3097 int r;
3098
3099 r = conf_files_list_with_replacement(arg_root, config_dirs, arg_replace, &files, NULL);
3100 if (r < 0)
3101 return r;
3102
3103 return cat_files(NULL, files, 0);
3104}
3105
Lennart Poetteringdd04fb32020-07-28 17:52:23 +02003106static int exclude_default_prefixes(void) {
3107 int r;
3108
3109 /* Provide an easy way to exclude virtual/memory file systems from what we do here. Useful in
3110 * combination with --root= where we probably don't want to apply stuff to these dirs as they are
3111 * likely over-mounted if the root directory is actually used, and it wouldbe less than ideal to have
3112 * all kinds of files created/adjusted underneath these mount points. */
3113
3114 r = strv_extend_strv(
3115 &arg_exclude_prefixes,
3116 STRV_MAKE("/dev",
3117 "/proc",
3118 "/run",
3119 "/sys"),
3120 true);
3121 if (r < 0)
3122 return log_oom();
3123
3124 return 0;
3125}
3126
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02003127static int help(void) {
3128 _cleanup_free_ char *link = NULL;
3129 int r;
3130
3131 r = terminal_urlify_man("systemd-tmpfiles", "8", &link);
3132 if (r < 0)
3133 return log_oom();
3134
Lennart Poettering522d4a42011-02-13 15:08:15 +01003135 printf("%s [OPTIONS...] [CONFIGURATION FILE...]\n\n"
3136 "Creates, deletes and cleans up volatile and temporary files and directories.\n\n"
Dave Reisner5c795112013-07-24 11:19:24 -04003137 " -h --help Show this help\n"
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003138 " --user Execute user configuration\n"
Lennart Poetteringeb9da372013-11-06 18:28:39 +01003139 " --version Show package version\n"
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003140 " --cat-config Show configuration files\n"
Dave Reisner5c795112013-07-24 11:19:24 -04003141 " --create Create marked files/directories\n"
3142 " --clean Clean up marked directories\n"
3143 " --remove Remove marked files/directories\n"
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05003144 " --boot Execute actions only safe at boot\n"
Zbigniew Jędrzejewski-Szmek79ca8882015-01-27 21:22:08 -05003145 " --prefix=PATH Only apply rules with the specified prefix\n"
3146 " --exclude-prefix=PATH Ignore rules with the specified prefix\n"
Lennart Poetteringdd04fb32020-07-28 17:52:23 +02003147 " -E Ignore rules prefixed with /dev, /proc, /run, /sys\n"
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003148 " --root=PATH Operate on an alternate filesystem root\n"
Lennart Poettering63d3d0a2020-07-28 18:22:53 +02003149 " --image=PATH Operate on disk image as filesystem root\n"
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003150 " --replace=PATH Treat arguments as replacement for PATH\n"
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003151 " --no-pager Do not pipe output into a pager\n"
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02003152 "\nSee the %s for details.\n"
3153 , program_invocation_short_name
3154 , link
3155 );
3156
3157 return 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003158}
3159
3160static int parse_argv(int argc, char *argv[]) {
3161
3162 enum {
Lennart Poetteringeb9da372013-11-06 18:28:39 +01003163 ARG_VERSION = 0x100,
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003164 ARG_CAT_CONFIG,
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003165 ARG_USER,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003166 ARG_CREATE,
3167 ARG_CLEAN,
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003168 ARG_REMOVE,
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05003169 ARG_BOOT,
Dave Reisner5c795112013-07-24 11:19:24 -04003170 ARG_PREFIX,
3171 ARG_EXCLUDE_PREFIX,
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07003172 ARG_ROOT,
Lennart Poettering63d3d0a2020-07-28 18:22:53 +02003173 ARG_IMAGE,
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003174 ARG_REPLACE,
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003175 ARG_NO_PAGER,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003176 };
3177
3178 static const struct option options[] = {
Dave Reisner5c795112013-07-24 11:19:24 -04003179 { "help", no_argument, NULL, 'h' },
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003180 { "user", no_argument, NULL, ARG_USER },
Lennart Poetteringeb9da372013-11-06 18:28:39 +01003181 { "version", no_argument, NULL, ARG_VERSION },
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003182 { "cat-config", no_argument, NULL, ARG_CAT_CONFIG },
Dave Reisner5c795112013-07-24 11:19:24 -04003183 { "create", no_argument, NULL, ARG_CREATE },
3184 { "clean", no_argument, NULL, ARG_CLEAN },
3185 { "remove", no_argument, NULL, ARG_REMOVE },
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05003186 { "boot", no_argument, NULL, ARG_BOOT },
Dave Reisner5c795112013-07-24 11:19:24 -04003187 { "prefix", required_argument, NULL, ARG_PREFIX },
3188 { "exclude-prefix", required_argument, NULL, ARG_EXCLUDE_PREFIX },
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07003189 { "root", required_argument, NULL, ARG_ROOT },
Lennart Poettering63d3d0a2020-07-28 18:22:53 +02003190 { "image", required_argument, NULL, ARG_IMAGE },
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003191 { "replace", required_argument, NULL, ARG_REPLACE },
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003192 { "no-pager", no_argument, NULL, ARG_NO_PAGER },
Lennart Poetteringeb9da372013-11-06 18:28:39 +01003193 {}
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003194 };
3195
Lennart Poettering0f474362015-10-22 19:28:31 +02003196 int c, r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003197
3198 assert(argc >= 0);
3199 assert(argv);
3200
Lennart Poetteringdd04fb32020-07-28 17:52:23 +02003201 while ((c = getopt_long(argc, argv, "hE", options, NULL)) >= 0)
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003202
3203 switch (c) {
3204
3205 case 'h':
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02003206 return help();
Lennart Poetteringeb9da372013-11-06 18:28:39 +01003207
3208 case ARG_VERSION:
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +02003209 return version();
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003210
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003211 case ARG_CAT_CONFIG:
3212 arg_cat_config = true;
3213 break;
3214
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003215 case ARG_USER:
3216 arg_user = true;
3217 break;
3218
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003219 case ARG_CREATE:
Lennart Poettering1a967b62018-10-25 23:19:00 +02003220 arg_operation |= OPERATION_CREATE;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003221 break;
3222
3223 case ARG_CLEAN:
Lennart Poettering1a967b62018-10-25 23:19:00 +02003224 arg_operation |= OPERATION_CLEAN;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003225 break;
3226
3227 case ARG_REMOVE:
Lennart Poettering1a967b62018-10-25 23:19:00 +02003228 arg_operation |= OPERATION_REMOVE;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003229 break;
3230
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05003231 case ARG_BOOT:
3232 arg_boot = true;
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05003233 break;
3234
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003235 case ARG_PREFIX:
Lennart Poettering7bc040f2014-06-11 01:26:28 +02003236 if (strv_push(&arg_include_prefixes, optarg) < 0)
Dave Reisnera2aced42013-07-24 11:10:05 -04003237 return log_oom();
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003238 break;
3239
Dave Reisner5c795112013-07-24 11:19:24 -04003240 case ARG_EXCLUDE_PREFIX:
Lennart Poettering7bc040f2014-06-11 01:26:28 +02003241 if (strv_push(&arg_exclude_prefixes, optarg) < 0)
Dave Reisner5c795112013-07-24 11:19:24 -04003242 return log_oom();
3243 break;
3244
Lennart Poettering63d3d0a2020-07-28 18:22:53 +02003245 case ARG_ROOT:
3246 r = parse_path_argument_and_warn(optarg, /* suppress_root= */ false, &arg_root);
3247 if (r < 0)
3248 return r;
3249 break;
3250
3251 case ARG_IMAGE:
Zbigniew Jędrzejewski-Szmek35375772020-10-09 18:02:54 +02003252#ifdef STANDALONE
3253 return log_error_errno(SYNTHETIC_ERRNO(EOPNOTSUPP),
3254 "This systemd-tmpfiles version is compiled without support for --image=.");
3255#else
Lennart Poettering63d3d0a2020-07-28 18:22:53 +02003256 r = parse_path_argument_and_warn(optarg, /* suppress_root= */ false, &arg_image);
3257 if (r < 0)
3258 return r;
Zbigniew Jędrzejewski-Szmek35375772020-10-09 18:02:54 +02003259#endif
3260 /* Imply -E here since it makes little sense to create files persistently in the /run mountpoint of a disk image */
Lennart Poettering63d3d0a2020-07-28 18:22:53 +02003261 _fallthrough_;
3262
Lennart Poetteringdd04fb32020-07-28 17:52:23 +02003263 case 'E':
3264 r = exclude_default_prefixes();
3265 if (r < 0)
3266 return r;
3267
3268 break;
3269
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003270 case ARG_REPLACE:
3271 if (!path_is_absolute(optarg) ||
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01003272 !endswith(optarg, ".conf"))
3273 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
3274 "The argument to --replace= must an absolute path to a config file");
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003275
3276 arg_replace = optarg;
3277 break;
3278
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003279 case ARG_NO_PAGER:
Zbigniew Jędrzejewski-Szmek0221d682018-11-11 12:56:29 +01003280 arg_pager_flags |= PAGER_DISABLE;
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003281 break;
3282
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003283 case '?':
3284 return -EINVAL;
3285
3286 default:
Lennart Poetteringeb9da372013-11-06 18:28:39 +01003287 assert_not_reached("Unhandled option");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003288 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003289
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01003290 if (arg_operation == 0 && !arg_cat_config)
3291 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
3292 "You need to specify at least one of --clean, --create or --remove.");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003293
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01003294 if (arg_replace && arg_cat_config)
3295 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
3296 "Option --replace= is not supported with --cat-config");
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003297
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01003298 if (arg_replace && optind >= argc)
3299 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
3300 "When --replace= is given, some configuration items must be specified");
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003301
Lennart Poetteringb63aaca2020-07-28 17:52:48 +02003302 if (arg_root && arg_user)
3303 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
3304 "Combination of --user and --root= is not supported.");
3305
Lennart Poettering63d3d0a2020-07-28 18:22:53 +02003306 if (arg_image && arg_root)
3307 return log_error_errno(SYNTHETIC_ERRNO(EINVAL), "Please specify either --root= or --image=, the combination of both is not supported.");
3308
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003309 return 1;
3310}
3311
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003312static int read_config_file(char **config_dirs, const char *fn, bool ignore_enoent, bool *invalid_config) {
Lennart Poetteringa3451c22020-05-05 22:45:54 +02003313 _cleanup_(hashmap_freep) Hashmap *uid_cache = NULL, *gid_cache = NULL;
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003314 _cleanup_fclose_ FILE *_f = NULL;
Lennart Poettering1731e342013-09-17 11:02:02 -05003315 unsigned v = 0;
Lennart Poettering2a98ae42018-10-18 16:21:05 +02003316 FILE *f;
Michal Sekletar78a92a52013-01-18 16:13:08 +01003317 Item *i;
Lennart Poettering4e68ec12016-06-21 13:20:23 +02003318 int r = 0;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003319
3320 assert(fn);
3321
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003322 if (streq(fn, "-")) {
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003323 log_debug("Reading config from stdin…");
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003324 fn = "<stdin>";
3325 f = stdin;
3326 } else {
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003327 r = search_and_fopen(fn, "re", arg_root, (const char**) config_dirs, &_f);
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003328 if (r < 0) {
3329 if (ignore_enoent && r == -ENOENT) {
3330 log_debug_errno(r, "Failed to open \"%s\", ignoring: %m", fn);
3331 return 0;
3332 }
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003333
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003334 return log_error_errno(r, "Failed to open '%s': %m", fn);
3335 }
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003336 log_debug("Reading config file \"%s\"…", fn);
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003337 f = _f;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003338 }
3339
Lennart Poettering2a98ae42018-10-18 16:21:05 +02003340 for (;;) {
3341 _cleanup_free_ char *line = NULL;
3342 bool invalid_line = false;
Lennart Poettering1731e342013-09-17 11:02:02 -05003343 char *l;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003344 int k;
Lennart Poettering2a98ae42018-10-18 16:21:05 +02003345
3346 k = read_line(f, LONG_LINE_MAX, &line);
3347 if (k < 0)
3348 return log_error_errno(k, "Failed to read '%s': %m", fn);
3349 if (k == 0)
3350 break;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003351
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003352 v++;
3353
3354 l = strstrip(line);
Yu Watanabe4c701092017-10-04 23:01:32 +09003355 if (IN_SET(*l, 0, '#'))
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003356 continue;
3357
Lennart Poetteringa3451c22020-05-05 22:45:54 +02003358 k = parse_line(fn, v, l, &invalid_line, &uid_cache, &gid_cache);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003359 if (k < 0) {
3360 if (invalid_line)
3361 /* Allow reporting with a special code if the caller requested this */
3362 *invalid_config = true;
3363 else if (r == 0)
3364 /* The first error becomes our return value */
3365 r = k;
3366 }
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003367 }
3368
Michal Sekletar78a92a52013-01-18 16:13:08 +01003369 /* we have to determine age parameter for each entry of type X */
Zbigniew Jędrzejewski-Szmek90e74a62020-09-08 11:58:29 +02003370 ORDERED_HASHMAP_FOREACH(i, globs) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01003371 Item *j, *candidate_item = NULL;
3372
3373 if (i->type != IGNORE_DIRECTORY_PATH)
3374 continue;
3375
Zbigniew Jędrzejewski-Szmek90e74a62020-09-08 11:58:29 +02003376 ORDERED_HASHMAP_FOREACH(j, items) {
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02003377 if (!IN_SET(j->type, CREATE_DIRECTORY, TRUNCATE_DIRECTORY, CREATE_SUBVOLUME, CREATE_SUBVOLUME_INHERIT_QUOTA, CREATE_SUBVOLUME_NEW_QUOTA))
Michal Sekletar78a92a52013-01-18 16:13:08 +01003378 continue;
3379
3380 if (path_equal(j->path, i->path)) {
3381 candidate_item = j;
3382 break;
3383 }
3384
3385 if ((!candidate_item && path_startswith(i->path, j->path)) ||
3386 (candidate_item && path_startswith(j->path, candidate_item->path) && (fnmatch(i->path, j->path, FNM_PATHNAME | FNM_PERIOD) == 0)))
3387 candidate_item = j;
3388 }
3389
Richard Weinberger9ed2a352014-09-09 11:09:37 +02003390 if (candidate_item && candidate_item->age_set) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01003391 i->age = candidate_item->age;
3392 i->age_set = true;
3393 }
3394 }
3395
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003396 if (ferror(f)) {
Michal Schmidt56f64d92014-11-28 19:29:59 +01003397 log_error_errno(errno, "Failed to read from file %s: %m", fn);
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003398 if (r == 0)
3399 r = -EIO;
3400 }
3401
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003402 return r;
3403}
3404
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003405static int parse_arguments(char **config_dirs, char **args, bool *invalid_config) {
3406 char **arg;
3407 int r;
3408
3409 STRV_FOREACH(arg, args) {
3410 r = read_config_file(config_dirs, *arg, false, invalid_config);
3411 if (r < 0)
3412 return r;
3413 }
3414
3415 return 0;
3416}
3417
3418static int read_config_files(char **config_dirs, char **args, bool *invalid_config) {
3419 _cleanup_strv_free_ char **files = NULL;
3420 _cleanup_free_ char *p = NULL;
3421 char **f;
3422 int r;
3423
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003424 r = conf_files_list_with_replacement(arg_root, config_dirs, arg_replace, &files, &p);
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003425 if (r < 0)
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003426 return r;
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003427
3428 STRV_FOREACH(f, files)
3429 if (p && path_equal(*f, p)) {
3430 log_debug("Parsing arguments at position \"%s\"…", *f);
3431
3432 r = parse_arguments(config_dirs, args, invalid_config);
3433 if (r < 0)
3434 return r;
3435 } else
3436 /* Just warn, ignore result otherwise.
3437 * read_config_file() has some debug output, so no need to print anything. */
3438 (void) read_config_file(config_dirs, *f, true, invalid_config);
3439
3440 return 0;
3441}
3442
Lennart Poettering811a1582018-10-26 20:56:37 +02003443static int link_parent(ItemArray *a) {
3444 const char *path;
3445 char *prefix;
3446 int r;
3447
3448 assert(a);
3449
Lennart Poettering09f467a2018-11-20 16:32:19 +01003450 /* Finds the closest "parent" item array for the specified item array. Then registers the specified item array
Lennart Poettering811a1582018-10-26 20:56:37 +02003451 * as child of it, and fills the parent in, linking them both ways. This allows us to later create parents
3452 * before their children, and clean up/remove children before their parents. */
3453
3454 if (a->n_items <= 0)
3455 return 0;
3456
3457 path = a->items[0].path;
Lennart Poettering6e9417f2019-01-26 15:52:18 +01003458 prefix = newa(char, strlen(path) + 1);
Lennart Poettering811a1582018-10-26 20:56:37 +02003459 PATH_FOREACH_PREFIX(prefix, path) {
3460 ItemArray *j;
3461
3462 j = ordered_hashmap_get(items, prefix);
Lennart Poetteringbd0ce242018-11-20 16:32:23 +01003463 if (!j)
3464 j = ordered_hashmap_get(globs, prefix);
Lennart Poettering811a1582018-10-26 20:56:37 +02003465 if (j) {
Zbigniew Jędrzejewski-Szmekde7fef42020-06-05 15:12:29 +02003466 r = set_ensure_put(&j->children, NULL, a);
Lennart Poettering811a1582018-10-26 20:56:37 +02003467 if (r < 0)
3468 return log_oom();
3469
3470 a->parent = j;
3471 return 1;
3472 }
3473 }
3474
3475 return 0;
3476}
3477
Yu Watanabe87938c32018-11-26 01:00:54 +09003478DEFINE_PRIVATE_HASH_OPS_WITH_VALUE_DESTRUCTOR(item_array_hash_ops, char, string_hash_func, string_compare_func,
3479 ItemArray, item_array_free);
3480
3481static int run(int argc, char *argv[]) {
Zbigniew Jędrzejewski-Szmek35375772020-10-09 18:02:54 +02003482#ifndef STANDALONE
Lennart Poettering63d3d0a2020-07-28 18:22:53 +02003483 _cleanup_(loop_device_unrefp) LoopDevice *loop_device = NULL;
3484 _cleanup_(decrypted_image_unrefp) DecryptedImage *decrypted_image = NULL;
3485 _cleanup_(umount_and_rmdir_and_freep) char *unlink_dir = NULL;
Zbigniew Jędrzejewski-Szmek35375772020-10-09 18:02:54 +02003486#endif
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003487 _cleanup_strv_free_ char **config_dirs = NULL;
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003488 bool invalid_config = false;
Lennart Poettering64adb372018-10-26 21:19:36 +02003489 ItemArray *a;
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003490 enum {
3491 PHASE_REMOVE_AND_CLEAN,
3492 PHASE_CREATE,
3493 _PHASE_MAX
3494 } phase;
Yu Watanabe87938c32018-11-26 01:00:54 +09003495 int r, k;
Lennart Poettering5008d582010-09-28 02:34:02 +02003496
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +01003497 r = parse_argv(argc, argv);
3498 if (r <= 0)
Yu Watanabe87938c32018-11-26 01:00:54 +09003499 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003500
Lennart Poettering6bf3c612018-11-20 11:18:22 +01003501 log_setup_service();
Lennart Poettering5008d582010-09-28 02:34:02 +02003502
Lennart Poetteringe5358402019-01-18 16:34:52 +01003503 /* Descending down file system trees might take a lot of fds */
3504 (void) rlimit_nofile_bump(HIGH_RLIMIT_NOFILE);
3505
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003506 if (arg_user) {
3507 r = user_config_paths(&config_dirs);
Yu Watanabe87938c32018-11-26 01:00:54 +09003508 if (r < 0)
3509 return log_error_errno(r, "Failed to initialize configuration directory list: %m");
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003510 } else {
3511 config_dirs = strv_split_nulstr(CONF_PATHS_NULSTR("tmpfiles.d"));
Yu Watanabe87938c32018-11-26 01:00:54 +09003512 if (!config_dirs)
3513 return log_oom();
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003514 }
3515
Lennart Poettering79c91ce2018-01-22 15:33:13 +01003516 if (DEBUG_LOGGING) {
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003517 _cleanup_free_ char *t = NULL;
Lennart Poetteringb8e35012020-07-28 17:53:21 +02003518 char **i;
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003519
Lennart Poetteringb8e35012020-07-28 17:53:21 +02003520 STRV_FOREACH(i, config_dirs) {
3521 _cleanup_free_ char *j = NULL;
3522
3523 j = path_join(arg_root, *i);
3524 if (!j)
3525 return log_oom();
3526
3527 if (!strextend(&t, "\n\t", j, NULL))
3528 return log_oom();
3529 }
3530
3531 log_debug("Looking for configuration files in (higher priority first):%s", t);
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003532 }
3533
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003534 if (arg_cat_config) {
Zbigniew Jędrzejewski-Szmek0221d682018-11-11 12:56:29 +01003535 (void) pager_open(arg_pager_flags);
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003536
Yu Watanabe87938c32018-11-26 01:00:54 +09003537 return cat_config(config_dirs, argv + optind);
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003538 }
3539
3540 umask(0022);
3541
Christian Göttschea9ba0e32020-06-19 19:29:24 +02003542 r = mac_selinux_init();
3543 if (r < 0)
3544 return r;
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003545
Zbigniew Jędrzejewski-Szmek35375772020-10-09 18:02:54 +02003546#ifndef STANDALONE
Lennart Poettering63d3d0a2020-07-28 18:22:53 +02003547 if (arg_image) {
3548 assert(!arg_root);
3549
3550 r = mount_image_privately_interactively(
3551 arg_image,
3552 DISSECT_IMAGE_REQUIRE_ROOT|DISSECT_IMAGE_VALIDATE_OS|DISSECT_IMAGE_RELAX_VAR_CHECK|DISSECT_IMAGE_FSCK,
3553 &unlink_dir,
3554 &loop_device,
3555 &decrypted_image);
3556 if (r < 0)
3557 return r;
3558
3559 arg_root = strdup(unlink_dir);
3560 if (!arg_root)
3561 return log_oom();
3562 }
Zbigniew Jędrzejewski-Szmek35375772020-10-09 18:02:54 +02003563#else
3564 assert(!arg_image);
3565#endif
Lennart Poettering63d3d0a2020-07-28 18:22:53 +02003566
Yu Watanabe87938c32018-11-26 01:00:54 +09003567 items = ordered_hashmap_new(&item_array_hash_ops);
3568 globs = ordered_hashmap_new(&item_array_hash_ops);
3569 if (!items || !globs)
3570 return log_oom();
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003571
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003572 /* If command line arguments are specified along with --replace, read all
3573 * configuration files and insert the positional arguments at the specified
3574 * place. Otherwise, if command line arguments are specified, execute just
3575 * them, and finally, without --replace= or any positional arguments, just
3576 * read configuration and execute it.
3577 */
3578 if (arg_replace || optind >= argc)
3579 r = read_config_files(config_dirs, argv + optind, &invalid_config);
3580 else
3581 r = parse_arguments(config_dirs, argv + optind, &invalid_config);
3582 if (r < 0)
Yu Watanabe87938c32018-11-26 01:00:54 +09003583 return r;
Lennart Poettering5008d582010-09-28 02:34:02 +02003584
Lennart Poettering811a1582018-10-26 20:56:37 +02003585 /* Let's now link up all child/parent relationships */
Zbigniew Jędrzejewski-Szmek90e74a62020-09-08 11:58:29 +02003586 ORDERED_HASHMAP_FOREACH(a, items) {
Lennart Poettering811a1582018-10-26 20:56:37 +02003587 r = link_parent(a);
3588 if (r < 0)
Yu Watanabe87938c32018-11-26 01:00:54 +09003589 return r;
Lennart Poettering811a1582018-10-26 20:56:37 +02003590 }
Zbigniew Jędrzejewski-Szmek90e74a62020-09-08 11:58:29 +02003591 ORDERED_HASHMAP_FOREACH(a, globs) {
Lennart Poettering811a1582018-10-26 20:56:37 +02003592 r = link_parent(a);
3593 if (r < 0)
Yu Watanabe87938c32018-11-26 01:00:54 +09003594 return r;
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05003595 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01003596
Lennart Poettering64adb372018-10-26 21:19:36 +02003597 /* If multiple operations are requested, let's first run the remove/clean operations, and only then the create
3598 * operations. i.e. that we first clean out the platform we then build on. */
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003599 for (phase = 0; phase < _PHASE_MAX; phase++) {
Lennart Poettering64adb372018-10-26 21:19:36 +02003600 OperationMask op;
Lennart Poettering5008d582010-09-28 02:34:02 +02003601
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003602 if (phase == PHASE_REMOVE_AND_CLEAN)
Lennart Poettering64adb372018-10-26 21:19:36 +02003603 op = arg_operation & (OPERATION_REMOVE|OPERATION_CLEAN);
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003604 else if (phase == PHASE_CREATE)
Lennart Poettering64adb372018-10-26 21:19:36 +02003605 op = arg_operation & OPERATION_CREATE;
3606 else
3607 assert_not_reached("unexpected phase");
3608
3609 if (op == 0) /* Nothing requested in this phase */
3610 continue;
3611
3612 /* The non-globbing ones usually create things, hence we apply them first */
Zbigniew Jędrzejewski-Szmek90e74a62020-09-08 11:58:29 +02003613 ORDERED_HASHMAP_FOREACH(a, items) {
Lennart Poettering64adb372018-10-26 21:19:36 +02003614 k = process_item_array(a, op);
Yu Watanabe87938c32018-11-26 01:00:54 +09003615 if (k < 0 && r >= 0)
3616 r = k;
Lennart Poettering64adb372018-10-26 21:19:36 +02003617 }
3618
3619 /* The globbing ones usually alter things, hence we apply them second. */
Zbigniew Jędrzejewski-Szmek90e74a62020-09-08 11:58:29 +02003620 ORDERED_HASHMAP_FOREACH(a, globs) {
Lennart Poettering64adb372018-10-26 21:19:36 +02003621 k = process_item_array(a, op);
Yu Watanabe87938c32018-11-26 01:00:54 +09003622 if (k < 0 && r >= 0)
3623 r = k;
Lennart Poettering64adb372018-10-26 21:19:36 +02003624 }
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05003625 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003626
Lennart Poettering95d21552020-08-28 22:58:56 +02003627 if (ERRNO_IS_RESOURCE(r))
Yu Watanabe87938c32018-11-26 01:00:54 +09003628 return r;
3629 if (invalid_config)
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003630 return EX_DATAERR;
Yu Watanabe87938c32018-11-26 01:00:54 +09003631 if (r < 0)
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003632 return EX_CANTCREAT;
Yu Watanabe87938c32018-11-26 01:00:54 +09003633 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02003634}
Yu Watanabe87938c32018-11-26 01:00:54 +09003635
3636DEFINE_MAIN_FUNCTION_WITH_POSITIVE_FAILURE(run);