blob: 321edb3034f306b6b0d2a80abd7b3b70f552744b [file] [log] [blame]
Zbigniew Jędrzejewski-Szmek53e1b682017-11-18 17:09:20 +01001/* SPDX-License-Identifier: LGPL-2.1+ */
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>
7#include <glob.h>
8#include <limits.h>
9#include <linux/fs.h>
10#include <stdbool.h>
11#include <stddef.h>
Lennart Poettering3b63d2d2010-10-18 22:38:41 +020012#include <stdio.h>
13#include <stdlib.h>
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020014#include <string.h>
Lennart Poettering52b32b22019-01-18 16:09:30 +010015#include <sys/file.h>
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -050016#include <sys/stat.h>
Maciej Wereskiebf4e802014-12-04 10:32:10 +010017#include <sys/xattr.h>
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +010018#include <sysexits.h>
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020019#include <time.h>
20#include <unistd.h>
Lennart Poettering5008d582010-09-28 02:34:02 +020021
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +010022#include "sd-path.h"
23
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020024#include "acl-util.h"
Lennart Poetteringb5efdb82015-10-27 03:01:06 +010025#include "alloc-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020026#include "btrfs-util.h"
Lennart Poettering430f0182015-10-26 23:32:16 +010027#include "capability-util.h"
Lennart Poetteringc8b30942015-10-26 20:39:23 +010028#include "chattr-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020029#include "conf-files.h"
30#include "copy.h"
Lennart Poetteringa0f29c72015-11-03 12:26:12 +010031#include "def.h"
Reverend Homer8fb3f002016-12-09 12:04:30 +030032#include "dirent-util.h"
Lennart Poettering4f5dd392015-10-23 18:52:53 +020033#include "escape.h"
Lennart Poettering3ffd4af2015-10-25 13:14:12 +010034#include "fd-util.h"
Lennart Poettering0d39fa92015-10-26 18:05:03 +010035#include "fileio.h"
Zbigniew Jędrzejewski-Szmekf97b34a2016-11-07 10:14:59 -050036#include "format-util.h"
Lennart Poetteringf4f15632015-10-26 21:16:26 +010037#include "fs-util.h"
Lennart Poettering7d50b322015-10-27 01:48:17 +010038#include "glob-util.h"
Lennart Poetteringc0044932015-10-25 14:08:25 +010039#include "io-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020040#include "label.h"
Lennart Poettering5008d582010-09-28 02:34:02 +020041#include "log.h"
Dave Reisner54693d92012-09-15 12:58:49 -040042#include "macro.h"
Yu Watanabe87938c32018-11-26 01:00:54 +090043#include "main-func.h"
Zbigniew Jędrzejewski-Szmekd39efe72013-03-13 20:20:54 -040044#include "missing.h"
Kay Sievers49e942b2012-04-10 21:54:31 +020045#include "mkdir.h"
Zbigniew Jędrzejewski-Szmek049af8a2018-11-29 10:24:39 +010046#include "mountpoint-util.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',
80 TRUNCATE_FILE = 'F',
81 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
Lennart Poettering2e78fa72014-06-16 13:21:07 +0200138 bool force:1;
139
William Douglas6d7b5432018-09-10 12:07:29 -0700140 bool allow_failure:1;
141
Lennart Poettering811a1582018-10-26 20:56:37 +0200142 OperationMask done;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200143} Item;
144
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500145typedef struct ItemArray {
146 Item *items;
Lennart Poettering96d10d72018-10-25 13:51:01 +0200147 size_t n_items;
Lennart Poettering64768712018-10-25 13:48:25 +0200148 size_t allocated;
Lennart Poettering811a1582018-10-26 20:56:37 +0200149
150 struct ItemArray *parent;
151 Set *children;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500152} ItemArray;
153
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100154typedef enum DirectoryType {
Lennart Poettering133bbca2018-10-26 10:32:48 +0200155 DIRECTORY_RUNTIME,
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100156 DIRECTORY_STATE,
157 DIRECTORY_CACHE,
158 DIRECTORY_LOGS,
159 _DIRECTORY_TYPE_MAX,
160} DirectoryType;
161
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +0200162static bool arg_cat_config = false;
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100163static bool arg_user = false;
Lennart Poettering1a967b62018-10-25 23:19:00 +0200164static OperationMask arg_operation = 0;
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -0500165static bool arg_boot = false;
Zbigniew Jędrzejewski-Szmek0221d682018-11-11 12:56:29 +0100166static PagerFlags arg_pager_flags = 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200167
Lennart Poettering7bc040f2014-06-11 01:26:28 +0200168static char **arg_include_prefixes = NULL;
169static char **arg_exclude_prefixes = NULL;
Michael Marineaucf9a4ab2014-03-13 21:32:13 -0700170static char *arg_root = NULL;
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +0100171static char *arg_replace = NULL;
Lennart Poetteringfba6e682011-02-13 14:00:54 +0100172
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200173#define MAX_DEPTH 256
174
Lennart Poetteringef43a392015-04-22 18:18:56 +0200175static OrderedHashmap *items = NULL, *globs = NULL;
Lennart Poettering7bc040f2014-06-11 01:26:28 +0200176static Set *unix_sockets = NULL;
177
Yu Watanabe87938c32018-11-26 01:00:54 +0900178STATIC_DESTRUCTOR_REGISTER(items, ordered_hashmap_freep);
179STATIC_DESTRUCTOR_REGISTER(globs, ordered_hashmap_freep);
180STATIC_DESTRUCTOR_REGISTER(unix_sockets, set_free_freep);
181STATIC_DESTRUCTOR_REGISTER(arg_include_prefixes, freep);
182STATIC_DESTRUCTOR_REGISTER(arg_exclude_prefixes, freep);
183STATIC_DESTRUCTOR_REGISTER(arg_root, freep);
184
Zbigniew Jędrzejewski-Szmek303ee602018-12-12 16:45:33 +0100185static int specifier_machine_id_safe(char specifier, const void *data, const void *userdata, char **ret);
186static int specifier_directory(char specifier, const void *data, const void *userdata, char **ret);
Franck Bui4cef1922017-11-16 11:27:29 +0100187
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200188static const Specifier specifier_table[] = {
Franck Bui4cef1922017-11-16 11:27:29 +0100189 { 'm', specifier_machine_id_safe, NULL },
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100190 { 'b', specifier_boot_id, NULL },
191 { 'H', specifier_host_name, NULL },
192 { 'v', specifier_kernel_release, NULL },
ayekatca23eeb2017-11-24 12:44:08 +0100193
Davide Cavalcab75f0c62018-10-13 01:26:48 -0700194 { 'g', specifier_group_name, NULL },
195 { 'G', specifier_group_id, NULL },
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100196 { 'U', specifier_user_id, NULL },
197 { 'u', specifier_user_name, NULL },
198 { 'h', specifier_user_home, NULL },
Lennart Poetteringb294e592018-05-29 11:25:26 +0200199
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100200 { 't', specifier_directory, UINT_TO_PTR(DIRECTORY_RUNTIME) },
201 { 'S', specifier_directory, UINT_TO_PTR(DIRECTORY_STATE) },
202 { 'C', specifier_directory, UINT_TO_PTR(DIRECTORY_CACHE) },
203 { 'L', specifier_directory, UINT_TO_PTR(DIRECTORY_LOGS) },
Lennart Poetteringb294e592018-05-29 11:25:26 +0200204 { 'T', specifier_tmp_dir, NULL },
205 { 'V', specifier_var_tmp_dir, NULL },
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200206 {}
207};
208
Zbigniew Jędrzejewski-Szmek303ee602018-12-12 16:45:33 +0100209static int specifier_machine_id_safe(char specifier, const void *data, const void *userdata, char **ret) {
Franck Bui4cef1922017-11-16 11:27:29 +0100210 int r;
211
Franck Buid8dab752018-01-10 23:28:44 +0100212 /* If /etc/machine_id is missing or empty (e.g. in a chroot environment)
213 * return a recognizable error so that the caller can skip the rule
Franck Bui4cef1922017-11-16 11:27:29 +0100214 * gracefully. */
215
216 r = specifier_machine_id(specifier, data, userdata, ret);
Franck Buid8dab752018-01-10 23:28:44 +0100217 if (IN_SET(r, -ENOENT, -ENOMEDIUM))
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100218 return -ENXIO;
Franck Bui4cef1922017-11-16 11:27:29 +0100219
220 return r;
221}
222
Zbigniew Jędrzejewski-Szmek303ee602018-12-12 16:45:33 +0100223static int specifier_directory(char specifier, const void *data, const void *userdata, char **ret) {
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100224 struct table_entry {
225 uint64_t type;
226 const char *suffix;
227 };
228
229 static const struct table_entry paths_system[] = {
230 [DIRECTORY_RUNTIME] = { SD_PATH_SYSTEM_RUNTIME },
231 [DIRECTORY_STATE] = { SD_PATH_SYSTEM_STATE_PRIVATE },
232 [DIRECTORY_CACHE] = { SD_PATH_SYSTEM_STATE_CACHE },
233 [DIRECTORY_LOGS] = { SD_PATH_SYSTEM_STATE_LOGS },
234 };
235
236 static const struct table_entry paths_user[] = {
237 [DIRECTORY_RUNTIME] = { SD_PATH_USER_RUNTIME },
238 [DIRECTORY_STATE] = { SD_PATH_USER_CONFIGURATION },
239 [DIRECTORY_CACHE] = { SD_PATH_USER_STATE_CACHE },
240 [DIRECTORY_LOGS] = { SD_PATH_USER_CONFIGURATION, "log" },
241 };
242
243 unsigned i;
244 const struct table_entry *paths;
245
246 assert_cc(ELEMENTSOF(paths_system) == ELEMENTSOF(paths_user));
247 paths = arg_user ? paths_user : paths_system;
248
249 i = PTR_TO_UINT(data);
250 assert(i < ELEMENTSOF(paths_system));
251
252 return sd_path_home(paths[i].type, paths[i].suffix, ret);
253}
254
Franck Bui4cef1922017-11-16 11:27:29 +0100255static int log_unresolvable_specifier(const char *filename, unsigned line) {
256 static bool notified = false;
257
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100258 /* In system mode, this is called when /etc is not fully initialized (e.g.
259 * in a chroot environment) where some specifiers are unresolvable. In user
260 * mode, this is called when some variables are not defined. These cases are
261 * not considered as an error so log at LOG_NOTICE only for the first time
262 * and then downgrade this to LOG_DEBUG for the rest. */
Franck Bui4cef1922017-11-16 11:27:29 +0100263
264 log_full(notified ? LOG_DEBUG : LOG_NOTICE,
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100265 "[%s:%u] Failed to resolve specifier: %s, skipping",
266 filename, line,
267 arg_user ? "Required $XDG_... variable not defined" : "uninitialized /etc detected");
Franck Bui4cef1922017-11-16 11:27:29 +0100268
269 if (!notified)
270 log_notice("All rules containing unresolvable specifiers will be skipped.");
271
272 notified = true;
273 return 0;
274}
275
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100276static int user_config_paths(char*** ret) {
277 _cleanup_strv_free_ char **config_dirs = NULL, **data_dirs = NULL;
278 _cleanup_free_ char *persistent_config = NULL, *runtime_config = NULL, *data_home = NULL;
279 _cleanup_strv_free_ char **res = NULL;
280 int r;
281
282 r = xdg_user_dirs(&config_dirs, &data_dirs);
283 if (r < 0)
284 return r;
285
286 r = xdg_user_config_dir(&persistent_config, "/user-tmpfiles.d");
287 if (r < 0 && r != -ENXIO)
288 return r;
289
290 r = xdg_user_runtime_dir(&runtime_config, "/user-tmpfiles.d");
291 if (r < 0 && r != -ENXIO)
292 return r;
293
294 r = xdg_user_data_dir(&data_home, "/user-tmpfiles.d");
295 if (r < 0 && r != -ENXIO)
296 return r;
297
298 r = strv_extend_strv_concat(&res, config_dirs, "/user-tmpfiles.d");
299 if (r < 0)
300 return r;
301
302 r = strv_extend(&res, persistent_config);
303 if (r < 0)
304 return r;
305
306 r = strv_extend(&res, runtime_config);
307 if (r < 0)
308 return r;
309
310 r = strv_extend(&res, data_home);
311 if (r < 0)
312 return r;
313
314 r = strv_extend_strv_concat(&res, data_dirs, "/user-tmpfiles.d");
315 if (r < 0)
316 return r;
317
318 r = path_strv_make_absolute_cwd(res);
319 if (r < 0)
320 return r;
321
Lennart Poetteringae2a15b2018-03-22 16:53:26 +0100322 *ret = TAKE_PTR(res);
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100323 return 0;
324}
325
Michal Schmidt66ccd032011-12-15 21:31:14 +0100326static bool needs_glob(ItemType t) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200327 return IN_SET(t,
328 WRITE_FILE,
329 IGNORE_PATH,
330 IGNORE_DIRECTORY_PATH,
331 REMOVE_PATH,
332 RECURSIVE_REMOVE_PATH,
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -0400333 EMPTY_DIRECTORY,
Lennart Poetteringe73a03e2014-06-10 23:42:16 +0200334 ADJUST_MODE,
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200335 RELABEL_PATH,
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -0500336 RECURSIVE_RELABEL_PATH,
337 SET_XATTR,
338 RECURSIVE_SET_XATTR,
339 SET_ACL,
Lennart Poettering34f64532015-04-09 13:12:06 +0200340 RECURSIVE_SET_ACL,
341 SET_ATTRIBUTE,
342 RECURSIVE_SET_ATTRIBUTE);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100343}
344
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500345static bool takes_ownership(ItemType t) {
346 return IN_SET(t,
347 CREATE_FILE,
348 TRUNCATE_FILE,
349 CREATE_DIRECTORY,
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -0400350 EMPTY_DIRECTORY,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500351 TRUNCATE_DIRECTORY,
352 CREATE_SUBVOLUME,
Lennart Poettering5fb13eb2015-10-21 19:46:23 +0200353 CREATE_SUBVOLUME_INHERIT_QUOTA,
354 CREATE_SUBVOLUME_NEW_QUOTA,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500355 CREATE_FIFO,
356 CREATE_SYMLINK,
357 CREATE_CHAR_DEVICE,
358 CREATE_BLOCK_DEVICE,
359 COPY_FILES,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500360 WRITE_FILE,
361 IGNORE_PATH,
362 IGNORE_DIRECTORY_PATH,
363 REMOVE_PATH,
364 RECURSIVE_REMOVE_PATH);
365}
366
Lennart Poetteringef43a392015-04-22 18:18:56 +0200367static struct Item* find_glob(OrderedHashmap *h, const char *match) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500368 ItemArray *j;
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100369 Iterator i;
370
Lennart Poetteringef43a392015-04-22 18:18:56 +0200371 ORDERED_HASHMAP_FOREACH(j, h, i) {
Lennart Poettering96d10d72018-10-25 13:51:01 +0200372 size_t n;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500373
Lennart Poettering96d10d72018-10-25 13:51:01 +0200374 for (n = 0; n < j->n_items; n++) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500375 Item *item = j->items + n;
376
377 if (fnmatch(item->path, match, FNM_PATHNAME|FNM_PERIOD) == 0)
378 return item;
379 }
380 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100381
382 return NULL;
383}
384
Yu Watanabe71a0be72018-11-26 00:48:15 +0900385static int load_unix_sockets(void) {
386 _cleanup_set_free_free_ Set *sockets = NULL;
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200387 _cleanup_fclose_ FILE *f = NULL;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100388 int r;
Lennart Poettering17b90522011-02-14 21:55:06 +0100389
390 if (unix_sockets)
Yu Watanabe71a0be72018-11-26 00:48:15 +0900391 return 0;
Lennart Poettering17b90522011-02-14 21:55:06 +0100392
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100393 /* 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 +0100394
Yu Watanabe71a0be72018-11-26 00:48:15 +0900395 sockets = set_new(&path_hash_ops);
396 if (!sockets)
397 return log_oom();
Lennart Poettering17b90522011-02-14 21:55:06 +0100398
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100399 f = fopen("/proc/net/unix", "re");
Yu Watanabe71a0be72018-11-26 00:48:15 +0900400 if (!f)
401 return log_full_errno(errno == ENOENT ? LOG_DEBUG : LOG_WARNING, errno,
402 "Failed to open /proc/net/unix, ignoring: %m");
Lennart Poettering17b90522011-02-14 21:55:06 +0100403
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100404 /* Skip header */
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100405 r = read_line(f, LONG_LINE_MAX, NULL);
Yu Watanabe71a0be72018-11-26 00:48:15 +0900406 if (r < 0)
407 return log_warning_errno(r, "Failed to skip /proc/net/unix header line: %m");
408 if (r == 0)
409 return log_warning_errno(SYNTHETIC_ERRNO(EIO), "Premature end of file reading /proc/net/unix.");
Lennart Poettering17b90522011-02-14 21:55:06 +0100410
411 for (;;) {
Yu Watanabe71a0be72018-11-26 00:48:15 +0900412 _cleanup_free_ char *line = NULL, *s = NULL;
413 char *p;
Lennart Poettering17b90522011-02-14 21:55:06 +0100414
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100415 r = read_line(f, LONG_LINE_MAX, &line);
Yu Watanabe71a0be72018-11-26 00:48:15 +0900416 if (r < 0)
417 return log_warning_errno(r, "Failed to read /proc/net/unix line, ignoring: %m");
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100418 if (r == 0) /* EOF */
Lennart Poettering17b90522011-02-14 21:55:06 +0100419 break;
420
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100421 p = strchr(line, ':');
422 if (!p)
Lennart Poettering17b90522011-02-14 21:55:06 +0100423 continue;
424
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100425 if (strlen(p) < 37)
426 continue;
427
428 p += 37;
Lennart Poettering17b90522011-02-14 21:55:06 +0100429 p += strspn(p, WHITESPACE);
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100430 p += strcspn(p, WHITESPACE); /* skip one more word */
Lennart Poettering17b90522011-02-14 21:55:06 +0100431 p += strspn(p, WHITESPACE);
432
433 if (*p != '/')
434 continue;
435
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100436 s = strdup(p);
Yu Watanabe71a0be72018-11-26 00:48:15 +0900437 if (!s)
438 return log_oom();
Lennart Poettering17b90522011-02-14 21:55:06 +0100439
Yu Watanabe858d36c2018-05-31 23:39:31 +0900440 path_simplify(s, false);
Lennart Poettering4ff21d82011-02-17 13:13:34 +0100441
Yu Watanabe71a0be72018-11-26 00:48:15 +0900442 r = set_consume(sockets, s);
443 if (r == -EEXIST)
444 continue;
445 if (r < 0)
446 return log_warning_errno(r, "Failed to add AF_UNIX socket to set, ignoring: %m");
447
448 TAKE_PTR(s);
Lennart Poettering17b90522011-02-14 21:55:06 +0100449 }
450
Yu Watanabe71a0be72018-11-26 00:48:15 +0900451 unix_sockets = TAKE_PTR(sockets);
452 return 1;
Lennart Poettering17b90522011-02-14 21:55:06 +0100453}
454
455static bool unix_socket_alive(const char *fn) {
456 assert(fn);
457
Yu Watanabe71a0be72018-11-26 00:48:15 +0900458 if (load_unix_sockets() < 0)
459 return true; /* We don't know, so assume yes */
Lennart Poettering17b90522011-02-14 21:55:06 +0100460
Yu Watanabe71a0be72018-11-26 00:48:15 +0900461 return !!set_get(unix_sockets, (char*) fn);
Lennart Poettering17b90522011-02-14 21:55:06 +0100462}
463
Kay Sievers99d680a2013-03-13 13:12:36 +0100464static int dir_is_mount_point(DIR *d, const char *subdir) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200465
Kay Sievers99d680a2013-03-13 13:12:36 +0100466 int mount_id_parent, mount_id;
467 int r_p, r;
468
Lennart Poetteringcbfb8672017-11-20 15:29:53 +0100469 r_p = name_to_handle_at_loop(dirfd(d), ".", NULL, &mount_id_parent, 0);
Kay Sievers99d680a2013-03-13 13:12:36 +0100470 if (r_p < 0)
471 r_p = -errno;
472
Lennart Poetteringcbfb8672017-11-20 15:29:53 +0100473 r = name_to_handle_at_loop(dirfd(d), subdir, NULL, &mount_id, 0);
Kay Sievers99d680a2013-03-13 13:12:36 +0100474 if (r < 0)
475 r = -errno;
476
477 /* got no handle; make no assumptions, return error */
478 if (r_p < 0 && r < 0)
479 return r_p;
480
481 /* got both handles; if they differ, it is a mount point */
482 if (r_p >= 0 && r >= 0)
483 return mount_id_parent != mount_id;
484
485 /* got only one handle; assume different mount points if one
486 * of both queries was not supported by the filesystem */
Yu Watanabe4c701092017-10-04 23:01:32 +0900487 if (IN_SET(r_p, -ENOSYS, -EOPNOTSUPP) || IN_SET(r, -ENOSYS, -EOPNOTSUPP))
Kay Sievers99d680a2013-03-13 13:12:36 +0100488 return true;
489
490 /* return error */
491 if (r_p < 0)
492 return r_p;
493 return r;
494}
495
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500496static DIR* xopendirat_nomod(int dirfd, const char *path) {
497 DIR *dir;
498
499 dir = xopendirat(dirfd, path, O_NOFOLLOW|O_NOATIME);
Lennart Poettering15322272015-03-23 18:54:31 +0700500 if (dir)
501 return dir;
502
503 log_debug_errno(errno, "Cannot open %sdirectory \"%s\": %m", dirfd == AT_FDCWD ? "" : "sub", path);
504 if (errno != EPERM)
505 return NULL;
506
507 dir = xopendirat(dirfd, path, O_NOFOLLOW);
508 if (!dir)
509 log_debug_errno(errno, "Cannot open %sdirectory \"%s\": %m", dirfd == AT_FDCWD ? "" : "sub", path);
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500510
511 return dir;
512}
513
514static DIR* opendir_nomod(const char *path) {
515 return xopendirat_nomod(AT_FDCWD, path);
516}
517
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200518static int dir_cleanup(
Michal Sekletar78a92a52013-01-18 16:13:08 +0100519 Item *i,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200520 const char *p,
521 DIR *d,
522 const struct stat *ds,
523 usec_t cutoff,
524 dev_t rootdev,
525 bool mountpoint,
Lennart Poettering24f3a372012-06-20 09:05:50 +0200526 int maxdepth,
Lennart Poettering265ffa12013-09-17 16:33:30 -0500527 bool keep_this_level) {
528
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200529 struct dirent *dent;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200530 bool deleted = false;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200531 int r = 0;
532
Reverend Homer8fb3f002016-12-09 12:04:30 +0300533 FOREACH_DIRENT_ALL(dent, d, break) {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200534 struct stat s;
535 usec_t age;
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200536 _cleanup_free_ char *sub_path = NULL;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200537
Lennart Poettering49bfc872017-02-02 00:06:18 +0100538 if (dot_or_dot_dot(dent->d_name))
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200539 continue;
540
541 if (fstatat(dirfd(d), dent->d_name, &s, AT_SYMLINK_NOFOLLOW) < 0) {
Kay Sieversca2f4172013-10-17 03:20:46 +0200542 if (errno == ENOENT)
543 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200544
Kay Sieversca2f4172013-10-17 03:20:46 +0200545 /* FUSE, NFS mounts, SELinux might return EACCES */
Lennart Poetteringecc17092018-01-22 15:29:30 +0100546 r = log_full_errno(errno == EACCES ? LOG_DEBUG : LOG_ERR, errno,
547 "stat(%s/%s) failed: %m", p, dent->d_name);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200548 continue;
549 }
550
551 /* Stay on the same filesystem */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500552 if (s.st_dev != rootdev) {
553 log_debug("Ignoring \"%s/%s\": different filesystem.", p, dent->d_name);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200554 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500555 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200556
Kay Sievers99d680a2013-03-13 13:12:36 +0100557 /* Try to detect bind mounts of the same filesystem instance; they
558 * do not differ in device major/minors. This type of query is not
559 * supported on all kernels or filesystem types though. */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500560 if (S_ISDIR(s.st_mode) && dir_is_mount_point(d, dent->d_name) > 0) {
561 log_debug("Ignoring \"%s/%s\": different mount of the same filesystem.",
562 p, dent->d_name);
Kay Sievers99d680a2013-03-13 13:12:36 +0100563 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500564 }
Kay Sievers99d680a2013-03-13 13:12:36 +0100565
Lennart Poettering113ed3b2019-06-18 12:41:02 +0200566 sub_path = path_join(p, dent->d_name);
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200567 if (!sub_path) {
Shawn Landden0d0f0c52012-07-25 14:55:59 -0700568 r = log_oom();
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200569 goto finish;
570 }
571
572 /* Is there an item configured for this path? */
Lennart Poetteringef43a392015-04-22 18:18:56 +0200573 if (ordered_hashmap_get(items, sub_path)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500574 log_debug("Ignoring \"%s\": a separate entry exists.", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200575 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500576 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200577
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500578 if (find_glob(globs, sub_path)) {
579 log_debug("Ignoring \"%s\": a separate glob exists.", sub_path);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100580 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500581 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100582
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200583 if (S_ISDIR(s.st_mode)) {
Lennart Poettering52b32b22019-01-18 16:09:30 +0100584 _cleanup_closedir_ DIR *sub_dir = NULL;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200585
586 if (mountpoint &&
587 streq(dent->d_name, "lost+found") &&
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500588 s.st_uid == 0) {
Lennart Poettering781bc442019-01-18 16:07:45 +0100589 log_debug("Ignoring directory \"%s\".", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200590 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500591 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200592
593 if (maxdepth <= 0)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500594 log_warning("Reached max depth on \"%s\".", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200595 else {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200596 int q;
597
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500598 sub_dir = xopendirat_nomod(dirfd(d), dent->d_name);
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200599 if (!sub_dir) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500600 if (errno != ENOENT)
Lennart Poettering781bc442019-01-18 16:07:45 +0100601 r = log_warning_errno(errno, "Opening directory \"%s\" failed, ignoring: %m", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200602
603 continue;
604 }
605
Lennart Poettering52b32b22019-01-18 16:09:30 +0100606 if (flock(dirfd(sub_dir), LOCK_EX|LOCK_NB) < 0) {
607 log_debug_errno(errno, "Couldn't acquire shared BSD lock on directory \"%s\", skipping: %m", p);
608 continue;
609 }
610
Michal Sekletar78a92a52013-01-18 16:13:08 +0100611 q = dir_cleanup(i, sub_path, sub_dir, &s, cutoff, rootdev, false, maxdepth-1, false);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200612 if (q < 0)
613 r = q;
614 }
615
Lennart Poetteringa23fabc2019-01-18 15:52:31 +0100616 /* Note: if you are wondering why we don't support the sticky bit for excluding
617 * directories from cleaning like we do it for other file system objects: well, the
618 * sticky bit already has a meaning for directories, so we don't want to overload
619 * that. */
Lennart Poettering24f3a372012-06-20 09:05:50 +0200620
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500621 if (keep_this_level) {
Lennart Poettering781bc442019-01-18 16:07:45 +0100622 log_debug("Keeping directory \"%s\".", sub_path);
Lennart Poettering24f3a372012-06-20 09:05:50 +0200623 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500624 }
Lennart Poettering24f3a372012-06-20 09:05:50 +0200625
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200626 /* Ignore ctime, we change it when deleting */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500627 age = timespec_load(&s.st_mtim);
628 if (age >= cutoff) {
629 char a[FORMAT_TIMESTAMP_MAX];
630 /* Follows spelling in stat(1). */
631 log_debug("Directory \"%s\": modify time %s is too new.",
632 sub_path,
633 format_timestamp_us(a, sizeof(a), age));
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200634 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500635 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200636
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500637 age = timespec_load(&s.st_atim);
638 if (age >= cutoff) {
639 char a[FORMAT_TIMESTAMP_MAX];
640 log_debug("Directory \"%s\": access time %s is too new.",
641 sub_path,
642 format_timestamp_us(a, sizeof(a), age));
643 continue;
644 }
645
Zbigniew Jędrzejewski-Szmek61253222015-01-31 01:03:09 -0500646 log_debug("Removing directory \"%s\".", sub_path);
647 if (unlinkat(dirfd(d), dent->d_name, AT_REMOVEDIR) < 0)
Lennart Poettering920ce822018-01-22 15:31:01 +0100648 if (!IN_SET(errno, ENOENT, ENOTEMPTY))
Lennart Poettering781bc442019-01-18 16:07:45 +0100649 r = log_warning_errno(errno, "Failed to remove directory \"%s\", ignoring: %m", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200650
651 } else {
Lennart Poetteringa23fabc2019-01-18 15:52:31 +0100652 /* Skip files for which the sticky bit is set. These are semantics we define, and are
653 * unknown elsewhere. See XDG_RUNTIME_DIR specification for details. */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500654 if (s.st_mode & S_ISVTX) {
655 log_debug("Skipping \"%s\": sticky bit set.", sub_path);
Lennart Poettering9c737362010-11-14 20:12:51 +0100656 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200657 }
658
Lennart Poettering20b6bb92019-06-18 12:41:31 +0200659 if (mountpoint &&
660 S_ISREG(s.st_mode) &&
661 s.st_uid == 0 &&
662 STR_IN_SET(dent->d_name,
663 ".journal",
664 "aquota.user",
665 "aquota.group")) {
666 log_debug("Skipping \"%s\".", sub_path);
667 continue;
668 }
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500669
Lennart Poettering17b90522011-02-14 21:55:06 +0100670 /* Ignore sockets that are listed in /proc/net/unix */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500671 if (S_ISSOCK(s.st_mode) && unix_socket_alive(sub_path)) {
672 log_debug("Skipping \"%s\": live socket.", sub_path);
Lennart Poettering17b90522011-02-14 21:55:06 +0100673 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500674 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100675
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100676 /* Ignore device nodes */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500677 if (S_ISCHR(s.st_mode) || S_ISBLK(s.st_mode)) {
678 log_debug("Skipping \"%s\": a device.", sub_path);
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100679 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500680 }
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100681
Lennart Poetteringa23fabc2019-01-18 15:52:31 +0100682 /* Keep files on this level around if this is requested */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500683 if (keep_this_level) {
684 log_debug("Keeping \"%s\".", sub_path);
Lennart Poettering24f3a372012-06-20 09:05:50 +0200685 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200686 }
687
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500688 age = timespec_load(&s.st_mtim);
689 if (age >= cutoff) {
690 char a[FORMAT_TIMESTAMP_MAX];
691 /* Follows spelling in stat(1). */
692 log_debug("File \"%s\": modify time %s is too new.",
693 sub_path,
694 format_timestamp_us(a, sizeof(a), age));
695 continue;
696 }
697
698 age = timespec_load(&s.st_atim);
699 if (age >= cutoff) {
700 char a[FORMAT_TIMESTAMP_MAX];
701 log_debug("File \"%s\": access time %s is too new.",
702 sub_path,
703 format_timestamp_us(a, sizeof(a), age));
704 continue;
705 }
706
707 age = timespec_load(&s.st_ctim);
708 if (age >= cutoff) {
709 char a[FORMAT_TIMESTAMP_MAX];
710 log_debug("File \"%s\": change time %s is too new.",
711 sub_path,
712 format_timestamp_us(a, sizeof(a), age));
713 continue;
714 }
715
Lennart Poettering781bc442019-01-18 16:07:45 +0100716 log_debug("Removing \"%s\".", sub_path);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500717 if (unlinkat(dirfd(d), dent->d_name, 0) < 0)
718 if (errno != ENOENT)
Lennart Poettering781bc442019-01-18 16:07:45 +0100719 r = log_warning_errno(errno, "Failed to remove \"%s\", ignoring: %m", sub_path);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500720
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200721 deleted = true;
722 }
723 }
724
725finish:
726 if (deleted) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500727 char a[FORMAT_TIMESTAMP_MAX], b[FORMAT_TIMESTAMP_MAX];
Lennart Poettering76e15a92019-01-18 15:51:13 +0100728 usec_t age1, age2;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200729
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500730 age1 = timespec_load(&ds->st_atim);
731 age2 = timespec_load(&ds->st_mtim);
Lennart Poettering76e15a92019-01-18 15:51:13 +0100732
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500733 log_debug("Restoring access and modification time on \"%s\": %s, %s",
734 p,
735 format_timestamp_us(a, sizeof(a), age1),
736 format_timestamp_us(b, sizeof(b), age2));
Lennart Poettering76e15a92019-01-18 15:51:13 +0100737
738 /* Restore original directory timestamps */
739 if (futimens(dirfd(d), (struct timespec[]) {
740 ds->st_atim,
741 ds->st_mtim }) < 0)
742 log_warning_errno(errno, "Failed to revert timestamps of '%s', ignoring: %m", p);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200743 }
744
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200745 return r;
746}
747
Lennart Poettering5579f852018-01-23 14:03:34 +0100748static bool dangerous_hardlinks(void) {
749 _cleanup_free_ char *value = NULL;
750 static int cached = -1;
751 int r;
752
753 /* Check whether the fs.protected_hardlinks sysctl is on. If we can't determine it we assume its off, as that's
754 * what the upstream default is. */
755
756 if (cached >= 0)
757 return cached;
758
759 r = read_one_line_file("/proc/sys/fs/protected_hardlinks", &value);
760 if (r < 0) {
761 log_debug_errno(r, "Failed to read fs.protected_hardlinks sysctl: %m");
762 return true;
763 }
764
765 r = parse_boolean(value);
766 if (r < 0) {
767 log_debug_errno(r, "Failed to parse fs.protected_hardlinks sysctl: %m");
768 return true;
769 }
770
771 cached = r == 0;
772 return cached;
773}
774
Franck Bui774f79b2018-03-02 16:13:07 +0100775static bool hardlink_vulnerable(const struct stat *st) {
Lennart Poettering5579f852018-01-23 14:03:34 +0100776 assert(st);
777
778 return !S_ISDIR(st->st_mode) && st->st_nlink > 1 && dangerous_hardlinks();
779}
780
Lennart Poettering8b364a32019-04-29 13:21:40 +0200781static mode_t process_mask_perms(mode_t mode, mode_t current) {
782
783 if ((current & 0111) == 0)
784 mode &= ~0111;
785 if ((current & 0222) == 0)
786 mode &= ~0222;
787 if ((current & 0444) == 0)
788 mode &= ~0444;
789 if (!S_ISDIR(current))
790 mode &= ~07000; /* remove sticky/sgid/suid bit, unless directory */
791
792 return mode;
793}
794
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200795static int fd_set_perms(Item *i, int fd, const char *path, const struct stat *st) {
Franck Buib206ac82018-04-13 11:39:39 +0200796 struct stat stbuf;
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200797 mode_t new_mode;
798 bool do_chown;
Franck Bui936f6bd2018-03-02 17:19:32 +0100799
800 assert(i);
801 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +0200802 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100803
804 if (!i->mode_set && !i->uid_set && !i->gid_set)
805 goto shortcut;
806
Franck Buib206ac82018-04-13 11:39:39 +0200807 if (!st) {
808 if (fstat(fd, &stbuf) < 0)
809 return log_error_errno(errno, "fstat(%s) failed: %m", path);
810 st = &stbuf;
811 }
812
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +0100813 if (hardlink_vulnerable(st))
814 return log_error_errno(SYNTHETIC_ERRNO(EPERM),
815 "Refusing to set permissions on hardlinked file %s while the fs.protected_hardlinks sysctl is turned off.",
816 path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100817
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200818 /* Do we need a chown()? */
819 do_chown =
820 (i->uid_set && i->uid != st->st_uid) ||
821 (i->gid_set && i->gid != st->st_gid);
Lennart Poettering8b364a32019-04-29 13:21:40 +0200822
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200823 /* Calculate the mode to apply */
824 new_mode = i->mode_set ? (i->mask_perms ?
825 process_mask_perms(i->mode, st->st_mode) :
826 i->mode) :
827 (st->st_mode & 07777);
Lennart Poettering8b364a32019-04-29 13:21:40 +0200828
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200829 if (i->mode_set && do_chown) {
830 /* Before we issue the chmod() let's reduce the access mode to the common bits of the old and
831 * the new mode. That way there's no time window where the file exists under the old owner
832 * with more than the old access modes — and not under the new owner with more than the new
833 * access modes either. */
834
Franck Bui936f6bd2018-03-02 17:19:32 +0100835 if (S_ISLNK(st->st_mode))
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200836 log_debug("Skipping temporary mode fix for symlink %s.", path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100837 else {
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200838 mode_t m = new_mode & st->st_mode; /* Mask new mode by old mode */
Franck Bui936f6bd2018-03-02 17:19:32 +0100839
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200840 if (((m ^ st->st_mode) & 07777) == 0)
841 log_debug("\"%s\" matches temporary mode %o already.", path, m);
Franck Bui936f6bd2018-03-02 17:19:32 +0100842 else {
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200843 log_debug("Temporarily changing \"%s\" to mode %o.", path, m);
Franck Bui4dfaa522018-04-11 16:58:49 +0200844 if (fchmod_opath(fd, m) < 0)
845 return log_error_errno(errno, "fchmod() of %s failed: %m", path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100846 }
847 }
848 }
849
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200850 if (do_chown) {
Franck Bui936f6bd2018-03-02 17:19:32 +0100851 log_debug("Changing \"%s\" to owner "UID_FMT":"GID_FMT,
852 path,
853 i->uid_set ? i->uid : UID_INVALID,
854 i->gid_set ? i->gid : GID_INVALID);
855
856 if (fchownat(fd,
857 "",
858 i->uid_set ? i->uid : UID_INVALID,
859 i->gid_set ? i->gid : GID_INVALID,
860 AT_EMPTY_PATH) < 0)
861 return log_error_errno(errno, "fchownat() of %s failed: %m", path);
862 }
863
Lennart Poetteringa9f55d02019-04-29 16:11:52 +0200864 /* Now, apply the final mode. We do this in two cases: when the user set a mode explicitly, or after a
865 * chown(), since chown()'s mangle the access mode in regards to sgid/suid in some conditions. */
866 if (i->mode_set || do_chown) {
867 if (S_ISLNK(st->st_mode))
868 log_debug("Skipping mode fix for symlink %s.", path);
869 else {
870 /* Check if the chmod() is unnecessary. Note that if we did a chown() before we always
871 * chmod() here again, since it might have mangled the bits. */
872 if (!do_chown && ((new_mode ^ st->st_mode) & 07777) == 0)
873 log_debug("\"%s\" matches mode %o already.", path, new_mode);
874 else {
875 log_debug("Changing \"%s\" to mode %o.", path, new_mode);
876 if (fchmod_opath(fd, new_mode) < 0)
877 return log_error_errno(errno, "fchmod() of %s failed: %m", path);
878 }
879 }
880 }
881
Franck Bui936f6bd2018-03-02 17:19:32 +0100882shortcut:
Lennart Poettering08c84982018-03-27 07:38:26 +0200883 return label_fix(path, 0);
Franck Bui936f6bd2018-03-02 17:19:32 +0100884}
885
Franck Bui5ec9d062018-04-13 17:31:22 +0200886static int path_open_parent_safe(const char *path) {
887 _cleanup_free_ char *dn = NULL;
888 int fd;
889
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +0100890 if (path_equal(path, "/") || !path_is_normalized(path))
891 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
892 "Failed to open parent of '%s': invalid path.",
893 path);
Franck Bui5ec9d062018-04-13 17:31:22 +0200894
895 dn = dirname_malloc(path);
896 if (!dn)
897 return log_oom();
898
David Michaelc3aa4ad2019-02-25 13:26:07 -0500899 fd = chase_symlinks(dn, arg_root, CHASE_OPEN|CHASE_SAFE|CHASE_WARN, NULL);
Franck Bui7f0704d2018-11-28 16:09:16 +0100900 if (fd < 0 && fd != -ENOLINK)
Franck Bui5ec9d062018-04-13 17:31:22 +0200901 return log_error_errno(fd, "Failed to validate path %s: %m", path);
902
903 return fd;
904}
905
Franck Buiaddc3e32018-03-20 08:58:48 +0100906static int path_open_safe(const char *path) {
907 int fd;
908
909 /* path_open_safe() returns a file descriptor opened with O_PATH after
910 * verifying that the path doesn't contain unsafe transitions, except
911 * for its final component as the function does not follow symlink. */
912
913 assert(path);
914
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +0100915 if (!path_is_normalized(path))
916 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
917 "Failed to open invalid path '%s'.",
918 path);
Franck Buiaddc3e32018-03-20 08:58:48 +0100919
David Michaelc3aa4ad2019-02-25 13:26:07 -0500920 fd = chase_symlinks(path, arg_root, CHASE_OPEN|CHASE_SAFE|CHASE_WARN|CHASE_NOFOLLOW, NULL);
Franck Bui7f0704d2018-11-28 16:09:16 +0100921 if (fd < 0 && fd != -ENOLINK)
Franck Buiaddc3e32018-03-20 08:58:48 +0100922 return log_error_errno(fd, "Failed to validate path %s: %m", path);
923
924 return fd;
925}
926
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -0500927static int path_set_perms(Item *i, const char *path) {
Lennart Poettering48b8aaa2015-04-13 15:16:54 +0200928 _cleanup_close_ int fd = -1;
Michael Olbrich1924a972014-08-17 09:45:00 +0200929
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200930 assert(i);
931 assert(path);
932
Franck Buiaddc3e32018-03-20 08:58:48 +0100933 fd = path_open_safe(path);
Franck Bui54946022018-04-26 15:45:17 +0200934 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +0100935 return fd;
Michal Sekletar780e2ee2017-08-31 12:45:25 +0200936
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200937 return fd_set_perms(i, fd, path, NULL);
Michal Schmidt062e01b2011-12-16 18:00:11 +0100938}
939
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200940static int parse_xattrs_from_arg(Item *i) {
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100941 const char *p;
942 int r;
943
944 assert(i);
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500945 assert(i->argument);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100946
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100947 p = i->argument;
948
Lennart Poettering4034a062015-03-23 18:55:36 +0700949 for (;;) {
Franck Bui4cef1922017-11-16 11:27:29 +0100950 _cleanup_free_ char *name = NULL, *value = NULL, *xattr = NULL;
Lennart Poettering4034a062015-03-23 18:55:36 +0700951
Richard Maw12ba2c42015-06-23 16:26:49 +0000952 r = extract_first_word(&p, &xattr, NULL, EXTRACT_QUOTES|EXTRACT_CUNESCAPE);
Lennart Poettering4034a062015-03-23 18:55:36 +0700953 if (r < 0)
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200954 log_warning_errno(r, "Failed to parse extended attribute '%s', ignoring: %m", p);
Lennart Poettering4034a062015-03-23 18:55:36 +0700955 if (r <= 0)
956 break;
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500957
Franck Bui4cef1922017-11-16 11:27:29 +0100958 r = split_pair(xattr, "=", &name, &value);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100959 if (r < 0) {
Lennart Poettering4034a062015-03-23 18:55:36 +0700960 log_warning_errno(r, "Failed to parse extended attribute, ignoring: %s", xattr);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100961 continue;
962 }
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500963
Lennart Poettering4034a062015-03-23 18:55:36 +0700964 if (isempty(name) || isempty(value)) {
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200965 log_warning("Malformed extended attribute found, ignoring: %s", xattr);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100966 continue;
967 }
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500968
Lennart Poettering4034a062015-03-23 18:55:36 +0700969 if (strv_push_pair(&i->xattrs, name, value) < 0)
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100970 return log_oom();
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500971
Lennart Poettering4034a062015-03-23 18:55:36 +0700972 name = value = NULL;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100973 }
974
Lennart Poettering4034a062015-03-23 18:55:36 +0700975 return 0;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100976}
977
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200978static int fd_set_xattrs(Item *i, int fd, const char *path, const struct stat *st) {
Lennart Poettering34d26772018-03-23 15:41:33 +0100979 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100980 char **name, **value;
981
982 assert(i);
Franck Bui936f6bd2018-03-02 17:19:32 +0100983 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +0200984 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100985
986 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100987
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100988 STRV_FOREACH_PAIR(name, value, i->xattrs) {
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200989 log_debug("Setting extended attribute '%s=%s' on %s.", *name, *value, path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100990 if (setxattr(procfs_path, *name, *value, strlen(*value), 0) < 0)
Zbigniew Jędrzejewski-Szmek25f027c2017-05-13 11:26:55 -0400991 return log_error_errno(errno, "Setting extended attribute %s=%s on %s failed: %m",
992 *name, *value, path);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100993 }
994 return 0;
995}
996
Franck Bui936f6bd2018-03-02 17:19:32 +0100997static int path_set_xattrs(Item *i, const char *path) {
998 _cleanup_close_ int fd = -1;
999
1000 assert(i);
1001 assert(path);
1002
Franck Buiaddc3e32018-03-20 08:58:48 +01001003 fd = path_open_safe(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001004 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +01001005 return fd;
Franck Bui936f6bd2018-03-02 17:19:32 +01001006
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001007 return fd_set_xattrs(i, fd, path, NULL);
Franck Bui936f6bd2018-03-02 17:19:32 +01001008}
1009
Lennart Poetteringbd550f72015-04-10 16:03:24 +02001010static int parse_acls_from_arg(Item *item) {
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02001011#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001012 int r;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001013
1014 assert(item);
1015
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001016 /* If force (= modify) is set, we will not modify the acl
1017 * afterwards, so the mask can be added now if necessary. */
Lennart Poetteringbd550f72015-04-10 16:03:24 +02001018
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001019 r = parse_acl(item->argument, &item->acl_access, &item->acl_default, !item->force);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001020 if (r < 0)
Lennart Poettering4034a062015-03-23 18:55:36 +07001021 log_warning_errno(r, "Failed to parse ACL \"%s\": %m. Ignoring", item->argument);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001022#else
Zbigniew Jędrzejewski-Szmek886cf312018-11-21 08:23:20 +01001023 log_warning_errno(SYNTHETIC_ERRNO(ENOSYS), "ACLs are not supported. Ignoring");
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001024#endif
1025
1026 return 0;
1027}
1028
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02001029#if HAVE_ACL
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001030static int path_set_acl(const char *path, const char *pretty, acl_type_t type, acl_t acl, bool modify) {
1031 _cleanup_(acl_free_charpp) char *t = NULL;
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001032 _cleanup_(acl_freep) acl_t dup = NULL;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001033 int r;
1034
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001035 /* Returns 0 for success, positive error if already warned,
1036 * negative error otherwise. */
1037
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001038 if (modify) {
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001039 r = acls_for_file(path, type, acl, &dup);
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001040 if (r < 0)
1041 return r;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001042
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001043 r = calc_acl_mask_if_needed(&dup);
1044 if (r < 0)
1045 return r;
1046 } else {
1047 dup = acl_dup(acl);
1048 if (!dup)
1049 return -errno;
1050
1051 /* the mask was already added earlier if needed */
1052 }
1053
1054 r = add_base_acls_if_needed(&dup, path);
1055 if (r < 0)
1056 return r;
1057
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001058 t = acl_to_any_text(dup, NULL, ',', TEXT_ABBREVIATE);
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001059 log_debug("Setting %s ACL %s on %s.",
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001060 type == ACL_TYPE_ACCESS ? "access" : "default",
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001061 strna(t), pretty);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001062
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001063 r = acl_set_file(path, type, dup);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001064 if (r < 0)
Lennart Poettering3ea40b72015-04-10 14:44:52 +02001065 /* Return positive to indicate we already warned */
1066 return -log_error_errno(errno,
1067 "Setting %s ACL \"%s\" on %s failed: %m",
1068 type == ACL_TYPE_ACCESS ? "access" : "default",
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001069 strna(t), pretty);
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001070
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001071 return 0;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001072}
Zbigniew Jędrzejewski-Szmek35888b62015-02-02 20:28:39 -05001073#endif
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001074
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001075static int fd_set_acls(Item *item, int fd, const char *path, const struct stat *st) {
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001076 int r = 0;
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02001077#if HAVE_ACL
Lennart Poettering34d26772018-03-23 15:41:33 +01001078 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Franck Buib206ac82018-04-13 11:39:39 +02001079 struct stat stbuf;
Franck Bui936f6bd2018-03-02 17:19:32 +01001080
1081 assert(item);
1082 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001083 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001084
Franck Buib206ac82018-04-13 11:39:39 +02001085 if (!st) {
1086 if (fstat(fd, &stbuf) < 0)
1087 return log_error_errno(errno, "fstat(%s) failed: %m", path);
1088 st = &stbuf;
1089 }
1090
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01001091 if (hardlink_vulnerable(st))
1092 return log_error_errno(SYNTHETIC_ERRNO(EPERM),
1093 "Refusing to set ACLs on hardlinked file %s while the fs.protected_hardlinks sysctl is turned off.",
1094 path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001095
1096 if (S_ISLNK(st->st_mode)) {
1097 log_debug("Skipping ACL fix for symlink %s.", path);
1098 return 0;
1099 }
1100
1101 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
1102
1103 if (item->acl_access)
1104 r = path_set_acl(procfs_path, path, ACL_TYPE_ACCESS, item->acl_access, item->force);
1105
remueller26673852018-07-16 16:56:01 +02001106 /* set only default acls to folders */
1107 if (r == 0 && item->acl_default && S_ISDIR(st->st_mode))
Franck Bui936f6bd2018-03-02 17:19:32 +01001108 r = path_set_acl(procfs_path, path, ACL_TYPE_DEFAULT, item->acl_default, item->force);
1109
1110 if (r > 0)
1111 return -r; /* already warned */
1112 if (r == -EOPNOTSUPP) {
1113 log_debug_errno(r, "ACLs not supported by file system at %s", path);
1114 return 0;
1115 }
1116 if (r < 0)
1117 return log_error_errno(r, "ACL operation on \"%s\" failed: %m", path);
1118#endif
1119 return r;
1120}
1121
1122static int path_set_acls(Item *item, const char *path) {
1123 int r = 0;
Yu Watanabe545cdb92018-06-29 16:26:49 +09001124#if HAVE_ACL
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001125 _cleanup_close_ int fd = -1;
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001126
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001127 assert(item);
1128 assert(path);
1129
Franck Buiaddc3e32018-03-20 08:58:48 +01001130 fd = path_open_safe(path);
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001131 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +01001132 return fd;
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001133
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001134 r = fd_set_acls(item, fd, path, NULL);
Yu Watanabe545cdb92018-06-29 16:26:49 +09001135#endif
1136 return r;
1137}
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001138
Lennart Poetteringbd550f72015-04-10 16:03:24 +02001139static int parse_attribute_from_arg(Item *item) {
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001140
1141 static const struct {
1142 char character;
1143 unsigned value;
1144 } attributes[] = {
1145 { 'A', FS_NOATIME_FL }, /* do not update atime */
1146 { 'S', FS_SYNC_FL }, /* Synchronous updates */
1147 { 'D', FS_DIRSYNC_FL }, /* dirsync behaviour (directories only) */
1148 { 'a', FS_APPEND_FL }, /* writes to file may only append */
1149 { 'c', FS_COMPR_FL }, /* Compress file */
1150 { 'd', FS_NODUMP_FL }, /* do not dump file */
kpengboy8c35b2c2016-05-29 08:31:14 -07001151 { 'e', FS_EXTENT_FL }, /* Extents */
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001152 { 'i', FS_IMMUTABLE_FL }, /* Immutable file */
1153 { 'j', FS_JOURNAL_DATA_FL }, /* Reserved for ext3 */
1154 { 's', FS_SECRM_FL }, /* Secure deletion */
1155 { 'u', FS_UNRM_FL }, /* Undelete */
1156 { 't', FS_NOTAIL_FL }, /* file tail should not be merged */
AsciiWolf13e785f2017-02-24 18:14:02 +01001157 { 'T', FS_TOPDIR_FL }, /* Top of directory hierarchies */
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001158 { 'C', FS_NOCOW_FL }, /* Do not cow file */
Lennart Poettering75006472019-03-28 18:35:03 +01001159 { 'P', FS_PROJINHERIT_FL }, /* Inherit the quota project ID */
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001160 };
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001161
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001162 enum {
1163 MODE_ADD,
1164 MODE_DEL,
1165 MODE_SET
1166 } mode = MODE_ADD;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001167
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001168 unsigned value = 0, mask = 0;
1169 const char *p;
1170
1171 assert(item);
1172
1173 p = item->argument;
1174 if (p) {
1175 if (*p == '+') {
1176 mode = MODE_ADD;
1177 p++;
1178 } else if (*p == '-') {
1179 mode = MODE_DEL;
1180 p++;
1181 } else if (*p == '=') {
1182 mode = MODE_SET;
1183 p++;
1184 }
1185 }
1186
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01001187 if (isempty(p) && mode != MODE_SET)
1188 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
1189 "Setting file attribute on '%s' needs an attribute specification.",
1190 item->path);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001191
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001192 for (; p && *p ; p++) {
1193 unsigned i, v;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001194
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001195 for (i = 0; i < ELEMENTSOF(attributes); i++)
1196 if (*p == attributes[i].character)
1197 break;
1198
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01001199 if (i >= ELEMENTSOF(attributes))
1200 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
1201 "Unknown file attribute '%c' on '%s'.",
1202 *p, item->path);
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001203
1204 v = attributes[i].value;
1205
Andreas Rammhold37420952017-09-29 00:37:23 +02001206 SET_FLAG(value, v, IN_SET(mode, MODE_ADD, MODE_SET));
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001207
1208 mask |= v;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001209 }
1210
1211 if (mode == MODE_SET)
Lennart Poetteringd629ba72019-03-28 18:41:39 +01001212 mask |= CHATTR_ALL_FL;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001213
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001214 assert(mask != 0);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001215
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001216 item->attribute_mask = mask;
1217 item->attribute_value = value;
1218 item->attribute_set = true;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001219
1220 return 0;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001221}
1222
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001223static int fd_set_attribute(Item *item, int fd, const char *path, const struct stat *st) {
Franck Bui936f6bd2018-03-02 17:19:32 +01001224 _cleanup_close_ int procfs_fd = -1;
Franck Buib206ac82018-04-13 11:39:39 +02001225 struct stat stbuf;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001226 unsigned f;
1227 int r;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001228
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001229 assert(item);
1230 assert(fd);
1231 assert(path);
1232
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001233 if (!item->attribute_set || item->attribute_mask == 0)
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001234 return 0;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001235
Franck Buib206ac82018-04-13 11:39:39 +02001236 if (!st) {
1237 if (fstat(fd, &stbuf) < 0)
1238 return log_error_errno(errno, "fstat(%s) failed: %m", path);
1239 st = &stbuf;
1240 }
1241
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001242 /* Issuing the file attribute ioctls on device nodes is not
1243 * safe, as that will be delivered to the drivers, not the
1244 * file system containing the device node. */
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01001245 if (!S_ISREG(st->st_mode) && !S_ISDIR(st->st_mode))
1246 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
1247 "Setting file flags is only supported on regular files and directories, cannot set on '%s'.",
1248 path);
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001249
1250 f = item->attribute_value & item->attribute_mask;
1251
1252 /* Mask away directory-specific flags */
Franck Bui936f6bd2018-03-02 17:19:32 +01001253 if (!S_ISDIR(st->st_mode))
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001254 f &= ~FS_DIRSYNC_FL;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001255
Lennart Poetteringf2324782018-03-26 13:25:51 +02001256 procfs_fd = fd_reopen(fd, O_RDONLY|O_CLOEXEC|O_NOATIME);
Franck Bui936f6bd2018-03-02 17:19:32 +01001257 if (procfs_fd < 0)
Lennart Poetteringc3e03772018-08-06 20:19:52 +02001258 return log_error_errno(procfs_fd, "Failed to re-open '%s': %m", path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001259
Lennart Poetteringdb9a4252018-06-25 20:04:07 +02001260 r = chattr_fd(procfs_fd, f, item->attribute_mask, NULL);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001261 if (r < 0)
Yu Watanabe4c701092017-10-04 23:01:32 +09001262 log_full_errno(IN_SET(r, -ENOTTY, -EOPNOTSUPP) ? LOG_DEBUG : LOG_WARNING,
Lennart Poetteringad75a972015-07-22 22:02:14 +02001263 r,
Lennart Poettering15b45fa2018-08-06 15:44:47 +02001264 "Cannot set file attribute for '%s', value=0x%08x, mask=0x%08x, ignoring: %m",
Lennart Poetteringad75a972015-07-22 22:02:14 +02001265 path, item->attribute_value, item->attribute_mask);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001266
1267 return 0;
1268}
1269
Franck Bui936f6bd2018-03-02 17:19:32 +01001270static int path_set_attribute(Item *item, const char *path) {
1271 _cleanup_close_ int fd = -1;
Franck Bui936f6bd2018-03-02 17:19:32 +01001272
1273 if (!item->attribute_set || item->attribute_mask == 0)
1274 return 0;
1275
Franck Buiaddc3e32018-03-20 08:58:48 +01001276 fd = path_open_safe(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001277 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +01001278 return fd;
Franck Bui936f6bd2018-03-02 17:19:32 +01001279
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001280 return fd_set_attribute(item, fd, path, NULL);
Franck Bui936f6bd2018-03-02 17:19:32 +01001281}
1282
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001283static int write_one_file(Item *i, const char *path) {
Franck Bui551470e2018-04-13 17:54:09 +02001284 _cleanup_close_ int fd = -1, dir_fd = -1;
1285 char *bn;
Franck Bui31c84ff2018-04-13 09:19:24 +02001286 int r;
1287
1288 assert(i);
1289 assert(path);
1290 assert(i->argument);
1291 assert(i->type == WRITE_FILE);
1292
Franck Bui551470e2018-04-13 17:54:09 +02001293 /* Validate the path and keep the fd on the directory for opening the
1294 * file so we're sure that it can't be changed behind our back. */
1295 dir_fd = path_open_parent_safe(path);
1296 if (dir_fd < 0)
1297 return dir_fd;
1298
1299 bn = basename(path);
1300
Franck Bui31c84ff2018-04-13 09:19:24 +02001301 /* Follows symlinks */
Franck Bui551470e2018-04-13 17:54:09 +02001302 fd = openat(dir_fd, bn, O_NONBLOCK|O_CLOEXEC|O_WRONLY|O_NOCTTY, i->mode);
Franck Bui31c84ff2018-04-13 09:19:24 +02001303 if (fd < 0) {
1304 if (errno == ENOENT) {
1305 log_debug_errno(errno, "Not writing missing file \"%s\": %m", path);
1306 return 0;
1307 }
1308 return log_error_errno(errno, "Failed to open file \"%s\": %m", path);
1309 }
1310
1311 /* 'w' is allowed to write into any kind of files. */
1312 log_debug("Writing to \"%s\".", path);
1313
1314 r = loop_write(fd, i->argument, strlen(i->argument), false);
1315 if (r < 0)
1316 return log_error_errno(r, "Failed to write file \"%s\": %m", path);
1317
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001318 return fd_set_perms(i, fd, path, NULL);
Franck Bui31c84ff2018-04-13 09:19:24 +02001319}
1320
1321static int create_file(Item *i, const char *path) {
Franck Bui5ec9d062018-04-13 17:31:22 +02001322 _cleanup_close_ int fd = -1, dir_fd = -1;
1323 struct stat stbuf, *st = NULL;
1324 int r = 0;
1325 char *bn;
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001326
Lennart Poettering874f1942014-06-10 22:48:56 +02001327 assert(i);
1328 assert(path);
Franck Bui5ec9d062018-04-13 17:31:22 +02001329 assert(i->type == CREATE_FILE);
Lennart Poettering874f1942014-06-10 22:48:56 +02001330
Franck Bui5ec9d062018-04-13 17:31:22 +02001331 /* 'f' operates on regular files exclusively. */
1332
1333 /* Validate the path and keep the fd on the directory for opening the
1334 * file so we're sure that it can't be changed behind our back. */
1335 dir_fd = path_open_parent_safe(path);
1336 if (dir_fd < 0)
1337 return dir_fd;
1338
1339 bn = basename(path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001340
Lennart Poettering43ad6e32014-06-18 00:01:39 +02001341 RUN_WITH_UMASK(0000) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001342 mac_selinux_create_file_prepare(path, S_IFREG);
Franck Bui5ec9d062018-04-13 17:31:22 +02001343 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 +02001344 mac_selinux_create_file_clear();
Lennart Poettering5c0d3982013-04-04 03:39:39 +02001345 }
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001346
1347 if (fd < 0) {
Franck Bui5ec9d062018-04-13 17:31:22 +02001348 /* Even on a read-only filesystem, open(2) returns EEXIST if the
1349 * file already exists. It returns EROFS only if it needs to
1350 * create the file. */
1351 if (errno != EEXIST)
1352 return log_error_errno(errno, "Failed to create file %s: %m", path);
1353
1354 /* Re-open the file. At that point it must exist since open(2)
1355 * failed with EEXIST. We still need to check if the perms/mode
1356 * need to be changed. For read-only filesystems, we let
1357 * fd_set_perms() report the error if the perms need to be
1358 * modified. */
1359 fd = openat(dir_fd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH, i->mode);
1360 if (fd < 0)
1361 return log_error_errno(errno, "Failed to re-open file %s: %m", path);
1362
1363 if (fstat(fd, &stbuf) < 0)
1364 return log_error_errno(errno, "stat(%s) failed: %m", path);
1365
1366 if (!S_ISREG(stbuf.st_mode)) {
1367 log_error("%s exists and is not a regular file.", path);
1368 return -EEXIST;
Lennart Poettering49e87292018-01-24 10:54:10 +01001369 }
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001370
Franck Bui5ec9d062018-04-13 17:31:22 +02001371 st = &stbuf;
1372 } else {
Michael Olbrichf44b28f2015-04-30 20:50:38 +02001373
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001374 log_debug("\"%s\" has been created.", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001375
Franck Bui5ec9d062018-04-13 17:31:22 +02001376 if (i->argument) {
1377 log_debug("Writing to \"%s\".", path);
Dave Reisner3612fbc2012-09-12 16:21:00 -04001378
Franck Bui5ec9d062018-04-13 17:31:22 +02001379 r = loop_write(fd, i->argument, strlen(i->argument), false);
1380 if (r < 0)
1381 return log_error_errno(r, "Failed to write file \"%s\": %m", path);
1382 }
1383 }
1384
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001385 return fd_set_perms(i, fd, path, st);
Franck Bui5ec9d062018-04-13 17:31:22 +02001386}
1387
1388static int truncate_file(Item *i, const char *path) {
Franck Bui14ab8042018-04-13 17:50:49 +02001389 _cleanup_close_ int fd = -1, dir_fd = -1;
Franck Bui5ec9d062018-04-13 17:31:22 +02001390 struct stat stbuf, *st = NULL;
1391 bool erofs = false;
1392 int r = 0;
Franck Bui14ab8042018-04-13 17:50:49 +02001393 char *bn;
Franck Bui5ec9d062018-04-13 17:31:22 +02001394
1395 assert(i);
1396 assert(path);
1397 assert(i->type == TRUNCATE_FILE);
1398
1399 /* We want to operate on regular file exclusively especially since
1400 * O_TRUNC is unspecified if the file is neither a regular file nor a
1401 * fifo nor a terminal device. Therefore we first open the file and make
1402 * sure it's a regular one before truncating it. */
1403
Franck Bui14ab8042018-04-13 17:50:49 +02001404 /* Validate the path and keep the fd on the directory for opening the
1405 * file so we're sure that it can't be changed behind our back. */
1406 dir_fd = path_open_parent_safe(path);
1407 if (dir_fd < 0)
1408 return dir_fd;
1409
1410 bn = basename(path);
1411
Franck Bui5ec9d062018-04-13 17:31:22 +02001412 RUN_WITH_UMASK(0000) {
1413 mac_selinux_create_file_prepare(path, S_IFREG);
Franck Bui14ab8042018-04-13 17:50:49 +02001414 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 +02001415 mac_selinux_create_file_clear();
1416 }
1417
1418 if (fd < 0) {
1419 if (errno != EROFS)
1420 return log_error_errno(errno, "Failed to open/create file %s: %m", path);
1421
1422 /* On a read-only filesystem, we don't want to fail if the
1423 * target is already empty and the perms are set. So we still
1424 * proceed with the sanity checks and let the remaining
1425 * operations fail with EROFS if they try to modify the target
1426 * file. */
1427
Franck Bui14ab8042018-04-13 17:50:49 +02001428 fd = openat(dir_fd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH, i->mode);
Franck Bui5ec9d062018-04-13 17:31:22 +02001429 if (fd < 0) {
1430 if (errno == ENOENT) {
1431 log_error("Cannot create file %s on a read-only file system.", path);
1432 return -EROFS;
1433 }
1434
1435 return log_error_errno(errno, "Failed to re-open file %s: %m", path);
1436 }
1437
1438 erofs = true;
1439 }
1440
1441 if (fstat(fd, &stbuf) < 0)
Michal Schmidt4a62c712014-11-28 19:57:32 +01001442 return log_error_errno(errno, "stat(%s) failed: %m", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001443
Franck Bui5ec9d062018-04-13 17:31:22 +02001444 if (!S_ISREG(stbuf.st_mode)) {
1445 log_error("%s exists and is not a regular file.", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001446 return -EEXIST;
1447 }
1448
Franck Bui5ec9d062018-04-13 17:31:22 +02001449 if (stbuf.st_size > 0) {
1450 if (ftruncate(fd, 0) < 0) {
1451 r = erofs ? -EROFS : -errno;
1452 return log_error_errno(r, "Failed to truncate file %s: %m", path);
1453 }
1454 } else
1455 st = &stbuf;
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001456
Franck Bui5ec9d062018-04-13 17:31:22 +02001457 log_debug("\"%s\" has been created.", path);
1458
1459 if (i->argument) {
1460 log_debug("Writing to \"%s\".", path);
1461
1462 r = loop_write(fd, i->argument, strlen(i->argument), false);
1463 if (r < 0) {
1464 r = erofs ? -EROFS : r;
1465 return log_error_errno(r, "Failed to write file %s: %m", path);
1466 }
1467 }
1468
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001469 return fd_set_perms(i, fd, path, st);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001470}
1471
Franck Buib1f7b172018-04-12 12:19:22 +02001472static int copy_files(Item *i) {
Franck Bui16ba55a2018-04-12 12:55:22 +02001473 _cleanup_close_ int dfd = -1, fd = -1;
1474 char *bn;
Franck Buib1f7b172018-04-12 12:19:22 +02001475 int r;
1476
1477 log_debug("Copying tree \"%s\" to \"%s\".", i->argument, i->path);
1478
Franck Bui16ba55a2018-04-12 12:55:22 +02001479 bn = basename(i->path);
Franck Buib1f7b172018-04-12 12:19:22 +02001480
Franck Bui16ba55a2018-04-12 12:55:22 +02001481 /* Validate the path and use the returned directory fd for copying the
1482 * target so we're sure that the path can't be changed behind our
1483 * back. */
1484 dfd = path_open_parent_safe(i->path);
1485 if (dfd < 0)
1486 return dfd;
Franck Buib1f7b172018-04-12 12:19:22 +02001487
Franck Bui16ba55a2018-04-12 12:55:22 +02001488 r = copy_tree_at(AT_FDCWD, i->argument,
1489 dfd, bn,
1490 i->uid_set ? i->uid : UID_INVALID,
1491 i->gid_set ? i->gid : GID_INVALID,
Ryan Gonzaleza6f44642019-01-06 18:12:31 -06001492 COPY_REFLINK | COPY_MERGE_EMPTY);
Franck Buib1f7b172018-04-12 12:19:22 +02001493 if (r < 0) {
1494 struct stat a, b;
1495
Franck Bui16ba55a2018-04-12 12:55:22 +02001496 /* If the target already exists on read-only filesystems, trying
1497 * to create the target will not fail with EEXIST but with
1498 * EROFS. */
1499 if (r == -EROFS && faccessat(dfd, bn, F_OK, AT_SYMLINK_NOFOLLOW) == 0)
1500 r = -EEXIST;
1501
Franck Buib1f7b172018-04-12 12:19:22 +02001502 if (r != -EEXIST)
1503 return log_error_errno(r, "Failed to copy files to %s: %m", i->path);
1504
1505 if (stat(i->argument, &a) < 0)
1506 return log_error_errno(errno, "stat(%s) failed: %m", i->argument);
1507
Franck Bui16ba55a2018-04-12 12:55:22 +02001508 if (fstatat(dfd, bn, &b, AT_SYMLINK_NOFOLLOW) < 0)
Franck Buib1f7b172018-04-12 12:19:22 +02001509 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
1510
1511 if ((a.st_mode ^ b.st_mode) & S_IFMT) {
1512 log_debug("Can't copy to %s, file exists already and is of different type", i->path);
1513 return 0;
1514 }
1515 }
1516
Franck Bui16ba55a2018-04-12 12:55:22 +02001517 fd = openat(dfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1518 if (fd < 0)
1519 return log_error_errno(errno, "Failed to openat(%s): %m", i->path);
1520
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001521 return fd_set_perms(i, fd, i->path, NULL);
Franck Buib1f7b172018-04-12 12:19:22 +02001522}
1523
Franck Bui074bd732018-04-12 18:10:57 +02001524typedef enum {
1525 CREATION_NORMAL,
1526 CREATION_EXISTING,
1527 CREATION_FORCE,
1528 _CREATION_MODE_MAX,
1529 _CREATION_MODE_INVALID = -1
1530} CreationMode;
1531
Lennart Poetteringb82f71c2019-03-22 19:19:32 +01001532static const char *const creation_mode_verb_table[_CREATION_MODE_MAX] = {
Franck Bui074bd732018-04-12 18:10:57 +02001533 [CREATION_NORMAL] = "Created",
1534 [CREATION_EXISTING] = "Found existing",
1535 [CREATION_FORCE] = "Created replacement",
1536};
1537
1538DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING(creation_mode_verb, CreationMode);
1539
Franck Buif17a8d62018-08-06 12:29:54 +02001540static int create_directory_or_subvolume(const char *path, mode_t mode, bool subvol, CreationMode *creation) {
Franck Bui4c39d892018-04-27 11:51:14 +02001541 _cleanup_close_ int pfd = -1;
Franck Buif17a8d62018-08-06 12:29:54 +02001542 CreationMode c;
Franck Bui4c39d892018-04-27 11:51:14 +02001543 int r;
Franck Bui4ad36842018-04-26 14:54:20 +02001544
Franck Bui4c39d892018-04-27 11:51:14 +02001545 assert(path);
Franck Bui4ad36842018-04-26 14:54:20 +02001546
Franck Buif17a8d62018-08-06 12:29:54 +02001547 if (!creation)
1548 creation = &c;
1549
Franck Bui4c39d892018-04-27 11:51:14 +02001550 pfd = path_open_parent_safe(path);
1551 if (pfd < 0)
1552 return pfd;
Franck Bui4ad36842018-04-26 14:54:20 +02001553
Franck Bui4c39d892018-04-27 11:51:14 +02001554 if (subvol) {
Franck Bui4ad36842018-04-26 14:54:20 +02001555 if (btrfs_is_subvol(empty_to_root(arg_root)) <= 0)
1556
1557 /* Don't create a subvolume unless the root directory is
1558 * one, too. We do this under the assumption that if the
1559 * root directory is just a plain directory (i.e. very
1560 * light-weight), we shouldn't try to split it up into
1561 * subvolumes (i.e. more heavy-weight). Thus, chroot()
1562 * environments and suchlike will get a full brtfs
1563 * subvolume set up below their tree only if they
1564 * specifically set up a btrfs subvolume for the root
1565 * dir too. */
1566
Franck Bui4c39d892018-04-27 11:51:14 +02001567 subvol = false;
Franck Bui4ad36842018-04-26 14:54:20 +02001568 else {
Franck Bui4c39d892018-04-27 11:51:14 +02001569 RUN_WITH_UMASK((~mode) & 0777)
1570 r = btrfs_subvol_make_fd(pfd, basename(path));
Franck Bui4ad36842018-04-26 14:54:20 +02001571 }
1572 } else
1573 r = 0;
1574
Franck Bui4c39d892018-04-27 11:51:14 +02001575 if (!subvol || r == -ENOTTY)
Franck Bui4ad36842018-04-26 14:54:20 +02001576 RUN_WITH_UMASK(0000)
Franck Bui4c39d892018-04-27 11:51:14 +02001577 r = mkdirat_label(pfd, basename(path), mode);
Franck Bui4ad36842018-04-26 14:54:20 +02001578
1579 if (r < 0) {
1580 int k;
1581
1582 if (!IN_SET(r, -EEXIST, -EROFS))
Franck Bui4c39d892018-04-27 11:51:14 +02001583 return log_error_errno(r, "Failed to create directory or subvolume \"%s\": %m", path);
Franck Bui4ad36842018-04-26 14:54:20 +02001584
Franck Bui4c39d892018-04-27 11:51:14 +02001585 k = is_dir_fd(pfd);
Franck Bui4ad36842018-04-26 14:54:20 +02001586 if (k == -ENOENT && r == -EROFS)
Franck Bui4c39d892018-04-27 11:51:14 +02001587 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 +02001588 if (k < 0)
Franck Bui4c39d892018-04-27 11:51:14 +02001589 return log_error_errno(k, "Failed to check if %s exists: %m", path);
Franck Bui4ad36842018-04-26 14:54:20 +02001590 if (!k) {
Franck Bui4c39d892018-04-27 11:51:14 +02001591 log_warning("\"%s\" already exists and is not a directory.", path);
1592 return -EEXIST;
Franck Bui4ad36842018-04-26 14:54:20 +02001593 }
1594
Franck Buif17a8d62018-08-06 12:29:54 +02001595 *creation = CREATION_EXISTING;
Franck Bui4ad36842018-04-26 14:54:20 +02001596 } else
Franck Buif17a8d62018-08-06 12:29:54 +02001597 *creation = CREATION_NORMAL;
Franck Bui4ad36842018-04-26 14:54:20 +02001598
Franck Buif17a8d62018-08-06 12:29:54 +02001599 log_debug("%s directory \"%s\".", creation_mode_verb_to_string(*creation), path);
Franck Bui4c39d892018-04-27 11:51:14 +02001600
1601 r = openat(pfd, basename(path), O_NOCTTY|O_CLOEXEC|O_DIRECTORY);
1602 if (r < 0)
Lennart Poettering09f12792018-08-06 15:44:24 +02001603 return log_error_errno(errno, "Failed to open directory '%s': %m", basename(path));
1604
Franck Bui4c39d892018-04-27 11:51:14 +02001605 return r;
1606}
1607
1608static int create_directory(Item *i, const char *path) {
1609 _cleanup_close_ int fd = -1;
1610
1611 assert(i);
1612 assert(IN_SET(i->type, CREATE_DIRECTORY, TRUNCATE_DIRECTORY));
1613
Franck Buif17a8d62018-08-06 12:29:54 +02001614 fd = create_directory_or_subvolume(path, i->mode, false, NULL);
Franck Bui4c39d892018-04-27 11:51:14 +02001615 if (fd == -EEXIST)
1616 return 0;
1617 if (fd < 0)
1618 return fd;
1619
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001620 return fd_set_perms(i, fd, path, NULL);
Franck Bui4c39d892018-04-27 11:51:14 +02001621}
1622
1623static int create_subvolume(Item *i, const char *path) {
1624 _cleanup_close_ int fd = -1;
Franck Buif17a8d62018-08-06 12:29:54 +02001625 CreationMode creation;
Franck Bui4c39d892018-04-27 11:51:14 +02001626 int r, q = 0;
1627
1628 assert(i);
1629 assert(IN_SET(i->type, CREATE_SUBVOLUME, CREATE_SUBVOLUME_NEW_QUOTA, CREATE_SUBVOLUME_INHERIT_QUOTA));
1630
Franck Buif17a8d62018-08-06 12:29:54 +02001631 fd = create_directory_or_subvolume(path, i->mode, true, &creation);
Franck Bui4c39d892018-04-27 11:51:14 +02001632 if (fd == -EEXIST)
1633 return 0;
1634 if (fd < 0)
1635 return fd;
Franck Bui4ad36842018-04-26 14:54:20 +02001636
Franck Buif17a8d62018-08-06 12:29:54 +02001637 if (creation == CREATION_NORMAL &&
1638 IN_SET(i->type, CREATE_SUBVOLUME_NEW_QUOTA, CREATE_SUBVOLUME_INHERIT_QUOTA)) {
Franck Bui4c39d892018-04-27 11:51:14 +02001639 r = btrfs_subvol_auto_qgroup_fd(fd, 0, i->type == CREATE_SUBVOLUME_NEW_QUOTA);
Franck Bui4ad36842018-04-26 14:54:20 +02001640 if (r == -ENOTTY)
1641 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (unsupported fs or dir not a subvolume): %m", i->path);
1642 else if (r == -EROFS)
1643 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (fs is read-only).", i->path);
1644 else if (r == -ENOPROTOOPT)
1645 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (quota support is disabled).", i->path);
1646 else if (r < 0)
1647 q = log_error_errno(r, "Failed to adjust quota for subvolume \"%s\": %m", i->path);
1648 else if (r > 0)
1649 log_debug("Adjusted quota for subvolume \"%s\".", i->path);
1650 else if (r == 0)
1651 log_debug("Quota for subvolume \"%s\" already in place, no change made.", i->path);
1652 }
1653
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001654 r = fd_set_perms(i, fd, path, NULL);
1655 if (q < 0) /* prefer the quota change error from above */
Franck Bui4ad36842018-04-26 14:54:20 +02001656 return q;
1657
1658 return r;
1659}
1660
Franck Bui54946022018-04-26 15:45:17 +02001661static int empty_directory(Item *i, const char *path) {
1662 int r;
1663
1664 assert(i);
1665 assert(i->type == EMPTY_DIRECTORY);
1666
1667 r = is_dir(path, false);
1668 if (r == -ENOENT) {
1669 /* Option "e" operates only on existing objects. Do not
1670 * print errors about non-existent files or directories */
1671 log_debug("Skipping missing directory: %s", path);
1672 return 0;
1673 }
1674 if (r < 0)
1675 return log_error_errno(r, "is_dir() failed on path %s: %m", path);
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01001676 if (r == 0)
1677 return log_error_errno(SYNTHETIC_ERRNO(EEXIST),
1678 "'%s' already exists and is not a directory.",
1679 path);
Franck Bui54946022018-04-26 15:45:17 +02001680
1681 return path_set_perms(i, path);
1682}
1683
Franck Bui074bd732018-04-12 18:10:57 +02001684static int create_device(Item *i, mode_t file_type) {
Franck Buic7700a72018-04-12 18:33:54 +02001685 _cleanup_close_ int dfd = -1, fd = -1;
Franck Bui074bd732018-04-12 18:10:57 +02001686 CreationMode creation;
Franck Buic7700a72018-04-12 18:33:54 +02001687 char *bn;
Franck Bui074bd732018-04-12 18:10:57 +02001688 int r;
1689
1690 assert(i);
1691 assert(IN_SET(file_type, S_IFBLK, S_IFCHR));
1692
Franck Buic7700a72018-04-12 18:33:54 +02001693 bn = basename(i->path);
1694
1695 /* Validate the path and use the returned directory fd for copying the
1696 * target so we're sure that the path can't be changed behind our
1697 * back. */
1698 dfd = path_open_parent_safe(i->path);
1699 if (dfd < 0)
1700 return dfd;
1701
Franck Bui074bd732018-04-12 18:10:57 +02001702 RUN_WITH_UMASK(0000) {
1703 mac_selinux_create_file_prepare(i->path, file_type);
Franck Buic7700a72018-04-12 18:33:54 +02001704 r = mknodat(dfd, bn, i->mode | file_type, i->major_minor);
Franck Bui074bd732018-04-12 18:10:57 +02001705 mac_selinux_create_file_clear();
1706 }
1707
1708 if (r < 0) {
Franck Buic7700a72018-04-12 18:33:54 +02001709 struct stat st;
1710
Franck Bui074bd732018-04-12 18:10:57 +02001711 if (errno == EPERM) {
1712 log_debug("We lack permissions, possibly because of cgroup configuration; "
1713 "skipping creation of device node %s.", i->path);
1714 return 0;
1715 }
1716
1717 if (errno != EEXIST)
1718 return log_error_errno(errno, "Failed to create device node %s: %m", i->path);
1719
Franck Buic7700a72018-04-12 18:33:54 +02001720 if (fstatat(dfd, bn, &st, 0) < 0)
Franck Bui074bd732018-04-12 18:10:57 +02001721 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
1722
1723 if ((st.st_mode & S_IFMT) != file_type) {
1724
1725 if (i->force) {
1726
1727 RUN_WITH_UMASK(0000) {
1728 mac_selinux_create_file_prepare(i->path, file_type);
Franck Buic7700a72018-04-12 18:33:54 +02001729 /* FIXME: need to introduce mknodat_atomic() */
Franck Bui074bd732018-04-12 18:10:57 +02001730 r = mknod_atomic(i->path, i->mode | file_type, i->major_minor);
1731 mac_selinux_create_file_clear();
1732 }
1733
1734 if (r < 0)
1735 return log_error_errno(r, "Failed to create device node \"%s\": %m", i->path);
1736 creation = CREATION_FORCE;
1737 } else {
1738 log_debug("%s is not a device node.", i->path);
1739 return 0;
1740 }
1741 } else
1742 creation = CREATION_EXISTING;
1743 } else
1744 creation = CREATION_NORMAL;
1745
1746 log_debug("%s %s device node \"%s\" %u:%u.",
1747 creation_mode_verb_to_string(creation),
1748 i->type == CREATE_BLOCK_DEVICE ? "block" : "char",
1749 i->path, major(i->mode), minor(i->mode));
1750
Franck Buic7700a72018-04-12 18:33:54 +02001751 fd = openat(dfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1752 if (fd < 0)
1753 return log_error_errno(errno, "Failed to openat(%s): %m", i->path);
1754
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001755 return fd_set_perms(i, fd, i->path, NULL);
Franck Bui074bd732018-04-12 18:10:57 +02001756}
1757
Franck Buia2fc2f82018-04-27 18:11:26 +02001758static int create_fifo(Item *i, const char *path) {
Franck Bui7ea5a872018-04-27 18:17:32 +02001759 _cleanup_close_ int pfd = -1, fd = -1;
Franck Buia2fc2f82018-04-27 18:11:26 +02001760 CreationMode creation;
1761 struct stat st;
Franck Bui7ea5a872018-04-27 18:17:32 +02001762 char *bn;
Franck Buia2fc2f82018-04-27 18:11:26 +02001763 int r;
1764
Franck Bui7ea5a872018-04-27 18:17:32 +02001765 pfd = path_open_parent_safe(path);
1766 if (pfd < 0)
1767 return pfd;
1768
1769 bn = basename(path);
1770
Franck Buia2fc2f82018-04-27 18:11:26 +02001771 RUN_WITH_UMASK(0000) {
1772 mac_selinux_create_file_prepare(path, S_IFIFO);
Franck Bui7ea5a872018-04-27 18:17:32 +02001773 r = mkfifoat(pfd, bn, i->mode);
Franck Buia2fc2f82018-04-27 18:11:26 +02001774 mac_selinux_create_file_clear();
1775 }
1776
1777 if (r < 0) {
1778 if (errno != EEXIST)
1779 return log_error_errno(errno, "Failed to create fifo %s: %m", path);
1780
Franck Bui7ea5a872018-04-27 18:17:32 +02001781 if (fstatat(pfd, bn, &st, AT_SYMLINK_NOFOLLOW) < 0)
Franck Buia2fc2f82018-04-27 18:11:26 +02001782 return log_error_errno(errno, "stat(%s) failed: %m", path);
1783
1784 if (!S_ISFIFO(st.st_mode)) {
1785
1786 if (i->force) {
1787 RUN_WITH_UMASK(0000) {
1788 mac_selinux_create_file_prepare(path, S_IFIFO);
Franck Bui7ea5a872018-04-27 18:17:32 +02001789 r = mkfifoat_atomic(pfd, bn, i->mode);
Franck Buia2fc2f82018-04-27 18:11:26 +02001790 mac_selinux_create_file_clear();
1791 }
1792
1793 if (r < 0)
1794 return log_error_errno(r, "Failed to create fifo %s: %m", path);
1795 creation = CREATION_FORCE;
1796 } else {
1797 log_warning("\"%s\" already exists and is not a fifo.", path);
1798 return 0;
1799 }
1800 } else
1801 creation = CREATION_EXISTING;
1802 } else
1803 creation = CREATION_NORMAL;
Franck Bui7ea5a872018-04-27 18:17:32 +02001804
Franck Buia2fc2f82018-04-27 18:11:26 +02001805 log_debug("%s fifo \"%s\".", creation_mode_verb_to_string(creation), path);
1806
Franck Bui7ea5a872018-04-27 18:17:32 +02001807 fd = openat(pfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1808 if (fd < 0)
Lennart Poetteringa5df05f2018-08-06 15:46:01 +02001809 return log_error_errno(errno, "Failed to openat(%s): %m", path);
Franck Bui7ea5a872018-04-27 18:17:32 +02001810
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001811 return fd_set_perms(i, fd, i->path, NULL);
Franck Buia2fc2f82018-04-27 18:11:26 +02001812}
1813
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001814typedef int (*action_t)(Item *i, const char *path);
1815typedef int (*fdaction_t)(Item *i, int fd, const char *path, const struct stat *st);
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001816
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001817static int item_do(Item *i, int fd, const char *path, fdaction_t action) {
Franck Bui14f34802018-05-24 14:17:07 +02001818 struct stat st;
Franck Bui936f6bd2018-03-02 17:19:32 +01001819 int r = 0, q;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001820
1821 assert(i);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001822 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001823 assert(fd >= 0);
Franck Bui14f34802018-05-24 14:17:07 +02001824
1825 if (fstat(fd, &st) < 0) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001826 r = log_error_errno(errno, "fstat() on file failed: %m");
Franck Bui14f34802018-05-24 14:17:07 +02001827 goto finish;
1828 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001829
1830 /* This returns the first error we run into, but nevertheless
1831 * tries to go on */
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001832 r = action(i, fd, path, &st);
Michal Schmidta8d88782011-12-15 23:11:07 +01001833
Franck Bui14f34802018-05-24 14:17:07 +02001834 if (S_ISDIR(st.st_mode)) {
Zbigniew Jędrzejewski-Szmek22dd8d32018-05-11 11:09:37 +02001835 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Franck Bui936f6bd2018-03-02 17:19:32 +01001836 _cleanup_closedir_ DIR *d = NULL;
1837 struct dirent *de;
Michal Schmidta8d88782011-12-15 23:11:07 +01001838
Franck Bui936f6bd2018-03-02 17:19:32 +01001839 /* The passed 'fd' was opened with O_PATH. We need to convert
1840 * it into a 'regular' fd before reading the directory content. */
1841 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
Michal Schmidta8d88782011-12-15 23:11:07 +01001842
Franck Bui936f6bd2018-03-02 17:19:32 +01001843 d = opendir(procfs_path);
1844 if (!d) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001845 log_error_errno(errno, "Failed to opendir() '%s': %m", procfs_path);
1846 if (r == 0)
1847 r = -errno;
Franck Bui936f6bd2018-03-02 17:19:32 +01001848 goto finish;
1849 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001850
Franck Bui936f6bd2018-03-02 17:19:32 +01001851 FOREACH_DIRENT_ALL(de, d, q = -errno; goto finish) {
Franck Bui936f6bd2018-03-02 17:19:32 +01001852 int de_fd;
Michal Schmidta8d88782011-12-15 23:11:07 +01001853
Franck Bui936f6bd2018-03-02 17:19:32 +01001854 if (dot_or_dot_dot(de->d_name))
1855 continue;
Michal Schmidta8d88782011-12-15 23:11:07 +01001856
Franck Bui936f6bd2018-03-02 17:19:32 +01001857 de_fd = openat(fd, de->d_name, O_NOFOLLOW|O_CLOEXEC|O_PATH);
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001858 if (de_fd < 0)
1859 q = log_error_errno(errno, "Failed to open() file '%s': %m", de->d_name);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001860 else {
1861 _cleanup_free_ char *de_path = NULL;
1862
Zbigniew Jędrzejewski-Szmek62a85ee2018-11-30 10:43:57 +01001863 de_path = path_join(path, de->d_name);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001864 if (!de_path)
1865 q = log_oom();
1866 else
1867 /* Pass ownership of dirent fd over */
1868 q = item_do(i, de_fd, de_path, action);
1869 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001870
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001871 if (q < 0 && r == 0)
1872 r = q;
Michal Schmidta8d88782011-12-15 23:11:07 +01001873 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001874 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001875finish:
1876 safe_close(fd);
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001877 return r;
Michal Schmidta8d88782011-12-15 23:11:07 +01001878}
1879
Franck Bui936f6bd2018-03-02 17:19:32 +01001880static int glob_item(Item *i, action_t action) {
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05001881 _cleanup_globfree_ glob_t g = {
Zbigniew Jędrzejewski-Szmekebf31a12015-01-26 10:39:03 -05001882 .gl_opendir = (void *(*)(const char *)) opendir_nomod,
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05001883 };
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001884 int r = 0, k;
Michal Schmidt99e68c02011-12-15 23:45:26 +01001885 char **fn;
1886
Zbigniew Jędrzejewski-Szmek84e72b52017-04-25 23:50:35 -04001887 k = safe_glob(i->path, GLOB_NOSORT|GLOB_BRACE, &g);
1888 if (k < 0 && k != -ENOENT)
1889 return log_error_errno(k, "glob(%s) failed: %m", i->path);
Zbigniew Jędrzejewski-Szmekc84a9482013-03-24 19:09:19 -04001890
1891 STRV_FOREACH(fn, g.gl_pathv) {
1892 k = action(i, *fn);
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001893 if (k < 0 && r == 0)
Zbigniew Jędrzejewski-Szmekc84a9482013-03-24 19:09:19 -04001894 r = k;
Franck Bui936f6bd2018-03-02 17:19:32 +01001895 }
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001896
Franck Bui936f6bd2018-03-02 17:19:32 +01001897 return r;
1898}
1899
1900static int glob_item_recursively(Item *i, fdaction_t action) {
1901 _cleanup_globfree_ glob_t g = {
1902 .gl_opendir = (void *(*)(const char *)) opendir_nomod,
1903 };
1904 int r = 0, k;
1905 char **fn;
1906
1907 k = safe_glob(i->path, GLOB_NOSORT|GLOB_BRACE, &g);
1908 if (k < 0 && k != -ENOENT)
1909 return log_error_errno(k, "glob(%s) failed: %m", i->path);
1910
1911 STRV_FOREACH(fn, g.gl_pathv) {
1912 _cleanup_close_ int fd = -1;
Franck Bui936f6bd2018-03-02 17:19:32 +01001913
1914 /* Make sure we won't trigger/follow file object (such as
1915 * device nodes, automounts, ...) pointed out by 'fn' with
1916 * O_PATH. Note, when O_PATH is used, flags other than
1917 * O_CLOEXEC, O_DIRECTORY, and O_NOFOLLOW are ignored. */
1918
1919 fd = open(*fn, O_CLOEXEC|O_NOFOLLOW|O_PATH);
1920 if (fd < 0) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001921 log_error_errno(errno, "Opening '%s' failed: %m", *fn);
1922 if (r == 0)
1923 r = -errno;
Franck Bui936f6bd2018-03-02 17:19:32 +01001924 continue;
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001925 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001926
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001927 k = item_do(i, fd, *fn, action);
Franck Bui936f6bd2018-03-02 17:19:32 +01001928 if (k < 0 && r == 0)
1929 r = k;
1930
1931 /* we passed fd ownership to the previous call */
1932 fd = -1;
Michal Schmidt99e68c02011-12-15 23:45:26 +01001933 }
1934
Michal Schmidt99e68c02011-12-15 23:45:26 +01001935 return r;
1936}
1937
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001938static int create_item(Item *i) {
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001939 CreationMode creation;
Franck Buia2fc2f82018-04-27 18:11:26 +02001940 int r = 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001941
1942 assert(i);
1943
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001944 log_debug("Running create action for entry %c %s", (char) i->type, i->path);
1945
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001946 switch (i->type) {
1947
1948 case IGNORE_PATH:
Michal Sekletar78a92a52013-01-18 16:13:08 +01001949 case IGNORE_DIRECTORY_PATH:
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001950 case REMOVE_PATH:
1951 case RECURSIVE_REMOVE_PATH:
1952 return 0;
1953
1954 case CREATE_FILE:
Lennart Poettering7fa10742018-01-23 14:14:19 +01001955 RUN_WITH_UMASK(0000)
1956 (void) mkdir_parents_label(i->path, 0755);
1957
Franck Bui31c84ff2018-04-13 09:19:24 +02001958 r = create_file(i, i->path);
Dave Reisner1845fdd2012-09-27 20:48:13 -04001959 if (r < 0)
1960 return r;
1961 break;
Lennart Poettering265ffa12013-09-17 16:33:30 -05001962
Franck Bui5ec9d062018-04-13 17:31:22 +02001963 case TRUNCATE_FILE:
1964 RUN_WITH_UMASK(0000)
1965 (void) mkdir_parents_label(i->path, 0755);
1966
1967 r = truncate_file(i, i->path);
1968 if (r < 0)
1969 return r;
1970 break;
1971
Franck Bui7b887f22018-04-12 12:18:19 +02001972 case COPY_FILES:
Lennart Poettering7fa10742018-01-23 14:14:19 +01001973 RUN_WITH_UMASK(0000)
1974 (void) mkdir_parents_label(i->path, 0755);
1975
Franck Buib1f7b172018-04-12 12:19:22 +02001976 r = copy_files(i);
Lennart Poettering849958d2014-06-10 23:02:40 +02001977 if (r < 0)
1978 return r;
Lennart Poettering849958d2014-06-10 23:02:40 +02001979 break;
1980
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001981 case WRITE_FILE:
Franck Bui936f6bd2018-03-02 17:19:32 +01001982 r = glob_item(i, write_one_file);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01001983 if (r < 0)
1984 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001985
1986 break;
1987
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001988 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001989 case TRUNCATE_DIRECTORY:
Franck Bui4c39d892018-04-27 11:51:14 +02001990 RUN_WITH_UMASK(0000)
1991 (void) mkdir_parents_label(i->path, 0755);
1992
1993 r = create_directory(i, i->path);
1994 if (r < 0)
1995 return r;
1996 break;
1997
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001998 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02001999 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2000 case CREATE_SUBVOLUME_NEW_QUOTA:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002001 RUN_WITH_UMASK(0000)
Lennart Poettering7fa10742018-01-23 14:14:19 +01002002 (void) mkdir_parents_label(i->path, 0755);
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002003
Franck Bui4c39d892018-04-27 11:51:14 +02002004 r = create_subvolume(i, i->path);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01002005 if (r < 0)
2006 return r;
Franck Bui4ad36842018-04-26 14:54:20 +02002007 break;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002008
Franck Bui4ad36842018-04-26 14:54:20 +02002009 case EMPTY_DIRECTORY:
Franck Bui54946022018-04-26 15:45:17 +02002010 r = glob_item(i, empty_directory);
Franck Bui4ad36842018-04-26 14:54:20 +02002011 if (r < 0)
2012 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002013 break;
Lennart Poetteringee17ee72011-07-12 03:56:56 +02002014
2015 case CREATE_FIFO:
Franck Buia2fc2f82018-04-27 18:11:26 +02002016 RUN_WITH_UMASK(0000)
Lennart Poettering7fa10742018-01-23 14:14:19 +01002017 (void) mkdir_parents_label(i->path, 0755);
2018
Franck Buia2fc2f82018-04-27 18:11:26 +02002019 r = create_fifo(i, i->path);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01002020 if (r < 0)
2021 return r;
Lennart Poetteringee17ee72011-07-12 03:56:56 +02002022 break;
Michal Schmidta8d88782011-12-15 23:11:07 +01002023
Lennart Poettering5c5ccf12015-04-10 18:07:04 +02002024 case CREATE_SYMLINK: {
Lennart Poettering7fa10742018-01-23 14:14:19 +01002025 RUN_WITH_UMASK(0000)
2026 (void) mkdir_parents_label(i->path, 0755);
2027
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002028 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002029 r = symlink(i->argument, i->path);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002030 mac_selinux_create_file_clear();
Kay Sieverse9a5ef72012-04-17 16:05:03 +02002031
Lennart Poettering468d7262012-01-17 15:04:12 +01002032 if (r < 0) {
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002033 _cleanup_free_ char *x = NULL;
Lennart Poettering468d7262012-01-17 15:04:12 +01002034
Michal Schmidt4a62c712014-11-28 19:57:32 +01002035 if (errno != EEXIST)
Franck Bui4cef1922017-11-16 11:27:29 +01002036 return log_error_errno(errno, "symlink(%s, %s) failed: %m", i->argument, i->path);
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002037
2038 r = readlink_malloc(i->path, &x);
Franck Bui4cef1922017-11-16 11:27:29 +01002039 if (r < 0 || !streq(i->argument, x)) {
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002040
2041 if (i->force) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002042 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002043 r = symlink_atomic(i->argument, i->path);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002044 mac_selinux_create_file_clear();
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002045
Ricardo Salveti de Araujo2ef5de12018-04-03 10:05:11 -03002046 if (IN_SET(r, -EISDIR, -EEXIST, -ENOTEMPTY)) {
William Douglasb3f58972017-08-09 08:53:03 -07002047 r = rm_rf(i->path, REMOVE_ROOT|REMOVE_PHYSICAL);
2048 if (r < 0)
2049 return log_error_errno(r, "rm -fr %s failed: %m", i->path);
2050
2051 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002052 r = symlink(i->argument, i->path) < 0 ? -errno : 0;
William Douglasb3f58972017-08-09 08:53:03 -07002053 mac_selinux_create_file_clear();
2054 }
Michal Schmidtf6479622014-11-28 18:50:43 +01002055 if (r < 0)
Franck Bui4cef1922017-11-16 11:27:29 +01002056 return log_error_errno(r, "symlink(%s, %s) failed: %m", i->argument, i->path);
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02002057
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002058 creation = CREATION_FORCE;
Lennart Poettering1554afa2014-06-17 23:50:22 +02002059 } else {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002060 log_debug("\"%s\" is not a symlink or does not point to the correct path.", i->path);
Lennart Poettering1554afa2014-06-17 23:50:22 +02002061 return 0;
2062 }
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002063 } else
2064 creation = CREATION_EXISTING;
2065 } else
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02002066
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002067 creation = CREATION_NORMAL;
Lennart Poettering7a7d5db2015-02-02 21:34:09 +01002068 log_debug("%s symlink \"%s\".", creation_mode_verb_to_string(creation), i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002069 break;
Lennart Poettering5c5ccf12015-04-10 18:07:04 +02002070 }
Lennart Poettering468d7262012-01-17 15:04:12 +01002071
2072 case CREATE_BLOCK_DEVICE:
Franck Bui074bd732018-04-12 18:10:57 +02002073 case CREATE_CHAR_DEVICE:
Lennart Poetteringcb7ed9d2012-09-05 23:39:55 -07002074 if (have_effective_cap(CAP_MKNOD) == 0) {
Lennart Poettering713998c2018-08-06 15:46:32 +02002075 /* In a container we lack CAP_MKNOD. We shouldn't attempt to create the device node in that
2076 * case to avoid noise, and we don't support virtualized devices in containers anyway. */
Lennart Poetteringcb7ed9d2012-09-05 23:39:55 -07002077
2078 log_debug("We lack CAP_MKNOD, skipping creation of device node %s.", i->path);
2079 return 0;
2080 }
2081
Lennart Poettering7fa10742018-01-23 14:14:19 +01002082 RUN_WITH_UMASK(0000)
2083 (void) mkdir_parents_label(i->path, 0755);
2084
Franck Bui074bd732018-04-12 18:10:57 +02002085 r = create_device(i, i->type == CREATE_BLOCK_DEVICE ? S_IFBLK : S_IFCHR);
Lennart Poettering468d7262012-01-17 15:04:12 +01002086 if (r < 0)
2087 return r;
2088
2089 break;
Lennart Poettering468d7262012-01-17 15:04:12 +01002090
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002091 case ADJUST_MODE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002092 case RELABEL_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002093 r = glob_item(i, path_set_perms);
Michal Schmidt777b87e2011-12-16 18:27:35 +01002094 if (r < 0)
Lennart Poettering96ca8192013-06-21 15:57:42 +02002095 return r;
Michal Schmidt777b87e2011-12-16 18:27:35 +01002096 break;
2097
Michal Schmidta8d88782011-12-15 23:11:07 +01002098 case RECURSIVE_RELABEL_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002099 r = glob_item_recursively(i, fd_set_perms);
Michal Schmidta8d88782011-12-15 23:11:07 +01002100 if (r < 0)
2101 return r;
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002102 break;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002103
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002104 case SET_XATTR:
Franck Bui936f6bd2018-03-02 17:19:32 +01002105 r = glob_item(i, path_set_xattrs);
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002106 if (r < 0)
2107 return r;
2108 break;
2109
2110 case RECURSIVE_SET_XATTR:
Franck Bui936f6bd2018-03-02 17:19:32 +01002111 r = glob_item_recursively(i, fd_set_xattrs);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002112 if (r < 0)
2113 return r;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002114 break;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002115
2116 case SET_ACL:
Franck Bui936f6bd2018-03-02 17:19:32 +01002117 r = glob_item(i, path_set_acls);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002118 if (r < 0)
2119 return r;
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002120 break;
2121
2122 case RECURSIVE_SET_ACL:
Franck Bui936f6bd2018-03-02 17:19:32 +01002123 r = glob_item_recursively(i, fd_set_acls);
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002124 if (r < 0)
2125 return r;
2126 break;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002127
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002128 case SET_ATTRIBUTE:
Franck Bui936f6bd2018-03-02 17:19:32 +01002129 r = glob_item(i, path_set_attribute);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002130 if (r < 0)
2131 return r;
2132 break;
2133
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002134 case RECURSIVE_SET_ATTRIBUTE:
Franck Bui936f6bd2018-03-02 17:19:32 +01002135 r = glob_item_recursively(i, fd_set_attribute);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002136 if (r < 0)
2137 return r;
2138 break;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002139 }
2140
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01002141 return 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002142}
2143
Michal Schmidta0896122011-12-15 21:32:50 +01002144static int remove_item_instance(Item *i, const char *instance) {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002145 int r;
2146
2147 assert(i);
2148
2149 switch (i->type) {
2150
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002151 case REMOVE_PATH:
Michal Schmidt4a62c712014-11-28 19:57:32 +01002152 if (remove(instance) < 0 && errno != ENOENT)
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002153 return log_error_errno(errno, "rm(%s): %m", instance);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002154
2155 break;
2156
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002157 case RECURSIVE_REMOVE_PATH:
Lennart Poettering2c575972018-10-29 19:24:56 +01002158 /* 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 -05002159 log_debug("rm -rf \"%s\"", instance);
Lennart Poettering2c575972018-10-29 19:24:56 +01002160 r = rm_rf(instance, REMOVE_ROOT|REMOVE_SUBVOLUME|REMOVE_PHYSICAL);
Michal Schmidtf6479622014-11-28 18:50:43 +01002161 if (r < 0 && r != -ENOENT)
2162 return log_error_errno(r, "rm_rf(%s): %m", instance);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002163
2164 break;
Zbigniew Jędrzejewski-Szmek7fcb4b92015-01-22 23:35:34 -05002165
2166 default:
2167 assert_not_reached("wut?");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002168 }
2169
2170 return 0;
2171}
2172
Michal Schmidta0896122011-12-15 21:32:50 +01002173static int remove_item(Item *i) {
Lennart Poettering2c575972018-10-29 19:24:56 +01002174 int r;
2175
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002176 assert(i);
2177
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002178 log_debug("Running remove action for entry %c %s", (char) i->type, i->path);
2179
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002180 switch (i->type) {
2181
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002182 case TRUNCATE_DIRECTORY:
Lennart Poettering2c575972018-10-29 19:24:56 +01002183 /* FIXME: we probably should use dir_cleanup() here instead of rm_rf() so that 'x' is honoured. */
2184 log_debug("rm -rf \"%s\"", i->path);
2185 r = rm_rf(i->path, REMOVE_PHYSICAL);
2186 if (r < 0 && r != -ENOENT)
2187 return log_error_errno(r, "rm_rf(%s): %m", i->path);
2188
2189 return 0;
2190
2191 case REMOVE_PATH:
Michal Schmidt99e68c02011-12-15 23:45:26 +01002192 case RECURSIVE_REMOVE_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002193 return glob_item(i, remove_item_instance);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002194
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002195 default:
2196 return 0;
2197 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002198}
2199
Michal Sekletar78a92a52013-01-18 16:13:08 +01002200static int clean_item_instance(Item *i, const char* instance) {
Harald Hoyer7fd1b192013-04-18 09:11:22 +02002201 _cleanup_closedir_ DIR *d = NULL;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002202 struct stat s, ps;
2203 bool mountpoint;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002204 usec_t cutoff, n;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002205 char timestamp[FORMAT_TIMESTAMP_MAX];
Michal Sekletar78a92a52013-01-18 16:13:08 +01002206
2207 assert(i);
2208
2209 if (!i->age_set)
2210 return 0;
2211
2212 n = now(CLOCK_REALTIME);
2213 if (n < i->age)
2214 return 0;
2215
2216 cutoff = n - i->age;
2217
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05002218 d = opendir_nomod(instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002219 if (!d) {
Zbigniew Jędrzejewski-Szmekd710aaf2016-07-22 20:27:45 -04002220 if (IN_SET(errno, ENOENT, ENOTDIR)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002221 log_debug_errno(errno, "Directory \"%s\": %m", instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002222 return 0;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002223 }
Michal Sekletar78a92a52013-01-18 16:13:08 +01002224
Zbigniew Jędrzejewski-Szmekd710aaf2016-07-22 20:27:45 -04002225 return log_error_errno(errno, "Failed to open directory %s: %m", instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002226 }
2227
Michal Schmidt4a62c712014-11-28 19:57:32 +01002228 if (fstat(dirfd(d), &s) < 0)
2229 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002230
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01002231 if (!S_ISDIR(s.st_mode))
2232 return log_error_errno(SYNTHETIC_ERRNO(ENOTDIR),
2233 "%s is not a directory.", i->path);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002234
Michal Schmidt4a62c712014-11-28 19:57:32 +01002235 if (fstatat(dirfd(d), "..", &ps, AT_SYMLINK_NOFOLLOW) != 0)
2236 return log_error_errno(errno, "stat(%s/..) failed: %m", i->path);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002237
Thomas Hindoe Paaboel Andersen2bb158c2015-10-23 20:15:17 +02002238 mountpoint = s.st_dev != ps.st_dev || s.st_ino == ps.st_ino;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002239
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002240 log_debug("Cleanup threshold for %s \"%s\" is %s",
2241 mountpoint ? "mount point" : "directory",
2242 instance,
2243 format_timestamp_us(timestamp, sizeof(timestamp), cutoff));
2244
2245 return dir_cleanup(i, instance, d, &s, cutoff, s.st_dev, mountpoint,
2246 MAX_DEPTH, i->keep_first_level);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002247}
2248
2249static int clean_item(Item *i) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01002250 assert(i);
2251
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002252 log_debug("Running clean action for entry %c %s", (char) i->type, i->path);
2253
Michal Sekletar78a92a52013-01-18 16:13:08 +01002254 switch (i->type) {
2255 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002256 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002257 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2258 case CREATE_SUBVOLUME_NEW_QUOTA:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002259 case TRUNCATE_DIRECTORY:
2260 case IGNORE_PATH:
Lennart Poettering849958d2014-06-10 23:02:40 +02002261 case COPY_FILES:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002262 clean_item_instance(i, i->path);
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002263 return 0;
Zbigniew Jędrzejewski-Szmek65241c12017-11-22 15:16:48 +01002264 case EMPTY_DIRECTORY:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002265 case IGNORE_DIRECTORY_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002266 return glob_item(i, clean_item_instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002267 default:
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002268 return 0;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002269 }
Michal Sekletar78a92a52013-01-18 16:13:08 +01002270}
2271
Lennart Poettering599ebe22018-10-25 23:22:18 +02002272static int process_item(Item *i, OperationMask operation) {
Lennart Poettering811a1582018-10-26 20:56:37 +02002273 OperationMask todo;
2274 int r, q, p;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002275
2276 assert(i);
2277
Lennart Poettering811a1582018-10-26 20:56:37 +02002278 todo = operation & ~i->done;
2279 if (todo == 0) /* Everything already done? */
Lennart Poettering1910cd02014-06-11 01:37:35 +02002280 return 0;
2281
Lennart Poettering811a1582018-10-26 20:56:37 +02002282 i->done |= operation;
Lennart Poettering1910cd02014-06-11 01:37:35 +02002283
David Michaelc3aa4ad2019-02-25 13:26:07 -05002284 r = chase_symlinks(i->path, arg_root, CHASE_NO_AUTOFS|CHASE_WARN, NULL);
Lennart Poettering21af3382018-10-26 21:07:38 +02002285 if (r == -EREMOTE) {
Franck Bui145b8d0f2018-11-30 15:43:13 +01002286 log_notice_errno(r, "Skipping %s", i->path);
Lennart Poettering811a1582018-10-26 20:56:37 +02002287 return 0;
Franck Bui145b8d0f2018-11-30 15:43:13 +01002288 }
2289 if (r < 0)
Lennart Poettering48d96902018-11-20 15:56:55 +01002290 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 -05002291
Lennart Poettering599ebe22018-10-25 23:22:18 +02002292 r = FLAGS_SET(operation, OPERATION_CREATE) ? create_item(i) : 0;
William Douglas6d7b5432018-09-10 12:07:29 -07002293 /* Failure can only be tolerated for create */
2294 if (i->allow_failure)
2295 r = 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002296
Lennart Poettering599ebe22018-10-25 23:22:18 +02002297 q = FLAGS_SET(operation, OPERATION_REMOVE) ? remove_item(i) : 0;
2298 p = FLAGS_SET(operation, OPERATION_CLEAN) ? clean_item(i) : 0;
Lennart Poettering1a967b62018-10-25 23:19:00 +02002299
Lennart Poettering811a1582018-10-26 20:56:37 +02002300 return r < 0 ? r :
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05002301 q < 0 ? q :
2302 p;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002303}
2304
Lennart Poettering599ebe22018-10-25 23:22:18 +02002305static int process_item_array(ItemArray *array, OperationMask operation) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02002306 int r = 0;
2307 size_t n;
Lennart Poettering753615e2014-06-12 23:07:17 +02002308
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002309 assert(array);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002310
Lennart Poettering811a1582018-10-26 20:56:37 +02002311 /* Create any parent first. */
2312 if (FLAGS_SET(operation, OPERATION_CREATE) && array->parent)
2313 r = process_item_array(array->parent, operation & OPERATION_CREATE);
2314
2315 /* Clean up all children first */
2316 if ((operation & (OPERATION_REMOVE|OPERATION_CLEAN)) && !set_isempty(array->children)) {
2317 Iterator i;
2318 ItemArray *c;
2319
2320 SET_FOREACH(c, array->children, i) {
2321 int k;
2322
2323 k = process_item_array(c, operation & (OPERATION_REMOVE|OPERATION_CLEAN));
2324 if (k < 0 && r == 0)
2325 r = k;
2326 }
2327 }
2328
Lennart Poettering96d10d72018-10-25 13:51:01 +02002329 for (n = 0; n < array->n_items; n++) {
2330 int k;
2331
Lennart Poettering599ebe22018-10-25 23:22:18 +02002332 k = process_item(array->items + n, operation);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002333 if (k < 0 && r == 0)
2334 r = k;
2335 }
2336
2337 return r;
2338}
2339
2340static void item_free_contents(Item *i) {
2341 assert(i);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002342 free(i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002343 free(i->argument);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002344 strv_free(i->xattrs);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002345
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02002346#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002347 acl_free(i->acl_access);
2348 acl_free(i->acl_default);
2349#endif
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002350}
2351
Yu Watanabe87938c32018-11-26 01:00:54 +09002352static ItemArray* item_array_free(ItemArray *a) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02002353 size_t n;
Maciej Wereskie2f2fb72013-07-19 15:43:12 +02002354
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002355 if (!a)
Yu Watanabe87938c32018-11-26 01:00:54 +09002356 return NULL;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002357
Lennart Poettering96d10d72018-10-25 13:51:01 +02002358 for (n = 0; n < a->n_items; n++)
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002359 item_free_contents(a->items + n);
Lennart Poettering96d10d72018-10-25 13:51:01 +02002360
Lennart Poettering811a1582018-10-26 20:56:37 +02002361 set_free(a->children);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002362 free(a->items);
Yu Watanabe87938c32018-11-26 01:00:54 +09002363 return mfree(a);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002364}
2365
Yu Watanabe93bab282018-09-18 08:39:24 +09002366static int item_compare(const Item *a, const Item *b) {
Lennart Poettering17493fa2015-04-10 16:22:22 +02002367 /* Make sure that the ownership taking item is put first, so
2368 * that we first create the node, and then can adjust it */
2369
Yu Watanabe93bab282018-09-18 08:39:24 +09002370 if (takes_ownership(a->type) && !takes_ownership(b->type))
Lennart Poettering17493fa2015-04-10 16:22:22 +02002371 return -1;
Yu Watanabe93bab282018-09-18 08:39:24 +09002372 if (!takes_ownership(a->type) && takes_ownership(b->type))
Lennart Poettering17493fa2015-04-10 16:22:22 +02002373 return 1;
2374
Yu Watanabe93bab282018-09-18 08:39:24 +09002375 return CMP(a->type, b->type);
Lennart Poettering17493fa2015-04-10 16:22:22 +02002376}
2377
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002378static bool item_compatible(Item *a, Item *b) {
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002379 assert(a);
2380 assert(b);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002381 assert(streq(a->path, b->path));
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002382
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002383 if (takes_ownership(a->type) && takes_ownership(b->type))
2384 /* check if the items are the same */
2385 return streq_ptr(a->argument, b->argument) &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002386
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002387 a->uid_set == b->uid_set &&
2388 a->uid == b->uid &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002389
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002390 a->gid_set == b->gid_set &&
2391 a->gid == b->gid &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002392
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002393 a->mode_set == b->mode_set &&
2394 a->mode == b->mode &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002395
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002396 a->age_set == b->age_set &&
2397 a->age == b->age &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002398
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002399 a->mask_perms == b->mask_perms &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002400
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002401 a->keep_first_level == b->keep_first_level &&
Lennart Poettering468d7262012-01-17 15:04:12 +01002402
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002403 a->major_minor == b->major_minor;
Lennart Poettering468d7262012-01-17 15:04:12 +01002404
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002405 return true;
2406}
2407
Dave Reisnera2aced42013-07-24 11:10:05 -04002408static bool should_include_path(const char *path) {
2409 char **prefix;
2410
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002411 STRV_FOREACH(prefix, arg_exclude_prefixes)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002412 if (path_startswith(path, *prefix)) {
2413 log_debug("Entry \"%s\" matches exclude prefix \"%s\", skipping.",
2414 path, *prefix);
Dave Reisner5c795112013-07-24 11:19:24 -04002415 return false;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002416 }
Dave Reisnera2aced42013-07-24 11:10:05 -04002417
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002418 STRV_FOREACH(prefix, arg_include_prefixes)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002419 if (path_startswith(path, *prefix)) {
2420 log_debug("Entry \"%s\" matches include prefix \"%s\".", path, *prefix);
Dave Reisnera2aced42013-07-24 11:10:05 -04002421 return true;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002422 }
Dave Reisnera2aced42013-07-24 11:10:05 -04002423
Dave Reisner5c795112013-07-24 11:19:24 -04002424 /* no matches, so we should include this path only if we
2425 * have no whitelist at all */
Lennart Poettering7b943bb2017-11-29 12:40:22 +01002426 if (strv_isempty(arg_include_prefixes))
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002427 return true;
2428
2429 log_debug("Entry \"%s\" does not match any include prefix, skipping.", path);
2430 return false;
Dave Reisnera2aced42013-07-24 11:10:05 -04002431}
2432
Franck Bui4cef1922017-11-16 11:27:29 +01002433static int specifier_expansion_from_arg(Item *i) {
2434 _cleanup_free_ char *unescaped = NULL, *resolved = NULL;
2435 char **xattr;
2436 int r;
2437
2438 assert(i);
2439
Frantisek Sumsal4e361ac2019-04-28 14:28:49 +02002440 if (!i->argument)
Franck Bui4cef1922017-11-16 11:27:29 +01002441 return 0;
2442
2443 switch (i->type) {
2444 case COPY_FILES:
2445 case CREATE_SYMLINK:
2446 case CREATE_FILE:
2447 case TRUNCATE_FILE:
2448 case WRITE_FILE:
2449 r = cunescape(i->argument, 0, &unescaped);
2450 if (r < 0)
2451 return log_error_errno(r, "Failed to unescape parameter to write: %s", i->argument);
2452
2453 r = specifier_printf(unescaped, specifier_table, NULL, &resolved);
2454 if (r < 0)
2455 return r;
2456
2457 free_and_replace(i->argument, resolved);
2458 break;
2459
2460 case SET_XATTR:
2461 case RECURSIVE_SET_XATTR:
2462 assert(i->xattrs);
2463
2464 STRV_FOREACH (xattr, i->xattrs) {
2465 r = specifier_printf(*xattr, specifier_table, NULL, &resolved);
2466 if (r < 0)
2467 return r;
2468
2469 free_and_replace(*xattr, resolved);
2470 }
2471 break;
2472
2473 default:
2474 break;
2475 }
2476 return 0;
2477}
2478
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002479static int patch_var_run(const char *fname, unsigned line, char **path) {
2480 const char *k;
2481 char *n;
2482
2483 assert(path);
2484 assert(*path);
2485
2486 /* Optionally rewrites lines referencing /var/run/, to use /run/ instead. Why bother? tmpfiles merges lines in
2487 * some cases and detects conflicts in others. If files/directories are specified through two equivalent lines
2488 * this is problematic as neither case will be detected. Ideally we'd detect these cases by resolving symlinks
2489 * early, but that's precisely not what we can do here as this code very likely is running very early on, at a
2490 * time where the paths in question are not available yet, or even more importantly, our own tmpfiles rules
2491 * might create the paths that are intermediary to the listed paths. We can't really cover the generic case,
2492 * but the least we can do is cover the specific case of /var/run vs. /run, as /var/run is a legacy name for
2493 * /run only, and we explicitly document that and require that on systemd systems the former is a symlink to
2494 * the latter. Moreover files below this path are by far the primary usecase for tmpfiles.d/. */
2495
2496 k = path_startswith(*path, "/var/run/");
2497 if (isempty(k)) /* Don't complain about other paths than /var/run, and not about /var/run itself either. */
2498 return 0;
2499
2500 n = strjoin("/run/", k);
2501 if (!n)
2502 return log_oom();
2503
2504 /* Also log about this briefly. We do so at LOG_NOTICE level, as we fixed up the situation automatically, hence
2505 * there's no immediate need for action by the user. However, in the interest of making things less confusing
2506 * to the user, let's still inform the user that these snippets should really be updated. */
2507
2508 log_notice("[%s:%u] Line references path below legacy directory /var/run/, updating %s → %s; please update the tmpfiles.d/ drop-in file accordingly.", fname, line, *path, n);
2509
Lennart Poettering81fa4472018-10-25 13:57:32 +02002510 free_and_replace(*path, n);
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002511
2512 return 0;
2513}
2514
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002515static int parse_line(const char *fname, unsigned line, const char *buffer, bool *invalid_config) {
Lennart Poettering1731e342013-09-17 11:02:02 -05002516
Lennart Poetteringcde684a2014-06-10 22:50:46 +02002517 _cleanup_free_ char *action = NULL, *mode = NULL, *user = NULL, *group = NULL, *age = NULL, *path = NULL;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002518 _cleanup_(item_free_contents) Item i = {};
2519 ItemArray *existing;
Lennart Poetteringef43a392015-04-22 18:18:56 +02002520 OrderedHashmap *h;
daurnimator657cf7f2015-03-09 15:11:44 -04002521 int r, pos;
William Douglas6d7b5432018-09-10 12:07:29 -07002522 bool force = false, boot = false, allow_failure = false;
Lennart Poettering5008d582010-09-28 02:34:02 +02002523
2524 assert(fname);
2525 assert(line >= 1);
2526 assert(buffer);
2527
Richard Maw68685602015-06-23 16:20:53 +00002528 r = extract_many_words(
Lennart Poettering4034a062015-03-23 18:55:36 +07002529 &buffer,
Richard Maw68685602015-06-23 16:20:53 +00002530 NULL,
Richard Maw12ba2c42015-06-23 16:26:49 +00002531 EXTRACT_QUOTES,
Lennart Poettering4034a062015-03-23 18:55:36 +07002532 &action,
2533 &path,
2534 &mode,
2535 &user,
2536 &group,
2537 &age,
2538 NULL);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002539 if (r < 0) {
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002540 if (IN_SET(r, -EINVAL, -EBADSLT))
2541 /* invalid quoting and such or an unknown specifier */
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002542 *invalid_config = true;
daurnimator657cf7f2015-03-09 15:11:44 -04002543 return log_error_errno(r, "[%s:%u] Failed to parse line: %m", fname, line);
Lennart Poettering4b936992018-05-10 11:29:11 -07002544 } else if (r < 2) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002545 *invalid_config = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002546 log_error("[%s:%u] Syntax error.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002547 return -EIO;
Lennart Poettering5008d582010-09-28 02:34:02 +02002548 }
2549
Lennart Poetteringe7b88b72019-04-08 12:03:33 +02002550 if (!empty_or_dash(buffer)) {
Lennart Poettering4034a062015-03-23 18:55:36 +07002551 i.argument = strdup(buffer);
2552 if (!i.argument)
2553 return log_oom();
2554 }
2555
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002556 if (isempty(action)) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002557 *invalid_config = true;
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002558 log_error("[%s:%u] Command too short '%s'.", fname, line, action);
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002559 return -EINVAL;
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002560 }
2561
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002562 for (pos = 1; action[pos]; pos++) {
2563 if (action[pos] == '!' && !boot)
2564 boot = true;
2565 else if (action[pos] == '+' && !force)
2566 force = true;
William Douglas6d7b5432018-09-10 12:07:29 -07002567 else if (action[pos] == '-' && !allow_failure)
2568 allow_failure = true;
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002569 else {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002570 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002571 log_error("[%s:%u] Unknown modifiers in command '%s'",
2572 fname, line, action);
2573 return -EINVAL;
2574 }
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002575 }
2576
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002577 if (boot && !arg_boot) {
2578 log_debug("Ignoring entry %s \"%s\" because --boot is not specified.",
2579 action, path);
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002580 return 0;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002581 }
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002582
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002583 i.type = action[0];
2584 i.force = force;
William Douglas6d7b5432018-09-10 12:07:29 -07002585 i.allow_failure = allow_failure;
Lennart Poettering1731e342013-09-17 11:02:02 -05002586
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002587 r = specifier_printf(path, specifier_table, NULL, &i.path);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +01002588 if (r == -ENXIO)
Franck Bui4cef1922017-11-16 11:27:29 +01002589 return log_unresolvable_specifier(fname, line);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002590 if (r < 0) {
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002591 if (IN_SET(r, -EINVAL, -EBADSLT))
2592 *invalid_config = true;
Franck Bui4cef1922017-11-16 11:27:29 +01002593 return log_error_errno(r, "[%s:%u] Failed to replace specifiers: %s", fname, line, path);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002594 }
Lennart Poettering1731e342013-09-17 11:02:02 -05002595
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002596 r = patch_var_run(fname, line, &i.path);
2597 if (r < 0)
2598 return r;
2599
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002600 switch (i.type) {
Lennart Poettering468d7262012-01-17 15:04:12 +01002601
Michal Schmidt777b87e2011-12-16 18:27:35 +01002602 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002603 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002604 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2605 case CREATE_SUBVOLUME_NEW_QUOTA:
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002606 case EMPTY_DIRECTORY:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002607 case TRUNCATE_DIRECTORY:
2608 case CREATE_FIFO:
2609 case IGNORE_PATH:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002610 case IGNORE_DIRECTORY_PATH:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002611 case REMOVE_PATH:
2612 case RECURSIVE_REMOVE_PATH:
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002613 case ADJUST_MODE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002614 case RELABEL_PATH:
2615 case RECURSIVE_RELABEL_PATH:
Lennart Poetteringc82500c2015-04-10 14:46:05 +02002616 if (i.argument)
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002617 log_warning("[%s:%u] %c lines don't take argument fields, ignoring.", fname, line, i.type);
Lennart Poetteringc82500c2015-04-10 14:46:05 +02002618
2619 break;
2620
2621 case CREATE_FILE:
2622 case TRUNCATE_FILE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002623 break;
Lennart Poettering468d7262012-01-17 15:04:12 +01002624
2625 case CREATE_SYMLINK:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002626 if (!i.argument) {
2627 i.argument = strappend("/usr/share/factory/", i.path);
2628 if (!i.argument)
Kay Sievers2f3b8732014-06-20 15:57:43 +02002629 return log_oom();
Lennart Poettering468d7262012-01-17 15:04:12 +01002630 }
2631 break;
2632
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002633 case WRITE_FILE:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002634 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002635 *invalid_config = true;
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002636 log_error("[%s:%u] Write file requires argument.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002637 return -EBADMSG;
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002638 }
2639 break;
2640
Lennart Poettering849958d2014-06-10 23:02:40 +02002641 case COPY_FILES:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002642 if (!i.argument) {
2643 i.argument = strappend("/usr/share/factory/", i.path);
2644 if (!i.argument)
Kay Sievers2f3b8732014-06-20 15:57:43 +02002645 return log_oom();
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002646 } else if (!path_is_absolute(i.argument)) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002647 *invalid_config = true;
Lennart Poettering849958d2014-06-10 23:02:40 +02002648 log_error("[%s:%u] Source path is not absolute.", fname, line);
2649 return -EBADMSG;
2650 }
2651
Yu Watanabe858d36c2018-05-31 23:39:31 +09002652 path_simplify(i.argument, false);
Lennart Poettering849958d2014-06-10 23:02:40 +02002653 break;
2654
Lennart Poettering468d7262012-01-17 15:04:12 +01002655 case CREATE_CHAR_DEVICE:
Lennart Poettering3a47c402018-06-29 12:01:02 +02002656 case CREATE_BLOCK_DEVICE:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002657 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002658 *invalid_config = true;
Lennart Poettering468d7262012-01-17 15:04:12 +01002659 log_error("[%s:%u] Device file requires argument.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002660 return -EBADMSG;
Lennart Poettering468d7262012-01-17 15:04:12 +01002661 }
2662
Lennart Poettering3a47c402018-06-29 12:01:02 +02002663 r = parse_dev(i.argument, &i.major_minor);
2664 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002665 *invalid_config = true;
Lennart Poettering3a47c402018-06-29 12:01:02 +02002666 log_error_errno(r, "[%s:%u] Can't parse device file major/minor '%s'.", fname, line, i.argument);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002667 return -EBADMSG;
Lennart Poettering468d7262012-01-17 15:04:12 +01002668 }
2669
Lennart Poettering468d7262012-01-17 15:04:12 +01002670 break;
Lennart Poettering468d7262012-01-17 15:04:12 +01002671
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002672 case SET_XATTR:
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002673 case RECURSIVE_SET_XATTR:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002674 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002675 *invalid_config = true;
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002676 log_error("[%s:%u] Set extended attribute requires argument.", fname, line);
2677 return -EBADMSG;
2678 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002679 r = parse_xattrs_from_arg(&i);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002680 if (r < 0)
2681 return r;
2682 break;
2683
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002684 case SET_ACL:
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002685 case RECURSIVE_SET_ACL:
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002686 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002687 *invalid_config = true;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002688 log_error("[%s:%u] Set ACLs requires argument.", fname, line);
2689 return -EBADMSG;
2690 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002691 r = parse_acls_from_arg(&i);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002692 if (r < 0)
2693 return r;
2694 break;
2695
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002696 case SET_ATTRIBUTE:
2697 case RECURSIVE_SET_ATTRIBUTE:
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002698 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002699 *invalid_config = true;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002700 log_error("[%s:%u] Set file attribute requires argument.", fname, line);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002701 return -EBADMSG;
2702 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002703 r = parse_attribute_from_arg(&i);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002704 if (IN_SET(r, -EINVAL, -EBADSLT))
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002705 *invalid_config = true;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002706 if (r < 0)
2707 return r;
2708 break;
2709
Michal Schmidt777b87e2011-12-16 18:27:35 +01002710 default:
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002711 log_error("[%s:%u] Unknown command type '%c'.", fname, line, (char) i.type);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002712 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002713 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002714 }
Lennart Poettering468d7262012-01-17 15:04:12 +01002715
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002716 if (!path_is_absolute(i.path)) {
2717 log_error("[%s:%u] Path '%s' not absolute.", fname, line, i.path);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002718 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002719 return -EBADMSG;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002720 }
2721
Yu Watanabe858d36c2018-05-31 23:39:31 +09002722 path_simplify(i.path, false);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002723
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002724 if (!should_include_path(i.path))
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002725 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02002726
Franck Bui4cef1922017-11-16 11:27:29 +01002727 r = specifier_expansion_from_arg(&i);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +01002728 if (r == -ENXIO)
Franck Bui4cef1922017-11-16 11:27:29 +01002729 return log_unresolvable_specifier(fname, line);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002730 if (r < 0) {
2731 if (IN_SET(r, -EINVAL, -EBADSLT))
2732 *invalid_config = true;
Franck Bui4cef1922017-11-16 11:27:29 +01002733 return log_error_errno(r, "[%s:%u] Failed to substitute specifiers in argument: %m",
2734 fname, line);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002735 }
Franck Bui4cef1922017-11-16 11:27:29 +01002736
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002737 if (arg_root) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +02002738 char *p;
2739
Lennart Poettering1d13f642015-05-13 17:42:10 +02002740 p = prefix_root(arg_root, i.path);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002741 if (!p)
2742 return log_oom();
2743
Lennart Poettering81fa4472018-10-25 13:57:32 +02002744 free_and_replace(i.path, p);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002745 }
2746
Lennart Poetteringe7b88b72019-04-08 12:03:33 +02002747 if (!empty_or_dash(user)) {
Lennart Poettering4b678342011-07-23 01:17:59 +02002748 const char *u = user;
Lennart Poettering5008d582010-09-28 02:34:02 +02002749
Lennart Poetteringfafff8f2018-08-02 18:36:47 +02002750 r = get_user_creds(&u, &i.uid, NULL, NULL, NULL, USER_CREDS_ALLOW_MISSING);
Lennart Poettering4b678342011-07-23 01:17:59 +02002751 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002752 *invalid_config = true;
2753 return log_error_errno(r, "[%s:%u] Unknown user '%s'.", fname, line, user);
Lennart Poettering5008d582010-09-28 02:34:02 +02002754 }
2755
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002756 i.uid_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002757 }
2758
Lennart Poetteringe7b88b72019-04-08 12:03:33 +02002759 if (!empty_or_dash(group)) {
Lennart Poettering4b678342011-07-23 01:17:59 +02002760 const char *g = group;
Lennart Poettering5008d582010-09-28 02:34:02 +02002761
Lennart Poetteringfafff8f2018-08-02 18:36:47 +02002762 r = get_group_creds(&g, &i.gid, USER_CREDS_ALLOW_MISSING);
Lennart Poettering4b678342011-07-23 01:17:59 +02002763 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002764 *invalid_config = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002765 log_error("[%s:%u] Unknown group '%s'.", fname, line, group);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002766 return r;
Lennart Poettering5008d582010-09-28 02:34:02 +02002767 }
2768
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002769 i.gid_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002770 }
2771
Lennart Poetteringe7b88b72019-04-08 12:03:33 +02002772 if (!empty_or_dash(mode)) {
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002773 const char *mm = mode;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002774 unsigned m;
Lennart Poettering5008d582010-09-28 02:34:02 +02002775
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002776 if (*mm == '~') {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002777 i.mask_perms = true;
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002778 mm++;
2779 }
2780
Lennart Poettering2ff7b0a2015-04-10 14:43:06 +02002781 if (parse_mode(mm, &m) < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002782 *invalid_config = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002783 log_error("[%s:%u] Invalid mode '%s'.", fname, line, mode);
Lennart Poettering2ff7b0a2015-04-10 14:43:06 +02002784 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002785 }
2786
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002787 i.mode = m;
2788 i.mode_set = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002789 } else
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002790 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 +02002791
Lennart Poetteringe7b88b72019-04-08 12:03:33 +02002792 if (!empty_or_dash(age)) {
Lennart Poettering24f3a372012-06-20 09:05:50 +02002793 const char *a = age;
2794
2795 if (*a == '~') {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002796 i.keep_first_level = true;
Lennart Poettering24f3a372012-06-20 09:05:50 +02002797 a++;
2798 }
2799
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002800 if (parse_sec(a, &i.age) < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002801 *invalid_config = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002802 log_error("[%s:%u] Invalid age '%s'.", fname, line, age);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002803 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002804 }
2805
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002806 i.age_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002807 }
2808
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002809 h = needs_glob(i.type) ? globs : items;
Lennart Poettering022707d2011-01-05 16:11:15 +01002810
Lennart Poetteringef43a392015-04-22 18:18:56 +02002811 existing = ordered_hashmap_get(h, i.path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002812 if (existing) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02002813 size_t n;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002814
Lennart Poettering96d10d72018-10-25 13:51:01 +02002815 for (n = 0; n < existing->n_items; n++) {
Martin Pitt6487ada2015-03-05 14:58:56 +01002816 if (!item_compatible(existing->items + n, &i)) {
Zbigniew Jędrzejewski-Szmeke286dba2017-11-22 14:19:13 +01002817 log_notice("[%s:%u] Duplicate line for path \"%s\", ignoring.",
2818 fname, line, i.path);
Martin Pitt6487ada2015-03-05 14:58:56 +01002819 return 0;
2820 }
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002821 }
2822 } else {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002823 existing = new0(ItemArray, 1);
Lennart Poettering07982ed2018-01-22 15:32:57 +01002824 if (!existing)
2825 return log_oom();
2826
Lennart Poetteringef43a392015-04-22 18:18:56 +02002827 r = ordered_hashmap_put(h, i.path, existing);
Lennart Poetteringccd114f2018-10-25 13:57:44 +02002828 if (r < 0) {
2829 free(existing);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002830 return log_oom();
Lennart Poetteringccd114f2018-10-25 13:57:44 +02002831 }
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002832 }
2833
Lennart Poettering96d10d72018-10-25 13:51:01 +02002834 if (!GREEDY_REALLOC(existing->items, existing->allocated, existing->n_items + 1))
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002835 return log_oom();
Lennart Poettering5008d582010-09-28 02:34:02 +02002836
Lennart Poettering7ab75292018-10-25 13:53:07 +02002837 existing->items[existing->n_items++] = i;
2838 i = (struct Item) {};
Zbigniew Jędrzejewski-Szmekdd449ac2015-04-10 18:57:05 -04002839
2840 /* Sort item array, to enforce stable ordering of application */
Lennart Poettering96d10d72018-10-25 13:51:01 +02002841 typesafe_qsort(existing->items, existing->n_items, item_compare);
Lennart Poettering17493fa2015-04-10 16:22:22 +02002842
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002843 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02002844}
2845
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002846static int cat_config(char **config_dirs, char **args) {
2847 _cleanup_strv_free_ char **files = NULL;
2848 int r;
2849
2850 r = conf_files_list_with_replacement(arg_root, config_dirs, arg_replace, &files, NULL);
2851 if (r < 0)
2852 return r;
2853
2854 return cat_files(NULL, files, 0);
2855}
2856
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02002857static int help(void) {
2858 _cleanup_free_ char *link = NULL;
2859 int r;
2860
2861 r = terminal_urlify_man("systemd-tmpfiles", "8", &link);
2862 if (r < 0)
2863 return log_oom();
2864
Lennart Poettering522d4a42011-02-13 15:08:15 +01002865 printf("%s [OPTIONS...] [CONFIGURATION FILE...]\n\n"
2866 "Creates, deletes and cleans up volatile and temporary files and directories.\n\n"
Dave Reisner5c795112013-07-24 11:19:24 -04002867 " -h --help Show this help\n"
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002868 " --user Execute user configuration\n"
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002869 " --version Show package version\n"
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002870 " --cat-config Show configuration files\n"
Dave Reisner5c795112013-07-24 11:19:24 -04002871 " --create Create marked files/directories\n"
2872 " --clean Clean up marked directories\n"
2873 " --remove Remove marked files/directories\n"
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002874 " --boot Execute actions only safe at boot\n"
Zbigniew Jędrzejewski-Szmek79ca8882015-01-27 21:22:08 -05002875 " --prefix=PATH Only apply rules with the specified prefix\n"
2876 " --exclude-prefix=PATH Ignore rules with the specified prefix\n"
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002877 " --root=PATH Operate on an alternate filesystem root\n"
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002878 " --replace=PATH Treat arguments as replacement for PATH\n"
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002879 " --no-pager Do not pipe output into a pager\n"
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02002880 "\nSee the %s for details.\n"
2881 , program_invocation_short_name
2882 , link
2883 );
2884
2885 return 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002886}
2887
2888static int parse_argv(int argc, char *argv[]) {
2889
2890 enum {
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002891 ARG_VERSION = 0x100,
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002892 ARG_CAT_CONFIG,
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002893 ARG_USER,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002894 ARG_CREATE,
2895 ARG_CLEAN,
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002896 ARG_REMOVE,
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002897 ARG_BOOT,
Dave Reisner5c795112013-07-24 11:19:24 -04002898 ARG_PREFIX,
2899 ARG_EXCLUDE_PREFIX,
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002900 ARG_ROOT,
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002901 ARG_REPLACE,
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002902 ARG_NO_PAGER,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002903 };
2904
2905 static const struct option options[] = {
Dave Reisner5c795112013-07-24 11:19:24 -04002906 { "help", no_argument, NULL, 'h' },
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002907 { "user", no_argument, NULL, ARG_USER },
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002908 { "version", no_argument, NULL, ARG_VERSION },
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002909 { "cat-config", no_argument, NULL, ARG_CAT_CONFIG },
Dave Reisner5c795112013-07-24 11:19:24 -04002910 { "create", no_argument, NULL, ARG_CREATE },
2911 { "clean", no_argument, NULL, ARG_CLEAN },
2912 { "remove", no_argument, NULL, ARG_REMOVE },
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002913 { "boot", no_argument, NULL, ARG_BOOT },
Dave Reisner5c795112013-07-24 11:19:24 -04002914 { "prefix", required_argument, NULL, ARG_PREFIX },
2915 { "exclude-prefix", required_argument, NULL, ARG_EXCLUDE_PREFIX },
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002916 { "root", required_argument, NULL, ARG_ROOT },
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002917 { "replace", required_argument, NULL, ARG_REPLACE },
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002918 { "no-pager", no_argument, NULL, ARG_NO_PAGER },
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002919 {}
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002920 };
2921
Lennart Poettering0f474362015-10-22 19:28:31 +02002922 int c, r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002923
2924 assert(argc >= 0);
2925 assert(argv);
2926
Zbigniew Jędrzejewski-Szmek601185b2014-08-02 11:12:21 -04002927 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002928
2929 switch (c) {
2930
2931 case 'h':
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02002932 return help();
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002933
2934 case ARG_VERSION:
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +02002935 return version();
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002936
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002937 case ARG_CAT_CONFIG:
2938 arg_cat_config = true;
2939 break;
2940
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002941 case ARG_USER:
2942 arg_user = true;
2943 break;
2944
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002945 case ARG_CREATE:
Lennart Poettering1a967b62018-10-25 23:19:00 +02002946 arg_operation |= OPERATION_CREATE;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002947 break;
2948
2949 case ARG_CLEAN:
Lennart Poettering1a967b62018-10-25 23:19:00 +02002950 arg_operation |= OPERATION_CLEAN;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002951 break;
2952
2953 case ARG_REMOVE:
Lennart Poettering1a967b62018-10-25 23:19:00 +02002954 arg_operation |= OPERATION_REMOVE;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002955 break;
2956
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002957 case ARG_BOOT:
2958 arg_boot = true;
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002959 break;
2960
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002961 case ARG_PREFIX:
Lennart Poettering7bc040f2014-06-11 01:26:28 +02002962 if (strv_push(&arg_include_prefixes, optarg) < 0)
Dave Reisnera2aced42013-07-24 11:10:05 -04002963 return log_oom();
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002964 break;
2965
Dave Reisner5c795112013-07-24 11:19:24 -04002966 case ARG_EXCLUDE_PREFIX:
Lennart Poettering7bc040f2014-06-11 01:26:28 +02002967 if (strv_push(&arg_exclude_prefixes, optarg) < 0)
Dave Reisner5c795112013-07-24 11:19:24 -04002968 return log_oom();
2969 break;
2970
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002971 case ARG_ROOT:
Lennart Poettering0f03c2a2015-10-22 19:54:29 +02002972 r = parse_path_argument_and_warn(optarg, true, &arg_root);
Lennart Poettering0f474362015-10-22 19:28:31 +02002973 if (r < 0)
Lennart Poettering0f03c2a2015-10-22 19:54:29 +02002974 return r;
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002975 break;
2976
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002977 case ARG_REPLACE:
2978 if (!path_is_absolute(optarg) ||
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01002979 !endswith(optarg, ".conf"))
2980 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
2981 "The argument to --replace= must an absolute path to a config file");
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002982
2983 arg_replace = optarg;
2984 break;
2985
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002986 case ARG_NO_PAGER:
Zbigniew Jędrzejewski-Szmek0221d682018-11-11 12:56:29 +01002987 arg_pager_flags |= PAGER_DISABLE;
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002988 break;
2989
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002990 case '?':
2991 return -EINVAL;
2992
2993 default:
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002994 assert_not_reached("Unhandled option");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002995 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002996
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01002997 if (arg_operation == 0 && !arg_cat_config)
2998 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
2999 "You need to specify at least one of --clean, --create or --remove.");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003000
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01003001 if (arg_replace && arg_cat_config)
3002 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
3003 "Option --replace= is not supported with --cat-config");
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003004
Zbigniew Jędrzejewski-Szmekbaaa35a2018-11-20 23:40:44 +01003005 if (arg_replace && optind >= argc)
3006 return log_error_errno(SYNTHETIC_ERRNO(EINVAL),
3007 "When --replace= is given, some configuration items must be specified");
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003008
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003009 return 1;
3010}
3011
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003012static int read_config_file(char **config_dirs, const char *fn, bool ignore_enoent, bool *invalid_config) {
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003013 _cleanup_fclose_ FILE *_f = NULL;
Michal Sekletar78a92a52013-01-18 16:13:08 +01003014 Iterator iterator;
Lennart Poettering1731e342013-09-17 11:02:02 -05003015 unsigned v = 0;
Lennart Poettering2a98ae42018-10-18 16:21:05 +02003016 FILE *f;
Michal Sekletar78a92a52013-01-18 16:13:08 +01003017 Item *i;
Lennart Poettering4e68ec12016-06-21 13:20:23 +02003018 int r = 0;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003019
3020 assert(fn);
3021
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003022 if (streq(fn, "-")) {
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003023 log_debug("Reading config from stdin…");
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003024 fn = "<stdin>";
3025 f = stdin;
3026 } else {
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003027 r = search_and_fopen(fn, "re", arg_root, (const char**) config_dirs, &_f);
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003028 if (r < 0) {
3029 if (ignore_enoent && r == -ENOENT) {
3030 log_debug_errno(r, "Failed to open \"%s\", ignoring: %m", fn);
3031 return 0;
3032 }
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003033
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003034 return log_error_errno(r, "Failed to open '%s': %m", fn);
3035 }
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003036 log_debug("Reading config file \"%s\"…", fn);
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003037 f = _f;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003038 }
3039
Lennart Poettering2a98ae42018-10-18 16:21:05 +02003040 for (;;) {
3041 _cleanup_free_ char *line = NULL;
3042 bool invalid_line = false;
Lennart Poettering1731e342013-09-17 11:02:02 -05003043 char *l;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003044 int k;
Lennart Poettering2a98ae42018-10-18 16:21:05 +02003045
3046 k = read_line(f, LONG_LINE_MAX, &line);
3047 if (k < 0)
3048 return log_error_errno(k, "Failed to read '%s': %m", fn);
3049 if (k == 0)
3050 break;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003051
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003052 v++;
3053
3054 l = strstrip(line);
Yu Watanabe4c701092017-10-04 23:01:32 +09003055 if (IN_SET(*l, 0, '#'))
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003056 continue;
3057
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003058 k = parse_line(fn, v, l, &invalid_line);
3059 if (k < 0) {
3060 if (invalid_line)
3061 /* Allow reporting with a special code if the caller requested this */
3062 *invalid_config = true;
3063 else if (r == 0)
3064 /* The first error becomes our return value */
3065 r = k;
3066 }
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003067 }
3068
Michal Sekletar78a92a52013-01-18 16:13:08 +01003069 /* we have to determine age parameter for each entry of type X */
Lennart Poetteringef43a392015-04-22 18:18:56 +02003070 ORDERED_HASHMAP_FOREACH(i, globs, iterator) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01003071 Iterator iter;
3072 Item *j, *candidate_item = NULL;
3073
3074 if (i->type != IGNORE_DIRECTORY_PATH)
3075 continue;
3076
Lennart Poetteringef43a392015-04-22 18:18:56 +02003077 ORDERED_HASHMAP_FOREACH(j, items, iter) {
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02003078 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 +01003079 continue;
3080
3081 if (path_equal(j->path, i->path)) {
3082 candidate_item = j;
3083 break;
3084 }
3085
3086 if ((!candidate_item && path_startswith(i->path, j->path)) ||
3087 (candidate_item && path_startswith(j->path, candidate_item->path) && (fnmatch(i->path, j->path, FNM_PATHNAME | FNM_PERIOD) == 0)))
3088 candidate_item = j;
3089 }
3090
Richard Weinberger9ed2a352014-09-09 11:09:37 +02003091 if (candidate_item && candidate_item->age_set) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01003092 i->age = candidate_item->age;
3093 i->age_set = true;
3094 }
3095 }
3096
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003097 if (ferror(f)) {
Michal Schmidt56f64d92014-11-28 19:29:59 +01003098 log_error_errno(errno, "Failed to read from file %s: %m", fn);
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003099 if (r == 0)
3100 r = -EIO;
3101 }
3102
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003103 return r;
3104}
3105
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003106static int parse_arguments(char **config_dirs, char **args, bool *invalid_config) {
3107 char **arg;
3108 int r;
3109
3110 STRV_FOREACH(arg, args) {
3111 r = read_config_file(config_dirs, *arg, false, invalid_config);
3112 if (r < 0)
3113 return r;
3114 }
3115
3116 return 0;
3117}
3118
3119static int read_config_files(char **config_dirs, char **args, bool *invalid_config) {
3120 _cleanup_strv_free_ char **files = NULL;
3121 _cleanup_free_ char *p = NULL;
3122 char **f;
3123 int r;
3124
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003125 r = conf_files_list_with_replacement(arg_root, config_dirs, arg_replace, &files, &p);
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003126 if (r < 0)
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003127 return r;
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003128
3129 STRV_FOREACH(f, files)
3130 if (p && path_equal(*f, p)) {
3131 log_debug("Parsing arguments at position \"%s\"…", *f);
3132
3133 r = parse_arguments(config_dirs, args, invalid_config);
3134 if (r < 0)
3135 return r;
3136 } else
3137 /* Just warn, ignore result otherwise.
3138 * read_config_file() has some debug output, so no need to print anything. */
3139 (void) read_config_file(config_dirs, *f, true, invalid_config);
3140
3141 return 0;
3142}
3143
Lennart Poettering811a1582018-10-26 20:56:37 +02003144static int link_parent(ItemArray *a) {
3145 const char *path;
3146 char *prefix;
3147 int r;
3148
3149 assert(a);
3150
Lennart Poettering09f467a2018-11-20 16:32:19 +01003151 /* Finds the closest "parent" item array for the specified item array. Then registers the specified item array
Lennart Poettering811a1582018-10-26 20:56:37 +02003152 * as child of it, and fills the parent in, linking them both ways. This allows us to later create parents
3153 * before their children, and clean up/remove children before their parents. */
3154
3155 if (a->n_items <= 0)
3156 return 0;
3157
3158 path = a->items[0].path;
Lennart Poettering6e9417f2019-01-26 15:52:18 +01003159 prefix = newa(char, strlen(path) + 1);
Lennart Poettering811a1582018-10-26 20:56:37 +02003160 PATH_FOREACH_PREFIX(prefix, path) {
3161 ItemArray *j;
3162
3163 j = ordered_hashmap_get(items, prefix);
Lennart Poetteringbd0ce242018-11-20 16:32:23 +01003164 if (!j)
3165 j = ordered_hashmap_get(globs, prefix);
Lennart Poettering811a1582018-10-26 20:56:37 +02003166 if (j) {
3167 r = set_ensure_allocated(&j->children, NULL);
3168 if (r < 0)
3169 return log_oom();
3170
3171 r = set_put(j->children, a);
3172 if (r < 0)
3173 return log_oom();
3174
3175 a->parent = j;
3176 return 1;
3177 }
3178 }
3179
3180 return 0;
3181}
3182
Yu Watanabe87938c32018-11-26 01:00:54 +09003183DEFINE_PRIVATE_HASH_OPS_WITH_VALUE_DESTRUCTOR(item_array_hash_ops, char, string_hash_func, string_compare_func,
3184 ItemArray, item_array_free);
3185
3186static int run(int argc, char *argv[]) {
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003187 _cleanup_strv_free_ char **config_dirs = NULL;
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003188 bool invalid_config = false;
Lennart Poettering64adb372018-10-26 21:19:36 +02003189 Iterator iterator;
3190 ItemArray *a;
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003191 enum {
3192 PHASE_REMOVE_AND_CLEAN,
3193 PHASE_CREATE,
3194 _PHASE_MAX
3195 } phase;
Yu Watanabe87938c32018-11-26 01:00:54 +09003196 int r, k;
Lennart Poettering5008d582010-09-28 02:34:02 +02003197
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +01003198 r = parse_argv(argc, argv);
3199 if (r <= 0)
Yu Watanabe87938c32018-11-26 01:00:54 +09003200 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003201
Lennart Poettering6bf3c612018-11-20 11:18:22 +01003202 log_setup_service();
Lennart Poettering5008d582010-09-28 02:34:02 +02003203
Lennart Poetteringe5358402019-01-18 16:34:52 +01003204 /* Descending down file system trees might take a lot of fds */
3205 (void) rlimit_nofile_bump(HIGH_RLIMIT_NOFILE);
3206
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003207 if (arg_user) {
3208 r = user_config_paths(&config_dirs);
Yu Watanabe87938c32018-11-26 01:00:54 +09003209 if (r < 0)
3210 return log_error_errno(r, "Failed to initialize configuration directory list: %m");
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003211 } else {
3212 config_dirs = strv_split_nulstr(CONF_PATHS_NULSTR("tmpfiles.d"));
Yu Watanabe87938c32018-11-26 01:00:54 +09003213 if (!config_dirs)
3214 return log_oom();
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003215 }
3216
Lennart Poettering79c91ce2018-01-22 15:33:13 +01003217 if (DEBUG_LOGGING) {
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003218 _cleanup_free_ char *t = NULL;
3219
3220 t = strv_join(config_dirs, "\n\t");
3221 if (t)
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003222 log_debug("Looking for configuration files in (higher priority first):\n\t%s", t);
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003223 }
3224
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003225 if (arg_cat_config) {
Zbigniew Jędrzejewski-Szmek0221d682018-11-11 12:56:29 +01003226 (void) pager_open(arg_pager_flags);
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003227
Yu Watanabe87938c32018-11-26 01:00:54 +09003228 return cat_config(config_dirs, argv + optind);
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003229 }
3230
3231 umask(0022);
3232
3233 mac_selinux_init();
3234
Yu Watanabe87938c32018-11-26 01:00:54 +09003235 items = ordered_hashmap_new(&item_array_hash_ops);
3236 globs = ordered_hashmap_new(&item_array_hash_ops);
3237 if (!items || !globs)
3238 return log_oom();
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003239
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003240 /* If command line arguments are specified along with --replace, read all
3241 * configuration files and insert the positional arguments at the specified
3242 * place. Otherwise, if command line arguments are specified, execute just
3243 * them, and finally, without --replace= or any positional arguments, just
3244 * read configuration and execute it.
3245 */
3246 if (arg_replace || optind >= argc)
3247 r = read_config_files(config_dirs, argv + optind, &invalid_config);
3248 else
3249 r = parse_arguments(config_dirs, argv + optind, &invalid_config);
3250 if (r < 0)
Yu Watanabe87938c32018-11-26 01:00:54 +09003251 return r;
Lennart Poettering5008d582010-09-28 02:34:02 +02003252
Lennart Poettering811a1582018-10-26 20:56:37 +02003253 /* Let's now link up all child/parent relationships */
Lennart Poetteringef43a392015-04-22 18:18:56 +02003254 ORDERED_HASHMAP_FOREACH(a, items, iterator) {
Lennart Poettering811a1582018-10-26 20:56:37 +02003255 r = link_parent(a);
3256 if (r < 0)
Yu Watanabe87938c32018-11-26 01:00:54 +09003257 return r;
Lennart Poettering811a1582018-10-26 20:56:37 +02003258 }
3259 ORDERED_HASHMAP_FOREACH(a, globs, iterator) {
3260 r = link_parent(a);
3261 if (r < 0)
Yu Watanabe87938c32018-11-26 01:00:54 +09003262 return r;
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05003263 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01003264
Lennart Poettering64adb372018-10-26 21:19:36 +02003265 /* If multiple operations are requested, let's first run the remove/clean operations, and only then the create
3266 * operations. i.e. that we first clean out the platform we then build on. */
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003267 for (phase = 0; phase < _PHASE_MAX; phase++) {
Lennart Poettering64adb372018-10-26 21:19:36 +02003268 OperationMask op;
Lennart Poettering5008d582010-09-28 02:34:02 +02003269
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003270 if (phase == PHASE_REMOVE_AND_CLEAN)
Lennart Poettering64adb372018-10-26 21:19:36 +02003271 op = arg_operation & (OPERATION_REMOVE|OPERATION_CLEAN);
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003272 else if (phase == PHASE_CREATE)
Lennart Poettering64adb372018-10-26 21:19:36 +02003273 op = arg_operation & OPERATION_CREATE;
3274 else
3275 assert_not_reached("unexpected phase");
3276
3277 if (op == 0) /* Nothing requested in this phase */
3278 continue;
3279
3280 /* The non-globbing ones usually create things, hence we apply them first */
3281 ORDERED_HASHMAP_FOREACH(a, items, iterator) {
3282 k = process_item_array(a, op);
Yu Watanabe87938c32018-11-26 01:00:54 +09003283 if (k < 0 && r >= 0)
3284 r = k;
Lennart Poettering64adb372018-10-26 21:19:36 +02003285 }
3286
3287 /* The globbing ones usually alter things, hence we apply them second. */
3288 ORDERED_HASHMAP_FOREACH(a, globs, iterator) {
3289 k = process_item_array(a, op);
Yu Watanabe87938c32018-11-26 01:00:54 +09003290 if (k < 0 && r >= 0)
3291 r = k;
Lennart Poettering64adb372018-10-26 21:19:36 +02003292 }
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05003293 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003294
Yu Watanabe87938c32018-11-26 01:00:54 +09003295 if (ERRNO_IS_RESOURCE(-r))
3296 return r;
3297 if (invalid_config)
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003298 return EX_DATAERR;
Yu Watanabe87938c32018-11-26 01:00:54 +09003299 if (r < 0)
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003300 return EX_CANTCREAT;
Yu Watanabe87938c32018-11-26 01:00:54 +09003301 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02003302}
Yu Watanabe87938c32018-11-26 01:00:54 +09003303
3304DEFINE_MAIN_FUNCTION_WITH_POSITIVE_FAILURE(run);