blob: 5f2844195cef614bf3adc326f6e46bae4ad184c3 [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>
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -050015#include <sys/stat.h>
Maciej Wereskiebf4e802014-12-04 10:32:10 +010016#include <sys/xattr.h>
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +010017#include <sysexits.h>
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020018#include <time.h>
19#include <unistd.h>
Lennart Poettering5008d582010-09-28 02:34:02 +020020
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +010021#include "sd-path.h"
22
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020023#include "acl-util.h"
Lennart Poetteringb5efdb82015-10-27 03:01:06 +010024#include "alloc-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020025#include "btrfs-util.h"
Lennart Poettering430f0182015-10-26 23:32:16 +010026#include "capability-util.h"
Lennart Poetteringc8b30942015-10-26 20:39:23 +010027#include "chattr-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020028#include "conf-files.h"
29#include "copy.h"
Lennart Poetteringa0f29c72015-11-03 12:26:12 +010030#include "def.h"
Reverend Homer8fb3f002016-12-09 12:04:30 +030031#include "dirent-util.h"
Lennart Poettering4f5dd392015-10-23 18:52:53 +020032#include "escape.h"
Lennart Poettering3ffd4af2015-10-25 13:14:12 +010033#include "fd-util.h"
Lennart Poettering0d39fa92015-10-26 18:05:03 +010034#include "fileio.h"
Zbigniew Jędrzejewski-Szmekf97b34a2016-11-07 10:14:59 -050035#include "format-util.h"
Lennart Poetteringf4f15632015-10-26 21:16:26 +010036#include "fs-util.h"
Lennart Poettering7d50b322015-10-27 01:48:17 +010037#include "glob-util.h"
Lennart Poetteringc0044932015-10-25 14:08:25 +010038#include "io-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020039#include "label.h"
Lennart Poettering5008d582010-09-28 02:34:02 +020040#include "log.h"
Dave Reisner54693d92012-09-15 12:58:49 -040041#include "macro.h"
Zbigniew Jędrzejewski-Szmekd39efe72013-03-13 20:20:54 -040042#include "missing.h"
Kay Sievers49e942b2012-04-10 21:54:31 +020043#include "mkdir.h"
Lennart Poettering4e036b72015-10-27 13:45:00 +010044#include "mount-util.h"
Lennart Poetteringdcd5c892018-06-12 15:37:53 +020045#include "pager.h"
Lennart Poettering6bedfcb2015-10-26 16:18:16 +010046#include "parse-util.h"
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +010047#include "path-lookup.h"
Kay Sievers9eb977d2012-05-07 21:36:12 +020048#include "path-util.h"
Zbigniew Jędrzejewski-Szmek294bf0c2018-11-20 15:42:57 +010049#include "pretty-print.h"
Lennart Poetteringc6878632015-04-04 11:52:57 +020050#include "rm-rf.h"
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +010051#include "selinux-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020052#include "set.h"
53#include "specifier.h"
Lennart Poettering8fcde012015-10-26 22:01:44 +010054#include "stat-util.h"
Lennart Poettering15a5e952015-10-27 01:26:31 +010055#include "stdio-util.h"
Lennart Poettering8b434402015-10-26 22:31:05 +010056#include "string-table.h"
Lennart Poettering07630ce2015-10-24 22:58:24 +020057#include "string-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020058#include "strv.h"
Lennart Poetteringaffb60b2015-10-26 23:20:41 +010059#include "umask-util.h"
Lennart Poetteringb1d4f8e2015-10-25 22:32:30 +010060#include "user-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020061#include "util.h"
Lennart Poettering5008d582010-09-28 02:34:02 +020062
Andreas Jaeger01000472010-09-29 10:08:24 +020063/* This reads all files listed in /etc/tmpfiles.d/?*.conf and creates
Lennart Poettering5008d582010-09-28 02:34:02 +020064 * them in the file system. This is intended to be used to create
Kay Sieversdb019b82011-04-04 15:33:00 +020065 * properly owned directories beneath /tmp, /var/tmp, /run, which are
66 * volatile and hence need to be recreated on bootup. */
Lennart Poettering5008d582010-09-28 02:34:02 +020067
Lennart Poettering1a967b62018-10-25 23:19:00 +020068typedef enum OperationMask {
69 OPERATION_CREATE = 1 << 0,
70 OPERATION_REMOVE = 1 << 1,
71 OPERATION_CLEAN = 1 << 2,
72} OperationMask;
73
Michal Schmidt66ccd032011-12-15 21:31:14 +010074typedef enum ItemType {
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +010075 /* These ones take file names */
Lennart Poettering3b63d2d2010-10-18 22:38:41 +020076 CREATE_FILE = 'f',
77 TRUNCATE_FILE = 'F',
78 CREATE_DIRECTORY = 'd',
79 TRUNCATE_DIRECTORY = 'D',
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +010080 CREATE_SUBVOLUME = 'v',
Lennart Poettering5fb13eb2015-10-21 19:46:23 +020081 CREATE_SUBVOLUME_INHERIT_QUOTA = 'q',
82 CREATE_SUBVOLUME_NEW_QUOTA = 'Q',
Lennart Poetteringee17ee72011-07-12 03:56:56 +020083 CREATE_FIFO = 'p',
Lennart Poettering468d7262012-01-17 15:04:12 +010084 CREATE_SYMLINK = 'L',
85 CREATE_CHAR_DEVICE = 'c',
86 CREATE_BLOCK_DEVICE = 'b',
Lennart Poettering849958d2014-06-10 23:02:40 +020087 COPY_FILES = 'C',
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +010088
89 /* These ones take globs */
Lennart Poettering17493fa2015-04-10 16:22:22 +020090 WRITE_FILE = 'w',
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -040091 EMPTY_DIRECTORY = 'e',
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -050092 SET_XATTR = 't',
93 RECURSIVE_SET_XATTR = 'T',
94 SET_ACL = 'a',
95 RECURSIVE_SET_ACL = 'A',
Lennart Poettering17493fa2015-04-10 16:22:22 +020096 SET_ATTRIBUTE = 'h',
97 RECURSIVE_SET_ATTRIBUTE = 'H',
Lennart Poettering3b63d2d2010-10-18 22:38:41 +020098 IGNORE_PATH = 'x',
Michal Sekletar78a92a52013-01-18 16:13:08 +010099 IGNORE_DIRECTORY_PATH = 'X',
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200100 REMOVE_PATH = 'r',
Michal Schmidta8d88782011-12-15 23:11:07 +0100101 RECURSIVE_REMOVE_PATH = 'R',
Michal Schmidt777b87e2011-12-16 18:27:35 +0100102 RELABEL_PATH = 'z',
Lennart Poetteringe73a03e2014-06-10 23:42:16 +0200103 RECURSIVE_RELABEL_PATH = 'Z',
Lennart Poettering17493fa2015-04-10 16:22:22 +0200104 ADJUST_MODE = 'm', /* legacy, 'z' is identical to this */
Michal Schmidt66ccd032011-12-15 21:31:14 +0100105} ItemType;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200106
107typedef struct Item {
Michal Schmidt66ccd032011-12-15 21:31:14 +0100108 ItemType type;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200109
110 char *path;
Lennart Poettering468d7262012-01-17 15:04:12 +0100111 char *argument;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100112 char **xattrs;
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +0200113#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500114 acl_t acl_access;
115 acl_t acl_default;
116#endif
Lennart Poettering5008d582010-09-28 02:34:02 +0200117 uid_t uid;
118 gid_t gid;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200119 mode_t mode;
120 usec_t age;
121
Lennart Poettering468d7262012-01-17 15:04:12 +0100122 dev_t major_minor;
Lennart Poettering88ec4df2015-04-08 22:35:52 +0200123 unsigned attribute_value;
124 unsigned attribute_mask;
Lennart Poettering468d7262012-01-17 15:04:12 +0100125
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200126 bool uid_set:1;
127 bool gid_set:1;
128 bool mode_set:1;
129 bool age_set:1;
Lennart Poetteringabef3f92014-06-11 10:14:07 +0200130 bool mask_perms:1;
Lennart Poettering88ec4df2015-04-08 22:35:52 +0200131 bool attribute_set:1;
Lennart Poettering24f3a372012-06-20 09:05:50 +0200132
133 bool keep_first_level:1;
Lennart Poettering1910cd02014-06-11 01:37:35 +0200134
Lennart Poettering2e78fa72014-06-16 13:21:07 +0200135 bool force:1;
136
William Douglas6d7b5432018-09-10 12:07:29 -0700137 bool allow_failure:1;
138
Lennart Poettering811a1582018-10-26 20:56:37 +0200139 OperationMask done;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200140} Item;
141
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500142typedef struct ItemArray {
143 Item *items;
Lennart Poettering96d10d72018-10-25 13:51:01 +0200144 size_t n_items;
Lennart Poettering64768712018-10-25 13:48:25 +0200145 size_t allocated;
Lennart Poettering811a1582018-10-26 20:56:37 +0200146
147 struct ItemArray *parent;
148 Set *children;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500149} ItemArray;
150
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100151typedef enum DirectoryType {
Lennart Poettering133bbca2018-10-26 10:32:48 +0200152 DIRECTORY_RUNTIME,
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100153 DIRECTORY_STATE,
154 DIRECTORY_CACHE,
155 DIRECTORY_LOGS,
156 _DIRECTORY_TYPE_MAX,
157} DirectoryType;
158
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +0200159static bool arg_cat_config = false;
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100160static bool arg_user = false;
Lennart Poettering1a967b62018-10-25 23:19:00 +0200161static OperationMask arg_operation = 0;
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -0500162static bool arg_boot = false;
Zbigniew Jędrzejewski-Szmek0221d682018-11-11 12:56:29 +0100163static PagerFlags arg_pager_flags = 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200164
Lennart Poettering7bc040f2014-06-11 01:26:28 +0200165static char **arg_include_prefixes = NULL;
166static char **arg_exclude_prefixes = NULL;
Michael Marineaucf9a4ab2014-03-13 21:32:13 -0700167static char *arg_root = NULL;
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +0100168static char *arg_replace = NULL;
Lennart Poetteringfba6e682011-02-13 14:00:54 +0100169
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200170#define MAX_DEPTH 256
171
Lennart Poetteringef43a392015-04-22 18:18:56 +0200172static OrderedHashmap *items = NULL, *globs = NULL;
Lennart Poettering7bc040f2014-06-11 01:26:28 +0200173static Set *unix_sockets = NULL;
174
Franck Bui4cef1922017-11-16 11:27:29 +0100175static int specifier_machine_id_safe(char specifier, void *data, void *userdata, char **ret);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100176static int specifier_directory(char specifier, void *data, void *userdata, char **ret);
Franck Bui4cef1922017-11-16 11:27:29 +0100177
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200178static const Specifier specifier_table[] = {
Franck Bui4cef1922017-11-16 11:27:29 +0100179 { 'm', specifier_machine_id_safe, NULL },
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100180 { 'b', specifier_boot_id, NULL },
181 { 'H', specifier_host_name, NULL },
182 { 'v', specifier_kernel_release, NULL },
ayekatca23eeb2017-11-24 12:44:08 +0100183
Davide Cavalcab75f0c62018-10-13 01:26:48 -0700184 { 'g', specifier_group_name, NULL },
185 { 'G', specifier_group_id, NULL },
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100186 { 'U', specifier_user_id, NULL },
187 { 'u', specifier_user_name, NULL },
188 { 'h', specifier_user_home, NULL },
Lennart Poetteringb294e592018-05-29 11:25:26 +0200189
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100190 { 't', specifier_directory, UINT_TO_PTR(DIRECTORY_RUNTIME) },
191 { 'S', specifier_directory, UINT_TO_PTR(DIRECTORY_STATE) },
192 { 'C', specifier_directory, UINT_TO_PTR(DIRECTORY_CACHE) },
193 { 'L', specifier_directory, UINT_TO_PTR(DIRECTORY_LOGS) },
Lennart Poetteringb294e592018-05-29 11:25:26 +0200194 { 'T', specifier_tmp_dir, NULL },
195 { 'V', specifier_var_tmp_dir, NULL },
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200196 {}
197};
198
Franck Bui4cef1922017-11-16 11:27:29 +0100199static int specifier_machine_id_safe(char specifier, void *data, void *userdata, char **ret) {
200 int r;
201
Franck Buid8dab752018-01-10 23:28:44 +0100202 /* If /etc/machine_id is missing or empty (e.g. in a chroot environment)
203 * return a recognizable error so that the caller can skip the rule
Franck Bui4cef1922017-11-16 11:27:29 +0100204 * gracefully. */
205
206 r = specifier_machine_id(specifier, data, userdata, ret);
Franck Buid8dab752018-01-10 23:28:44 +0100207 if (IN_SET(r, -ENOENT, -ENOMEDIUM))
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100208 return -ENXIO;
Franck Bui4cef1922017-11-16 11:27:29 +0100209
210 return r;
211}
212
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100213static int specifier_directory(char specifier, void *data, void *userdata, char **ret) {
214 struct table_entry {
215 uint64_t type;
216 const char *suffix;
217 };
218
219 static const struct table_entry paths_system[] = {
220 [DIRECTORY_RUNTIME] = { SD_PATH_SYSTEM_RUNTIME },
221 [DIRECTORY_STATE] = { SD_PATH_SYSTEM_STATE_PRIVATE },
222 [DIRECTORY_CACHE] = { SD_PATH_SYSTEM_STATE_CACHE },
223 [DIRECTORY_LOGS] = { SD_PATH_SYSTEM_STATE_LOGS },
224 };
225
226 static const struct table_entry paths_user[] = {
227 [DIRECTORY_RUNTIME] = { SD_PATH_USER_RUNTIME },
228 [DIRECTORY_STATE] = { SD_PATH_USER_CONFIGURATION },
229 [DIRECTORY_CACHE] = { SD_PATH_USER_STATE_CACHE },
230 [DIRECTORY_LOGS] = { SD_PATH_USER_CONFIGURATION, "log" },
231 };
232
233 unsigned i;
234 const struct table_entry *paths;
235
236 assert_cc(ELEMENTSOF(paths_system) == ELEMENTSOF(paths_user));
237 paths = arg_user ? paths_user : paths_system;
238
239 i = PTR_TO_UINT(data);
240 assert(i < ELEMENTSOF(paths_system));
241
242 return sd_path_home(paths[i].type, paths[i].suffix, ret);
243}
244
Franck Bui4cef1922017-11-16 11:27:29 +0100245static int log_unresolvable_specifier(const char *filename, unsigned line) {
246 static bool notified = false;
247
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100248 /* In system mode, this is called when /etc is not fully initialized (e.g.
249 * in a chroot environment) where some specifiers are unresolvable. In user
250 * mode, this is called when some variables are not defined. These cases are
251 * not considered as an error so log at LOG_NOTICE only for the first time
252 * and then downgrade this to LOG_DEBUG for the rest. */
Franck Bui4cef1922017-11-16 11:27:29 +0100253
254 log_full(notified ? LOG_DEBUG : LOG_NOTICE,
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100255 "[%s:%u] Failed to resolve specifier: %s, skipping",
256 filename, line,
257 arg_user ? "Required $XDG_... variable not defined" : "uninitialized /etc detected");
Franck Bui4cef1922017-11-16 11:27:29 +0100258
259 if (!notified)
260 log_notice("All rules containing unresolvable specifiers will be skipped.");
261
262 notified = true;
263 return 0;
264}
265
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100266static int user_config_paths(char*** ret) {
267 _cleanup_strv_free_ char **config_dirs = NULL, **data_dirs = NULL;
268 _cleanup_free_ char *persistent_config = NULL, *runtime_config = NULL, *data_home = NULL;
269 _cleanup_strv_free_ char **res = NULL;
270 int r;
271
272 r = xdg_user_dirs(&config_dirs, &data_dirs);
273 if (r < 0)
274 return r;
275
276 r = xdg_user_config_dir(&persistent_config, "/user-tmpfiles.d");
277 if (r < 0 && r != -ENXIO)
278 return r;
279
280 r = xdg_user_runtime_dir(&runtime_config, "/user-tmpfiles.d");
281 if (r < 0 && r != -ENXIO)
282 return r;
283
284 r = xdg_user_data_dir(&data_home, "/user-tmpfiles.d");
285 if (r < 0 && r != -ENXIO)
286 return r;
287
288 r = strv_extend_strv_concat(&res, config_dirs, "/user-tmpfiles.d");
289 if (r < 0)
290 return r;
291
292 r = strv_extend(&res, persistent_config);
293 if (r < 0)
294 return r;
295
296 r = strv_extend(&res, runtime_config);
297 if (r < 0)
298 return r;
299
300 r = strv_extend(&res, data_home);
301 if (r < 0)
302 return r;
303
304 r = strv_extend_strv_concat(&res, data_dirs, "/user-tmpfiles.d");
305 if (r < 0)
306 return r;
307
308 r = path_strv_make_absolute_cwd(res);
309 if (r < 0)
310 return r;
311
Lennart Poetteringae2a15b2018-03-22 16:53:26 +0100312 *ret = TAKE_PTR(res);
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100313 return 0;
314}
315
Michal Schmidt66ccd032011-12-15 21:31:14 +0100316static bool needs_glob(ItemType t) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200317 return IN_SET(t,
318 WRITE_FILE,
319 IGNORE_PATH,
320 IGNORE_DIRECTORY_PATH,
321 REMOVE_PATH,
322 RECURSIVE_REMOVE_PATH,
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -0400323 EMPTY_DIRECTORY,
Lennart Poetteringe73a03e2014-06-10 23:42:16 +0200324 ADJUST_MODE,
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200325 RELABEL_PATH,
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -0500326 RECURSIVE_RELABEL_PATH,
327 SET_XATTR,
328 RECURSIVE_SET_XATTR,
329 SET_ACL,
Lennart Poettering34f64532015-04-09 13:12:06 +0200330 RECURSIVE_SET_ACL,
331 SET_ATTRIBUTE,
332 RECURSIVE_SET_ATTRIBUTE);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100333}
334
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500335static bool takes_ownership(ItemType t) {
336 return IN_SET(t,
337 CREATE_FILE,
338 TRUNCATE_FILE,
339 CREATE_DIRECTORY,
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -0400340 EMPTY_DIRECTORY,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500341 TRUNCATE_DIRECTORY,
342 CREATE_SUBVOLUME,
Lennart Poettering5fb13eb2015-10-21 19:46:23 +0200343 CREATE_SUBVOLUME_INHERIT_QUOTA,
344 CREATE_SUBVOLUME_NEW_QUOTA,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500345 CREATE_FIFO,
346 CREATE_SYMLINK,
347 CREATE_CHAR_DEVICE,
348 CREATE_BLOCK_DEVICE,
349 COPY_FILES,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500350 WRITE_FILE,
351 IGNORE_PATH,
352 IGNORE_DIRECTORY_PATH,
353 REMOVE_PATH,
354 RECURSIVE_REMOVE_PATH);
355}
356
Lennart Poetteringef43a392015-04-22 18:18:56 +0200357static struct Item* find_glob(OrderedHashmap *h, const char *match) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500358 ItemArray *j;
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100359 Iterator i;
360
Lennart Poetteringef43a392015-04-22 18:18:56 +0200361 ORDERED_HASHMAP_FOREACH(j, h, i) {
Lennart Poettering96d10d72018-10-25 13:51:01 +0200362 size_t n;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500363
Lennart Poettering96d10d72018-10-25 13:51:01 +0200364 for (n = 0; n < j->n_items; n++) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500365 Item *item = j->items + n;
366
367 if (fnmatch(item->path, match, FNM_PATHNAME|FNM_PERIOD) == 0)
368 return item;
369 }
370 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100371
372 return NULL;
373}
374
Lennart Poettering17b90522011-02-14 21:55:06 +0100375static void load_unix_sockets(void) {
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200376 _cleanup_fclose_ FILE *f = NULL;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100377 int r;
Lennart Poettering17b90522011-02-14 21:55:06 +0100378
379 if (unix_sockets)
380 return;
381
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100382 /* 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 +0100383
Lennart Poettering548f6932018-02-08 18:58:35 +0100384 unix_sockets = set_new(&path_hash_ops);
385 if (!unix_sockets) {
386 log_oom();
Lennart Poettering17b90522011-02-14 21:55:06 +0100387 return;
Lennart Poettering548f6932018-02-08 18:58:35 +0100388 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100389
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100390 f = fopen("/proc/net/unix", "re");
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100391 if (!f) {
392 log_full_errno(errno == ENOENT ? LOG_DEBUG : LOG_WARNING, errno,
393 "Failed to open /proc/net/unix, ignoring: %m");
394 goto fail;
395 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100396
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100397 /* Skip header */
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100398 r = read_line(f, LONG_LINE_MAX, NULL);
399 if (r < 0) {
400 log_warning_errno(r, "Failed to skip /proc/net/unix header line: %m");
Lennart Poettering17b90522011-02-14 21:55:06 +0100401 goto fail;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100402 }
403 if (r == 0) {
404 log_warning("Premature end of file reading /proc/net/unix.");
405 goto fail;
406 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100407
408 for (;;) {
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100409 _cleanup_free_ char *line = NULL;
Lennart Poettering17b90522011-02-14 21:55:06 +0100410 char *p, *s;
Lennart Poettering17b90522011-02-14 21:55:06 +0100411
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100412 r = read_line(f, LONG_LINE_MAX, &line);
413 if (r < 0) {
414 log_warning_errno(r, "Failed to read /proc/net/unix line, ignoring: %m");
415 goto fail;
416 }
417 if (r == 0) /* EOF */
Lennart Poettering17b90522011-02-14 21:55:06 +0100418 break;
419
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100420 p = strchr(line, ':');
421 if (!p)
Lennart Poettering17b90522011-02-14 21:55:06 +0100422 continue;
423
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100424 if (strlen(p) < 37)
425 continue;
426
427 p += 37;
Lennart Poettering17b90522011-02-14 21:55:06 +0100428 p += strspn(p, WHITESPACE);
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100429 p += strcspn(p, WHITESPACE); /* skip one more word */
Lennart Poettering17b90522011-02-14 21:55:06 +0100430 p += strspn(p, WHITESPACE);
431
432 if (*p != '/')
433 continue;
434
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100435 s = strdup(p);
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100436 if (!s) {
437 log_oom();
Lennart Poettering17b90522011-02-14 21:55:06 +0100438 goto fail;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100439 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100440
Yu Watanabe858d36c2018-05-31 23:39:31 +0900441 path_simplify(s, false);
Lennart Poettering4ff21d82011-02-17 13:13:34 +0100442
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100443 r = set_consume(unix_sockets, s);
444 if (r < 0 && r != -EEXIST) {
445 log_warning_errno(r, "Failed to add AF_UNIX socket to set, ignoring: %m");
Zbigniew Jędrzejewski-Szmekef422022013-04-22 23:12:15 -0400446 goto fail;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100447 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100448 }
449
450 return;
451
452fail:
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100453 unix_sockets = set_free_free(unix_sockets);
Lennart Poettering17b90522011-02-14 21:55:06 +0100454}
455
456static bool unix_socket_alive(const char *fn) {
457 assert(fn);
458
459 load_unix_sockets();
460
461 if (unix_sockets)
462 return !!set_get(unix_sockets, (char*) fn);
463
464 /* We don't know, so assume yes */
465 return true;
466}
467
Kay Sievers99d680a2013-03-13 13:12:36 +0100468static int dir_is_mount_point(DIR *d, const char *subdir) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200469
Kay Sievers99d680a2013-03-13 13:12:36 +0100470 int mount_id_parent, mount_id;
471 int r_p, r;
472
Lennart Poetteringcbfb8672017-11-20 15:29:53 +0100473 r_p = name_to_handle_at_loop(dirfd(d), ".", NULL, &mount_id_parent, 0);
Kay Sievers99d680a2013-03-13 13:12:36 +0100474 if (r_p < 0)
475 r_p = -errno;
476
Lennart Poetteringcbfb8672017-11-20 15:29:53 +0100477 r = name_to_handle_at_loop(dirfd(d), subdir, NULL, &mount_id, 0);
Kay Sievers99d680a2013-03-13 13:12:36 +0100478 if (r < 0)
479 r = -errno;
480
481 /* got no handle; make no assumptions, return error */
482 if (r_p < 0 && r < 0)
483 return r_p;
484
485 /* got both handles; if they differ, it is a mount point */
486 if (r_p >= 0 && r >= 0)
487 return mount_id_parent != mount_id;
488
489 /* got only one handle; assume different mount points if one
490 * of both queries was not supported by the filesystem */
Yu Watanabe4c701092017-10-04 23:01:32 +0900491 if (IN_SET(r_p, -ENOSYS, -EOPNOTSUPP) || IN_SET(r, -ENOSYS, -EOPNOTSUPP))
Kay Sievers99d680a2013-03-13 13:12:36 +0100492 return true;
493
494 /* return error */
495 if (r_p < 0)
496 return r_p;
497 return r;
498}
499
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500500static DIR* xopendirat_nomod(int dirfd, const char *path) {
501 DIR *dir;
502
503 dir = xopendirat(dirfd, path, O_NOFOLLOW|O_NOATIME);
Lennart Poettering15322272015-03-23 18:54:31 +0700504 if (dir)
505 return dir;
506
507 log_debug_errno(errno, "Cannot open %sdirectory \"%s\": %m", dirfd == AT_FDCWD ? "" : "sub", path);
508 if (errno != EPERM)
509 return NULL;
510
511 dir = xopendirat(dirfd, path, O_NOFOLLOW);
512 if (!dir)
513 log_debug_errno(errno, "Cannot open %sdirectory \"%s\": %m", dirfd == AT_FDCWD ? "" : "sub", path);
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500514
515 return dir;
516}
517
518static DIR* opendir_nomod(const char *path) {
519 return xopendirat_nomod(AT_FDCWD, path);
520}
521
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200522static int dir_cleanup(
Michal Sekletar78a92a52013-01-18 16:13:08 +0100523 Item *i,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200524 const char *p,
525 DIR *d,
526 const struct stat *ds,
527 usec_t cutoff,
528 dev_t rootdev,
529 bool mountpoint,
Lennart Poettering24f3a372012-06-20 09:05:50 +0200530 int maxdepth,
Lennart Poettering265ffa12013-09-17 16:33:30 -0500531 bool keep_this_level) {
532
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200533 struct dirent *dent;
534 struct timespec times[2];
535 bool deleted = false;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200536 int r = 0;
537
Reverend Homer8fb3f002016-12-09 12:04:30 +0300538 FOREACH_DIRENT_ALL(dent, d, break) {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200539 struct stat s;
540 usec_t age;
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200541 _cleanup_free_ char *sub_path = NULL;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200542
Lennart Poettering49bfc872017-02-02 00:06:18 +0100543 if (dot_or_dot_dot(dent->d_name))
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200544 continue;
545
546 if (fstatat(dirfd(d), dent->d_name, &s, AT_SYMLINK_NOFOLLOW) < 0) {
Kay Sieversca2f4172013-10-17 03:20:46 +0200547 if (errno == ENOENT)
548 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200549
Kay Sieversca2f4172013-10-17 03:20:46 +0200550 /* FUSE, NFS mounts, SELinux might return EACCES */
Lennart Poetteringecc17092018-01-22 15:29:30 +0100551 r = log_full_errno(errno == EACCES ? LOG_DEBUG : LOG_ERR, errno,
552 "stat(%s/%s) failed: %m", p, dent->d_name);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200553 continue;
554 }
555
556 /* Stay on the same filesystem */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500557 if (s.st_dev != rootdev) {
558 log_debug("Ignoring \"%s/%s\": different filesystem.", p, dent->d_name);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200559 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500560 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200561
Kay Sievers99d680a2013-03-13 13:12:36 +0100562 /* Try to detect bind mounts of the same filesystem instance; they
563 * do not differ in device major/minors. This type of query is not
564 * supported on all kernels or filesystem types though. */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500565 if (S_ISDIR(s.st_mode) && dir_is_mount_point(d, dent->d_name) > 0) {
566 log_debug("Ignoring \"%s/%s\": different mount of the same filesystem.",
567 p, dent->d_name);
Kay Sievers99d680a2013-03-13 13:12:36 +0100568 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500569 }
Kay Sievers99d680a2013-03-13 13:12:36 +0100570
Zbigniew Jędrzejewski-Szmek605405c2016-10-23 11:43:27 -0400571 sub_path = strjoin(p, "/", dent->d_name);
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200572 if (!sub_path) {
Shawn Landden0d0f0c52012-07-25 14:55:59 -0700573 r = log_oom();
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200574 goto finish;
575 }
576
577 /* Is there an item configured for this path? */
Lennart Poetteringef43a392015-04-22 18:18:56 +0200578 if (ordered_hashmap_get(items, sub_path)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500579 log_debug("Ignoring \"%s\": a separate entry exists.", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200580 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500581 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200582
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500583 if (find_glob(globs, sub_path)) {
584 log_debug("Ignoring \"%s\": a separate glob exists.", sub_path);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100585 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500586 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100587
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200588 if (S_ISDIR(s.st_mode)) {
589
590 if (mountpoint &&
591 streq(dent->d_name, "lost+found") &&
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500592 s.st_uid == 0) {
593 log_debug("Ignoring \"%s\".", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200594 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500595 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200596
597 if (maxdepth <= 0)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500598 log_warning("Reached max depth on \"%s\".", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200599 else {
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200600 _cleanup_closedir_ DIR *sub_dir;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200601 int q;
602
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500603 sub_dir = xopendirat_nomod(dirfd(d), dent->d_name);
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200604 if (!sub_dir) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500605 if (errno != ENOENT)
606 r = log_error_errno(errno, "opendir(%s) failed: %m", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200607
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 Poettering24f3a372012-06-20 09:05:50 +0200616 /* Note: if you are wondering why we don't
617 * support the sticky bit for excluding
618 * directories from cleaning like we do it for
619 * other file system objects: well, the sticky
620 * bit already has a meaning for directories,
621 * so we don't want to overload that. */
622
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500623 if (keep_this_level) {
624 log_debug("Keeping \"%s\".", sub_path);
Lennart Poettering24f3a372012-06-20 09:05:50 +0200625 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500626 }
Lennart Poettering24f3a372012-06-20 09:05:50 +0200627
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200628 /* Ignore ctime, we change it when deleting */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500629 age = timespec_load(&s.st_mtim);
630 if (age >= cutoff) {
631 char a[FORMAT_TIMESTAMP_MAX];
632 /* Follows spelling in stat(1). */
633 log_debug("Directory \"%s\": modify time %s is too new.",
634 sub_path,
635 format_timestamp_us(a, sizeof(a), age));
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200636 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500637 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200638
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500639 age = timespec_load(&s.st_atim);
640 if (age >= cutoff) {
641 char a[FORMAT_TIMESTAMP_MAX];
642 log_debug("Directory \"%s\": access time %s is too new.",
643 sub_path,
644 format_timestamp_us(a, sizeof(a), age));
645 continue;
646 }
647
Zbigniew Jędrzejewski-Szmek61253222015-01-31 01:03:09 -0500648 log_debug("Removing directory \"%s\".", sub_path);
649 if (unlinkat(dirfd(d), dent->d_name, AT_REMOVEDIR) < 0)
Lennart Poettering920ce822018-01-22 15:31:01 +0100650 if (!IN_SET(errno, ENOENT, ENOTEMPTY))
651 r = log_error_errno(errno, "rmdir(%s): %m", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200652
653 } else {
Lennart Poettering9c737362010-11-14 20:12:51 +0100654 /* Skip files for which the sticky bit is
655 * set. These are semantics we define, and are
656 * unknown elsewhere. See XDG_RUNTIME_DIR
657 * specification for details. */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500658 if (s.st_mode & S_ISVTX) {
659 log_debug("Skipping \"%s\": sticky bit set.", sub_path);
Lennart Poettering9c737362010-11-14 20:12:51 +0100660 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200661 }
662
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500663 if (mountpoint && S_ISREG(s.st_mode))
Zbigniew Jędrzejewski-Szmek1542c012015-06-13 13:14:37 -0400664 if (s.st_uid == 0 && STR_IN_SET(dent->d_name,
665 ".journal",
666 "aquota.user",
667 "aquota.group")) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500668 log_debug("Skipping \"%s\".", sub_path);
669 continue;
670 }
671
Lennart Poettering17b90522011-02-14 21:55:06 +0100672 /* Ignore sockets that are listed in /proc/net/unix */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500673 if (S_ISSOCK(s.st_mode) && unix_socket_alive(sub_path)) {
674 log_debug("Skipping \"%s\": live socket.", sub_path);
Lennart Poettering17b90522011-02-14 21:55:06 +0100675 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500676 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100677
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100678 /* Ignore device nodes */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500679 if (S_ISCHR(s.st_mode) || S_ISBLK(s.st_mode)) {
680 log_debug("Skipping \"%s\": a device.", sub_path);
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100681 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500682 }
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100683
Lennart Poettering24f3a372012-06-20 09:05:50 +0200684 /* Keep files on this level around if this is
685 * requested */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500686 if (keep_this_level) {
687 log_debug("Keeping \"%s\".", sub_path);
Lennart Poettering24f3a372012-06-20 09:05:50 +0200688 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200689 }
690
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500691 age = timespec_load(&s.st_mtim);
692 if (age >= cutoff) {
693 char a[FORMAT_TIMESTAMP_MAX];
694 /* Follows spelling in stat(1). */
695 log_debug("File \"%s\": modify time %s is too new.",
696 sub_path,
697 format_timestamp_us(a, sizeof(a), age));
698 continue;
699 }
700
701 age = timespec_load(&s.st_atim);
702 if (age >= cutoff) {
703 char a[FORMAT_TIMESTAMP_MAX];
704 log_debug("File \"%s\": access time %s is too new.",
705 sub_path,
706 format_timestamp_us(a, sizeof(a), age));
707 continue;
708 }
709
710 age = timespec_load(&s.st_ctim);
711 if (age >= cutoff) {
712 char a[FORMAT_TIMESTAMP_MAX];
713 log_debug("File \"%s\": change time %s is too new.",
714 sub_path,
715 format_timestamp_us(a, sizeof(a), age));
716 continue;
717 }
718
719 log_debug("unlink \"%s\"", sub_path);
720
721 if (unlinkat(dirfd(d), dent->d_name, 0) < 0)
722 if (errno != ENOENT)
723 r = log_error_errno(errno, "unlink(%s): %m", sub_path);
724
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200725 deleted = true;
726 }
727 }
728
729finish:
730 if (deleted) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500731 usec_t age1, age2;
732 char a[FORMAT_TIMESTAMP_MAX], b[FORMAT_TIMESTAMP_MAX];
733
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200734 /* Restore original directory timestamps */
735 times[0] = ds->st_atim;
736 times[1] = ds->st_mtim;
737
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500738 age1 = timespec_load(&ds->st_atim);
739 age2 = timespec_load(&ds->st_mtim);
740 log_debug("Restoring access and modification time on \"%s\": %s, %s",
741 p,
742 format_timestamp_us(a, sizeof(a), age1),
743 format_timestamp_us(b, sizeof(b), age2));
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200744 if (futimens(dirfd(d), times) < 0)
Michal Schmidt56f64d92014-11-28 19:29:59 +0100745 log_error_errno(errno, "utimensat(%s): %m", p);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200746 }
747
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200748 return r;
749}
750
Lennart Poettering5579f852018-01-23 14:03:34 +0100751static bool dangerous_hardlinks(void) {
752 _cleanup_free_ char *value = NULL;
753 static int cached = -1;
754 int r;
755
756 /* Check whether the fs.protected_hardlinks sysctl is on. If we can't determine it we assume its off, as that's
757 * what the upstream default is. */
758
759 if (cached >= 0)
760 return cached;
761
762 r = read_one_line_file("/proc/sys/fs/protected_hardlinks", &value);
763 if (r < 0) {
764 log_debug_errno(r, "Failed to read fs.protected_hardlinks sysctl: %m");
765 return true;
766 }
767
768 r = parse_boolean(value);
769 if (r < 0) {
770 log_debug_errno(r, "Failed to parse fs.protected_hardlinks sysctl: %m");
771 return true;
772 }
773
774 cached = r == 0;
775 return cached;
776}
777
Franck Bui774f79b2018-03-02 16:13:07 +0100778static bool hardlink_vulnerable(const struct stat *st) {
Lennart Poettering5579f852018-01-23 14:03:34 +0100779 assert(st);
780
781 return !S_ISDIR(st->st_mode) && st->st_nlink > 1 && dangerous_hardlinks();
782}
783
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200784static int fd_set_perms(Item *i, int fd, const char *path, const struct stat *st) {
Franck Buib206ac82018-04-13 11:39:39 +0200785 struct stat stbuf;
Franck Bui936f6bd2018-03-02 17:19:32 +0100786
787 assert(i);
788 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +0200789 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100790
791 if (!i->mode_set && !i->uid_set && !i->gid_set)
792 goto shortcut;
793
Franck Buib206ac82018-04-13 11:39:39 +0200794 if (!st) {
795 if (fstat(fd, &stbuf) < 0)
796 return log_error_errno(errno, "fstat(%s) failed: %m", path);
797 st = &stbuf;
798 }
799
Franck Bui936f6bd2018-03-02 17:19:32 +0100800 if (hardlink_vulnerable(st)) {
801 log_error("Refusing to set permissions on hardlinked file %s while the fs.protected_hardlinks sysctl is turned off.", path);
802 return -EPERM;
803 }
804
805 if (i->mode_set) {
806 if (S_ISLNK(st->st_mode))
807 log_debug("Skipping mode fix for symlink %s.", path);
808 else {
809 mode_t m = i->mode;
810
811 if (i->mask_perms) {
812 if (!(st->st_mode & 0111))
813 m &= ~0111;
814 if (!(st->st_mode & 0222))
815 m &= ~0222;
816 if (!(st->st_mode & 0444))
817 m &= ~0444;
818 if (!S_ISDIR(st->st_mode))
819 m &= ~07000; /* remove sticky/sgid/suid bit, unless directory */
820 }
821
822 if (m == (st->st_mode & 07777))
823 log_debug("\"%s\" has correct mode %o already.", path, st->st_mode);
824 else {
Franck Bui936f6bd2018-03-02 17:19:32 +0100825 log_debug("Changing \"%s\" to mode %o.", path, m);
Franck Bui4dfaa522018-04-11 16:58:49 +0200826 if (fchmod_opath(fd, m) < 0)
827 return log_error_errno(errno, "fchmod() of %s failed: %m", path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100828 }
829 }
830 }
831
832 if ((i->uid_set && i->uid != st->st_uid) ||
833 (i->gid_set && i->gid != st->st_gid)) {
834 log_debug("Changing \"%s\" to owner "UID_FMT":"GID_FMT,
835 path,
836 i->uid_set ? i->uid : UID_INVALID,
837 i->gid_set ? i->gid : GID_INVALID);
838
839 if (fchownat(fd,
840 "",
841 i->uid_set ? i->uid : UID_INVALID,
842 i->gid_set ? i->gid : GID_INVALID,
843 AT_EMPTY_PATH) < 0)
844 return log_error_errno(errno, "fchownat() of %s failed: %m", path);
845 }
846
847shortcut:
Lennart Poettering08c84982018-03-27 07:38:26 +0200848 return label_fix(path, 0);
Franck Bui936f6bd2018-03-02 17:19:32 +0100849}
850
Franck Bui5ec9d062018-04-13 17:31:22 +0200851static int path_open_parent_safe(const char *path) {
852 _cleanup_free_ char *dn = NULL;
853 int fd;
854
855 if (path_equal(path, "/") || !path_is_normalized(path)) {
856 log_error("Failed to open parent of '%s': invalid path.", path);
857 return -EINVAL;
858 }
859
860 dn = dirname_malloc(path);
861 if (!dn)
862 return log_oom();
863
864 fd = chase_symlinks(dn, NULL, CHASE_OPEN|CHASE_SAFE, NULL);
865 if (fd == -EPERM)
866 return log_error_errno(fd, "Unsafe symlinks encountered in %s, refusing.", path);
867 if (fd < 0)
868 return log_error_errno(fd, "Failed to validate path %s: %m", path);
869
870 return fd;
871}
872
Franck Buiaddc3e32018-03-20 08:58:48 +0100873static int path_open_safe(const char *path) {
874 int fd;
875
876 /* path_open_safe() returns a file descriptor opened with O_PATH after
877 * verifying that the path doesn't contain unsafe transitions, except
878 * for its final component as the function does not follow symlink. */
879
880 assert(path);
881
882 if (!path_is_normalized(path)) {
883 log_error("Failed to open invalid path '%s'.", path);
884 return -EINVAL;
885 }
886
887 fd = chase_symlinks(path, NULL, CHASE_OPEN|CHASE_SAFE|CHASE_NOFOLLOW, NULL);
888 if (fd == -EPERM)
889 return log_error_errno(fd, "Unsafe symlinks encountered in %s, refusing.", path);
890 if (fd < 0)
891 return log_error_errno(fd, "Failed to validate path %s: %m", path);
892
893 return fd;
894}
895
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -0500896static int path_set_perms(Item *i, const char *path) {
Lennart Poettering48b8aaa2015-04-13 15:16:54 +0200897 _cleanup_close_ int fd = -1;
Michael Olbrich1924a972014-08-17 09:45:00 +0200898
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200899 assert(i);
900 assert(path);
901
Franck Buiaddc3e32018-03-20 08:58:48 +0100902 fd = path_open_safe(path);
Franck Bui54946022018-04-26 15:45:17 +0200903 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +0100904 return fd;
Michal Sekletar780e2ee2017-08-31 12:45:25 +0200905
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200906 return fd_set_perms(i, fd, path, NULL);
Michal Schmidt062e01b2011-12-16 18:00:11 +0100907}
908
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200909static int parse_xattrs_from_arg(Item *i) {
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100910 const char *p;
911 int r;
912
913 assert(i);
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500914 assert(i->argument);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100915
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100916 p = i->argument;
917
Lennart Poettering4034a062015-03-23 18:55:36 +0700918 for (;;) {
Franck Bui4cef1922017-11-16 11:27:29 +0100919 _cleanup_free_ char *name = NULL, *value = NULL, *xattr = NULL;
Lennart Poettering4034a062015-03-23 18:55:36 +0700920
Richard Maw12ba2c42015-06-23 16:26:49 +0000921 r = extract_first_word(&p, &xattr, NULL, EXTRACT_QUOTES|EXTRACT_CUNESCAPE);
Lennart Poettering4034a062015-03-23 18:55:36 +0700922 if (r < 0)
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200923 log_warning_errno(r, "Failed to parse extended attribute '%s', ignoring: %m", p);
Lennart Poettering4034a062015-03-23 18:55:36 +0700924 if (r <= 0)
925 break;
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500926
Franck Bui4cef1922017-11-16 11:27:29 +0100927 r = split_pair(xattr, "=", &name, &value);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100928 if (r < 0) {
Lennart Poettering4034a062015-03-23 18:55:36 +0700929 log_warning_errno(r, "Failed to parse extended attribute, ignoring: %s", xattr);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100930 continue;
931 }
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500932
Lennart Poettering4034a062015-03-23 18:55:36 +0700933 if (isempty(name) || isempty(value)) {
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200934 log_warning("Malformed extended attribute found, ignoring: %s", xattr);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100935 continue;
936 }
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500937
Lennart Poettering4034a062015-03-23 18:55:36 +0700938 if (strv_push_pair(&i->xattrs, name, value) < 0)
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100939 return log_oom();
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500940
Lennart Poettering4034a062015-03-23 18:55:36 +0700941 name = value = NULL;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100942 }
943
Lennart Poettering4034a062015-03-23 18:55:36 +0700944 return 0;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100945}
946
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200947static int fd_set_xattrs(Item *i, int fd, const char *path, const struct stat *st) {
Lennart Poettering34d26772018-03-23 15:41:33 +0100948 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100949 char **name, **value;
950
951 assert(i);
Franck Bui936f6bd2018-03-02 17:19:32 +0100952 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +0200953 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100954
955 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100956
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100957 STRV_FOREACH_PAIR(name, value, i->xattrs) {
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200958 log_debug("Setting extended attribute '%s=%s' on %s.", *name, *value, path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100959 if (setxattr(procfs_path, *name, *value, strlen(*value), 0) < 0)
Zbigniew Jędrzejewski-Szmek25f027c2017-05-13 11:26:55 -0400960 return log_error_errno(errno, "Setting extended attribute %s=%s on %s failed: %m",
961 *name, *value, path);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100962 }
963 return 0;
964}
965
Franck Bui936f6bd2018-03-02 17:19:32 +0100966static int path_set_xattrs(Item *i, const char *path) {
967 _cleanup_close_ int fd = -1;
968
969 assert(i);
970 assert(path);
971
Franck Buiaddc3e32018-03-20 08:58:48 +0100972 fd = path_open_safe(path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100973 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +0100974 return fd;
Franck Bui936f6bd2018-03-02 17:19:32 +0100975
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200976 return fd_set_xattrs(i, fd, path, NULL);
Franck Bui936f6bd2018-03-02 17:19:32 +0100977}
978
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200979static int parse_acls_from_arg(Item *item) {
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +0200980#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500981 int r;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500982
983 assert(item);
984
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -0500985 /* If force (= modify) is set, we will not modify the acl
986 * afterwards, so the mask can be added now if necessary. */
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200987
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -0500988 r = parse_acl(item->argument, &item->acl_access, &item->acl_default, !item->force);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500989 if (r < 0)
Lennart Poettering4034a062015-03-23 18:55:36 +0700990 log_warning_errno(r, "Failed to parse ACL \"%s\": %m. Ignoring", item->argument);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500991#else
992 log_warning_errno(ENOSYS, "ACLs are not supported. Ignoring");
993#endif
994
995 return 0;
996}
997
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +0200998#if HAVE_ACL
Lennart Poettering48b8aaa2015-04-13 15:16:54 +0200999static int path_set_acl(const char *path, const char *pretty, acl_type_t type, acl_t acl, bool modify) {
1000 _cleanup_(acl_free_charpp) char *t = NULL;
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001001 _cleanup_(acl_freep) acl_t dup = NULL;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001002 int r;
1003
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001004 /* Returns 0 for success, positive error if already warned,
1005 * negative error otherwise. */
1006
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001007 if (modify) {
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001008 r = acls_for_file(path, type, acl, &dup);
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001009 if (r < 0)
1010 return r;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001011
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001012 r = calc_acl_mask_if_needed(&dup);
1013 if (r < 0)
1014 return r;
1015 } else {
1016 dup = acl_dup(acl);
1017 if (!dup)
1018 return -errno;
1019
1020 /* the mask was already added earlier if needed */
1021 }
1022
1023 r = add_base_acls_if_needed(&dup, path);
1024 if (r < 0)
1025 return r;
1026
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001027 t = acl_to_any_text(dup, NULL, ',', TEXT_ABBREVIATE);
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001028 log_debug("Setting %s ACL %s on %s.",
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001029 type == ACL_TYPE_ACCESS ? "access" : "default",
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001030 strna(t), pretty);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001031
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001032 r = acl_set_file(path, type, dup);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001033 if (r < 0)
Lennart Poettering3ea40b72015-04-10 14:44:52 +02001034 /* Return positive to indicate we already warned */
1035 return -log_error_errno(errno,
1036 "Setting %s ACL \"%s\" on %s failed: %m",
1037 type == ACL_TYPE_ACCESS ? "access" : "default",
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001038 strna(t), pretty);
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001039
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001040 return 0;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001041}
Zbigniew Jędrzejewski-Szmek35888b62015-02-02 20:28:39 -05001042#endif
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001043
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001044static int fd_set_acls(Item *item, int fd, const char *path, const struct stat *st) {
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001045 int r = 0;
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02001046#if HAVE_ACL
Lennart Poettering34d26772018-03-23 15:41:33 +01001047 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Franck Buib206ac82018-04-13 11:39:39 +02001048 struct stat stbuf;
Franck Bui936f6bd2018-03-02 17:19:32 +01001049
1050 assert(item);
1051 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001052 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001053
Franck Buib206ac82018-04-13 11:39:39 +02001054 if (!st) {
1055 if (fstat(fd, &stbuf) < 0)
1056 return log_error_errno(errno, "fstat(%s) failed: %m", path);
1057 st = &stbuf;
1058 }
1059
Franck Bui936f6bd2018-03-02 17:19:32 +01001060 if (hardlink_vulnerable(st)) {
1061 log_error("Refusing to set ACLs on hardlinked file %s while the fs.protected_hardlinks sysctl is turned off.", path);
1062 return -EPERM;
1063 }
1064
1065 if (S_ISLNK(st->st_mode)) {
1066 log_debug("Skipping ACL fix for symlink %s.", path);
1067 return 0;
1068 }
1069
1070 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
1071
1072 if (item->acl_access)
1073 r = path_set_acl(procfs_path, path, ACL_TYPE_ACCESS, item->acl_access, item->force);
1074
remueller26673852018-07-16 16:56:01 +02001075 /* set only default acls to folders */
1076 if (r == 0 && item->acl_default && S_ISDIR(st->st_mode))
Franck Bui936f6bd2018-03-02 17:19:32 +01001077 r = path_set_acl(procfs_path, path, ACL_TYPE_DEFAULT, item->acl_default, item->force);
1078
1079 if (r > 0)
1080 return -r; /* already warned */
1081 if (r == -EOPNOTSUPP) {
1082 log_debug_errno(r, "ACLs not supported by file system at %s", path);
1083 return 0;
1084 }
1085 if (r < 0)
1086 return log_error_errno(r, "ACL operation on \"%s\" failed: %m", path);
1087#endif
1088 return r;
1089}
1090
1091static int path_set_acls(Item *item, const char *path) {
1092 int r = 0;
Yu Watanabe545cdb92018-06-29 16:26:49 +09001093#if HAVE_ACL
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001094 _cleanup_close_ int fd = -1;
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001095
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001096 assert(item);
1097 assert(path);
1098
Franck Buiaddc3e32018-03-20 08:58:48 +01001099 fd = path_open_safe(path);
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001100 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +01001101 return fd;
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001102
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001103 r = fd_set_acls(item, fd, path, NULL);
Yu Watanabe545cdb92018-06-29 16:26:49 +09001104#endif
1105 return r;
1106}
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001107
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001108#define ATTRIBUTES_ALL \
1109 (FS_NOATIME_FL | \
1110 FS_SYNC_FL | \
1111 FS_DIRSYNC_FL | \
1112 FS_APPEND_FL | \
1113 FS_COMPR_FL | \
1114 FS_NODUMP_FL | \
1115 FS_EXTENT_FL | \
1116 FS_IMMUTABLE_FL | \
1117 FS_JOURNAL_DATA_FL | \
1118 FS_SECRM_FL | \
1119 FS_UNRM_FL | \
1120 FS_NOTAIL_FL | \
1121 FS_TOPDIR_FL | \
1122 FS_NOCOW_FL)
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001123
Lennart Poetteringbd550f72015-04-10 16:03:24 +02001124static int parse_attribute_from_arg(Item *item) {
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001125
1126 static const struct {
1127 char character;
1128 unsigned value;
1129 } attributes[] = {
1130 { 'A', FS_NOATIME_FL }, /* do not update atime */
1131 { 'S', FS_SYNC_FL }, /* Synchronous updates */
1132 { 'D', FS_DIRSYNC_FL }, /* dirsync behaviour (directories only) */
1133 { 'a', FS_APPEND_FL }, /* writes to file may only append */
1134 { 'c', FS_COMPR_FL }, /* Compress file */
1135 { 'd', FS_NODUMP_FL }, /* do not dump file */
kpengboy8c35b2c2016-05-29 08:31:14 -07001136 { 'e', FS_EXTENT_FL }, /* Extents */
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001137 { 'i', FS_IMMUTABLE_FL }, /* Immutable file */
1138 { 'j', FS_JOURNAL_DATA_FL }, /* Reserved for ext3 */
1139 { 's', FS_SECRM_FL }, /* Secure deletion */
1140 { 'u', FS_UNRM_FL }, /* Undelete */
1141 { 't', FS_NOTAIL_FL }, /* file tail should not be merged */
AsciiWolf13e785f2017-02-24 18:14:02 +01001142 { 'T', FS_TOPDIR_FL }, /* Top of directory hierarchies */
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001143 { 'C', FS_NOCOW_FL }, /* Do not cow file */
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001144 };
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001145
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001146 enum {
1147 MODE_ADD,
1148 MODE_DEL,
1149 MODE_SET
1150 } mode = MODE_ADD;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001151
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001152 unsigned value = 0, mask = 0;
1153 const char *p;
1154
1155 assert(item);
1156
1157 p = item->argument;
1158 if (p) {
1159 if (*p == '+') {
1160 mode = MODE_ADD;
1161 p++;
1162 } else if (*p == '-') {
1163 mode = MODE_DEL;
1164 p++;
1165 } else if (*p == '=') {
1166 mode = MODE_SET;
1167 p++;
1168 }
1169 }
1170
1171 if (isempty(p) && mode != MODE_SET) {
1172 log_error("Setting file attribute on '%s' needs an attribute specification.", item->path);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001173 return -EINVAL;
1174 }
1175
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001176 for (; p && *p ; p++) {
1177 unsigned i, v;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001178
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001179 for (i = 0; i < ELEMENTSOF(attributes); i++)
1180 if (*p == attributes[i].character)
1181 break;
1182
1183 if (i >= ELEMENTSOF(attributes)) {
1184 log_error("Unknown file attribute '%c' on '%s'.", *p, item->path);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001185 return -EINVAL;
1186 }
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001187
1188 v = attributes[i].value;
1189
Andreas Rammhold37420952017-09-29 00:37:23 +02001190 SET_FLAG(value, v, IN_SET(mode, MODE_ADD, MODE_SET));
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001191
1192 mask |= v;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001193 }
1194
1195 if (mode == MODE_SET)
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001196 mask |= ATTRIBUTES_ALL;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001197
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001198 assert(mask != 0);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001199
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001200 item->attribute_mask = mask;
1201 item->attribute_value = value;
1202 item->attribute_set = true;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001203
1204 return 0;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001205}
1206
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001207static int fd_set_attribute(Item *item, int fd, const char *path, const struct stat *st) {
Franck Bui936f6bd2018-03-02 17:19:32 +01001208 _cleanup_close_ int procfs_fd = -1;
Franck Buib206ac82018-04-13 11:39:39 +02001209 struct stat stbuf;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001210 unsigned f;
1211 int r;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001212
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001213 assert(item);
1214 assert(fd);
1215 assert(path);
1216
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001217 if (!item->attribute_set || item->attribute_mask == 0)
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001218 return 0;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001219
Franck Buib206ac82018-04-13 11:39:39 +02001220 if (!st) {
1221 if (fstat(fd, &stbuf) < 0)
1222 return log_error_errno(errno, "fstat(%s) failed: %m", path);
1223 st = &stbuf;
1224 }
1225
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001226 /* Issuing the file attribute ioctls on device nodes is not
1227 * safe, as that will be delivered to the drivers, not the
1228 * file system containing the device node. */
Franck Bui936f6bd2018-03-02 17:19:32 +01001229 if (!S_ISREG(st->st_mode) && !S_ISDIR(st->st_mode)) {
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001230 log_error("Setting file flags is only supported on regular files and directories, cannot set on '%s'.", path);
1231 return -EINVAL;
1232 }
1233
1234 f = item->attribute_value & item->attribute_mask;
1235
1236 /* Mask away directory-specific flags */
Franck Bui936f6bd2018-03-02 17:19:32 +01001237 if (!S_ISDIR(st->st_mode))
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001238 f &= ~FS_DIRSYNC_FL;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001239
Lennart Poetteringf2324782018-03-26 13:25:51 +02001240 procfs_fd = fd_reopen(fd, O_RDONLY|O_CLOEXEC|O_NOATIME);
Franck Bui936f6bd2018-03-02 17:19:32 +01001241 if (procfs_fd < 0)
Lennart Poetteringc3e03772018-08-06 20:19:52 +02001242 return log_error_errno(procfs_fd, "Failed to re-open '%s': %m", path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001243
Lennart Poetteringdb9a4252018-06-25 20:04:07 +02001244 r = chattr_fd(procfs_fd, f, item->attribute_mask, NULL);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001245 if (r < 0)
Yu Watanabe4c701092017-10-04 23:01:32 +09001246 log_full_errno(IN_SET(r, -ENOTTY, -EOPNOTSUPP) ? LOG_DEBUG : LOG_WARNING,
Lennart Poetteringad75a972015-07-22 22:02:14 +02001247 r,
Lennart Poettering15b45fa2018-08-06 15:44:47 +02001248 "Cannot set file attribute for '%s', value=0x%08x, mask=0x%08x, ignoring: %m",
Lennart Poetteringad75a972015-07-22 22:02:14 +02001249 path, item->attribute_value, item->attribute_mask);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001250
1251 return 0;
1252}
1253
Franck Bui936f6bd2018-03-02 17:19:32 +01001254static int path_set_attribute(Item *item, const char *path) {
1255 _cleanup_close_ int fd = -1;
Franck Bui936f6bd2018-03-02 17:19:32 +01001256
1257 if (!item->attribute_set || item->attribute_mask == 0)
1258 return 0;
1259
Franck Buiaddc3e32018-03-20 08:58:48 +01001260 fd = path_open_safe(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001261 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +01001262 return fd;
Franck Bui936f6bd2018-03-02 17:19:32 +01001263
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001264 return fd_set_attribute(item, fd, path, NULL);
Franck Bui936f6bd2018-03-02 17:19:32 +01001265}
1266
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001267static int write_one_file(Item *i, const char *path) {
Franck Bui551470e2018-04-13 17:54:09 +02001268 _cleanup_close_ int fd = -1, dir_fd = -1;
1269 char *bn;
Franck Bui31c84ff2018-04-13 09:19:24 +02001270 int r;
1271
1272 assert(i);
1273 assert(path);
1274 assert(i->argument);
1275 assert(i->type == WRITE_FILE);
1276
Franck Bui551470e2018-04-13 17:54:09 +02001277 /* Validate the path and keep the fd on the directory for opening the
1278 * file so we're sure that it can't be changed behind our back. */
1279 dir_fd = path_open_parent_safe(path);
1280 if (dir_fd < 0)
1281 return dir_fd;
1282
1283 bn = basename(path);
1284
Franck Bui31c84ff2018-04-13 09:19:24 +02001285 /* Follows symlinks */
Franck Bui551470e2018-04-13 17:54:09 +02001286 fd = openat(dir_fd, bn, O_NONBLOCK|O_CLOEXEC|O_WRONLY|O_NOCTTY, i->mode);
Franck Bui31c84ff2018-04-13 09:19:24 +02001287 if (fd < 0) {
1288 if (errno == ENOENT) {
1289 log_debug_errno(errno, "Not writing missing file \"%s\": %m", path);
1290 return 0;
1291 }
1292 return log_error_errno(errno, "Failed to open file \"%s\": %m", path);
1293 }
1294
1295 /* 'w' is allowed to write into any kind of files. */
1296 log_debug("Writing to \"%s\".", path);
1297
1298 r = loop_write(fd, i->argument, strlen(i->argument), false);
1299 if (r < 0)
1300 return log_error_errno(r, "Failed to write file \"%s\": %m", path);
1301
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001302 return fd_set_perms(i, fd, path, NULL);
Franck Bui31c84ff2018-04-13 09:19:24 +02001303}
1304
1305static int create_file(Item *i, const char *path) {
Franck Bui5ec9d062018-04-13 17:31:22 +02001306 _cleanup_close_ int fd = -1, dir_fd = -1;
1307 struct stat stbuf, *st = NULL;
1308 int r = 0;
1309 char *bn;
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001310
Lennart Poettering874f1942014-06-10 22:48:56 +02001311 assert(i);
1312 assert(path);
Franck Bui5ec9d062018-04-13 17:31:22 +02001313 assert(i->type == CREATE_FILE);
Lennart Poettering874f1942014-06-10 22:48:56 +02001314
Franck Bui5ec9d062018-04-13 17:31:22 +02001315 /* 'f' operates on regular files exclusively. */
1316
1317 /* Validate the path and keep the fd on the directory for opening the
1318 * file so we're sure that it can't be changed behind our back. */
1319 dir_fd = path_open_parent_safe(path);
1320 if (dir_fd < 0)
1321 return dir_fd;
1322
1323 bn = basename(path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001324
Lennart Poettering43ad6e32014-06-18 00:01:39 +02001325 RUN_WITH_UMASK(0000) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001326 mac_selinux_create_file_prepare(path, S_IFREG);
Franck Bui5ec9d062018-04-13 17:31:22 +02001327 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 +02001328 mac_selinux_create_file_clear();
Lennart Poettering5c0d3982013-04-04 03:39:39 +02001329 }
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001330
1331 if (fd < 0) {
Franck Bui5ec9d062018-04-13 17:31:22 +02001332 /* Even on a read-only filesystem, open(2) returns EEXIST if the
1333 * file already exists. It returns EROFS only if it needs to
1334 * create the file. */
1335 if (errno != EEXIST)
1336 return log_error_errno(errno, "Failed to create file %s: %m", path);
1337
1338 /* Re-open the file. At that point it must exist since open(2)
1339 * failed with EEXIST. We still need to check if the perms/mode
1340 * need to be changed. For read-only filesystems, we let
1341 * fd_set_perms() report the error if the perms need to be
1342 * modified. */
1343 fd = openat(dir_fd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH, i->mode);
1344 if (fd < 0)
1345 return log_error_errno(errno, "Failed to re-open file %s: %m", path);
1346
1347 if (fstat(fd, &stbuf) < 0)
1348 return log_error_errno(errno, "stat(%s) failed: %m", path);
1349
1350 if (!S_ISREG(stbuf.st_mode)) {
1351 log_error("%s exists and is not a regular file.", path);
1352 return -EEXIST;
Lennart Poettering49e87292018-01-24 10:54:10 +01001353 }
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001354
Franck Bui5ec9d062018-04-13 17:31:22 +02001355 st = &stbuf;
1356 } else {
Michael Olbrichf44b28f2015-04-30 20:50:38 +02001357
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001358 log_debug("\"%s\" has been created.", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001359
Franck Bui5ec9d062018-04-13 17:31:22 +02001360 if (i->argument) {
1361 log_debug("Writing to \"%s\".", path);
Dave Reisner3612fbc2012-09-12 16:21:00 -04001362
Franck Bui5ec9d062018-04-13 17:31:22 +02001363 r = loop_write(fd, i->argument, strlen(i->argument), false);
1364 if (r < 0)
1365 return log_error_errno(r, "Failed to write file \"%s\": %m", path);
1366 }
1367 }
1368
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001369 return fd_set_perms(i, fd, path, st);
Franck Bui5ec9d062018-04-13 17:31:22 +02001370}
1371
1372static int truncate_file(Item *i, const char *path) {
Franck Bui14ab8042018-04-13 17:50:49 +02001373 _cleanup_close_ int fd = -1, dir_fd = -1;
Franck Bui5ec9d062018-04-13 17:31:22 +02001374 struct stat stbuf, *st = NULL;
1375 bool erofs = false;
1376 int r = 0;
Franck Bui14ab8042018-04-13 17:50:49 +02001377 char *bn;
Franck Bui5ec9d062018-04-13 17:31:22 +02001378
1379 assert(i);
1380 assert(path);
1381 assert(i->type == TRUNCATE_FILE);
1382
1383 /* We want to operate on regular file exclusively especially since
1384 * O_TRUNC is unspecified if the file is neither a regular file nor a
1385 * fifo nor a terminal device. Therefore we first open the file and make
1386 * sure it's a regular one before truncating it. */
1387
Franck Bui14ab8042018-04-13 17:50:49 +02001388 /* Validate the path and keep the fd on the directory for opening the
1389 * file so we're sure that it can't be changed behind our back. */
1390 dir_fd = path_open_parent_safe(path);
1391 if (dir_fd < 0)
1392 return dir_fd;
1393
1394 bn = basename(path);
1395
Franck Bui5ec9d062018-04-13 17:31:22 +02001396 RUN_WITH_UMASK(0000) {
1397 mac_selinux_create_file_prepare(path, S_IFREG);
Franck Bui14ab8042018-04-13 17:50:49 +02001398 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 +02001399 mac_selinux_create_file_clear();
1400 }
1401
1402 if (fd < 0) {
1403 if (errno != EROFS)
1404 return log_error_errno(errno, "Failed to open/create file %s: %m", path);
1405
1406 /* On a read-only filesystem, we don't want to fail if the
1407 * target is already empty and the perms are set. So we still
1408 * proceed with the sanity checks and let the remaining
1409 * operations fail with EROFS if they try to modify the target
1410 * file. */
1411
Franck Bui14ab8042018-04-13 17:50:49 +02001412 fd = openat(dir_fd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH, i->mode);
Franck Bui5ec9d062018-04-13 17:31:22 +02001413 if (fd < 0) {
1414 if (errno == ENOENT) {
1415 log_error("Cannot create file %s on a read-only file system.", path);
1416 return -EROFS;
1417 }
1418
1419 return log_error_errno(errno, "Failed to re-open file %s: %m", path);
1420 }
1421
1422 erofs = true;
1423 }
1424
1425 if (fstat(fd, &stbuf) < 0)
Michal Schmidt4a62c712014-11-28 19:57:32 +01001426 return log_error_errno(errno, "stat(%s) failed: %m", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001427
Franck Bui5ec9d062018-04-13 17:31:22 +02001428 if (!S_ISREG(stbuf.st_mode)) {
1429 log_error("%s exists and is not a regular file.", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001430 return -EEXIST;
1431 }
1432
Franck Bui5ec9d062018-04-13 17:31:22 +02001433 if (stbuf.st_size > 0) {
1434 if (ftruncate(fd, 0) < 0) {
1435 r = erofs ? -EROFS : -errno;
1436 return log_error_errno(r, "Failed to truncate file %s: %m", path);
1437 }
1438 } else
1439 st = &stbuf;
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001440
Franck Bui5ec9d062018-04-13 17:31:22 +02001441 log_debug("\"%s\" has been created.", path);
1442
1443 if (i->argument) {
1444 log_debug("Writing to \"%s\".", path);
1445
1446 r = loop_write(fd, i->argument, strlen(i->argument), false);
1447 if (r < 0) {
1448 r = erofs ? -EROFS : r;
1449 return log_error_errno(r, "Failed to write file %s: %m", path);
1450 }
1451 }
1452
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001453 return fd_set_perms(i, fd, path, st);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001454}
1455
Franck Buib1f7b172018-04-12 12:19:22 +02001456static int copy_files(Item *i) {
Franck Bui16ba55a2018-04-12 12:55:22 +02001457 _cleanup_close_ int dfd = -1, fd = -1;
1458 char *bn;
Franck Buib1f7b172018-04-12 12:19:22 +02001459 int r;
1460
1461 log_debug("Copying tree \"%s\" to \"%s\".", i->argument, i->path);
1462
Franck Bui16ba55a2018-04-12 12:55:22 +02001463 bn = basename(i->path);
Franck Buib1f7b172018-04-12 12:19:22 +02001464
Franck Bui16ba55a2018-04-12 12:55:22 +02001465 /* Validate the path and use the returned directory fd for copying the
1466 * target so we're sure that the path can't be changed behind our
1467 * back. */
1468 dfd = path_open_parent_safe(i->path);
1469 if (dfd < 0)
1470 return dfd;
Franck Buib1f7b172018-04-12 12:19:22 +02001471
Franck Bui16ba55a2018-04-12 12:55:22 +02001472 r = copy_tree_at(AT_FDCWD, i->argument,
1473 dfd, bn,
1474 i->uid_set ? i->uid : UID_INVALID,
1475 i->gid_set ? i->gid : GID_INVALID,
1476 COPY_REFLINK);
Franck Buib1f7b172018-04-12 12:19:22 +02001477 if (r < 0) {
1478 struct stat a, b;
1479
Franck Bui16ba55a2018-04-12 12:55:22 +02001480 /* If the target already exists on read-only filesystems, trying
1481 * to create the target will not fail with EEXIST but with
1482 * EROFS. */
1483 if (r == -EROFS && faccessat(dfd, bn, F_OK, AT_SYMLINK_NOFOLLOW) == 0)
1484 r = -EEXIST;
1485
Franck Buib1f7b172018-04-12 12:19:22 +02001486 if (r != -EEXIST)
1487 return log_error_errno(r, "Failed to copy files to %s: %m", i->path);
1488
1489 if (stat(i->argument, &a) < 0)
1490 return log_error_errno(errno, "stat(%s) failed: %m", i->argument);
1491
Franck Bui16ba55a2018-04-12 12:55:22 +02001492 if (fstatat(dfd, bn, &b, AT_SYMLINK_NOFOLLOW) < 0)
Franck Buib1f7b172018-04-12 12:19:22 +02001493 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
1494
1495 if ((a.st_mode ^ b.st_mode) & S_IFMT) {
1496 log_debug("Can't copy to %s, file exists already and is of different type", i->path);
1497 return 0;
1498 }
1499 }
1500
Franck Bui16ba55a2018-04-12 12:55:22 +02001501 fd = openat(dfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1502 if (fd < 0)
1503 return log_error_errno(errno, "Failed to openat(%s): %m", i->path);
1504
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001505 return fd_set_perms(i, fd, i->path, NULL);
Franck Buib1f7b172018-04-12 12:19:22 +02001506}
1507
Franck Bui074bd732018-04-12 18:10:57 +02001508typedef enum {
1509 CREATION_NORMAL,
1510 CREATION_EXISTING,
1511 CREATION_FORCE,
1512 _CREATION_MODE_MAX,
1513 _CREATION_MODE_INVALID = -1
1514} CreationMode;
1515
1516static const char *creation_mode_verb_table[_CREATION_MODE_MAX] = {
1517 [CREATION_NORMAL] = "Created",
1518 [CREATION_EXISTING] = "Found existing",
1519 [CREATION_FORCE] = "Created replacement",
1520};
1521
1522DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING(creation_mode_verb, CreationMode);
1523
Franck Buif17a8d62018-08-06 12:29:54 +02001524static int create_directory_or_subvolume(const char *path, mode_t mode, bool subvol, CreationMode *creation) {
Franck Bui4c39d892018-04-27 11:51:14 +02001525 _cleanup_close_ int pfd = -1;
Franck Buif17a8d62018-08-06 12:29:54 +02001526 CreationMode c;
Franck Bui4c39d892018-04-27 11:51:14 +02001527 int r;
Franck Bui4ad36842018-04-26 14:54:20 +02001528
Franck Bui4c39d892018-04-27 11:51:14 +02001529 assert(path);
Franck Bui4ad36842018-04-26 14:54:20 +02001530
Franck Buif17a8d62018-08-06 12:29:54 +02001531 if (!creation)
1532 creation = &c;
1533
Franck Bui4c39d892018-04-27 11:51:14 +02001534 pfd = path_open_parent_safe(path);
1535 if (pfd < 0)
1536 return pfd;
Franck Bui4ad36842018-04-26 14:54:20 +02001537
Franck Bui4c39d892018-04-27 11:51:14 +02001538 if (subvol) {
Franck Bui4ad36842018-04-26 14:54:20 +02001539 if (btrfs_is_subvol(empty_to_root(arg_root)) <= 0)
1540
1541 /* Don't create a subvolume unless the root directory is
1542 * one, too. We do this under the assumption that if the
1543 * root directory is just a plain directory (i.e. very
1544 * light-weight), we shouldn't try to split it up into
1545 * subvolumes (i.e. more heavy-weight). Thus, chroot()
1546 * environments and suchlike will get a full brtfs
1547 * subvolume set up below their tree only if they
1548 * specifically set up a btrfs subvolume for the root
1549 * dir too. */
1550
Franck Bui4c39d892018-04-27 11:51:14 +02001551 subvol = false;
Franck Bui4ad36842018-04-26 14:54:20 +02001552 else {
Franck Bui4c39d892018-04-27 11:51:14 +02001553 RUN_WITH_UMASK((~mode) & 0777)
1554 r = btrfs_subvol_make_fd(pfd, basename(path));
Franck Bui4ad36842018-04-26 14:54:20 +02001555 }
1556 } else
1557 r = 0;
1558
Franck Bui4c39d892018-04-27 11:51:14 +02001559 if (!subvol || r == -ENOTTY)
Franck Bui4ad36842018-04-26 14:54:20 +02001560 RUN_WITH_UMASK(0000)
Franck Bui4c39d892018-04-27 11:51:14 +02001561 r = mkdirat_label(pfd, basename(path), mode);
Franck Bui4ad36842018-04-26 14:54:20 +02001562
1563 if (r < 0) {
1564 int k;
1565
1566 if (!IN_SET(r, -EEXIST, -EROFS))
Franck Bui4c39d892018-04-27 11:51:14 +02001567 return log_error_errno(r, "Failed to create directory or subvolume \"%s\": %m", path);
Franck Bui4ad36842018-04-26 14:54:20 +02001568
Franck Bui4c39d892018-04-27 11:51:14 +02001569 k = is_dir_fd(pfd);
Franck Bui4ad36842018-04-26 14:54:20 +02001570 if (k == -ENOENT && r == -EROFS)
Franck Bui4c39d892018-04-27 11:51:14 +02001571 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 +02001572 if (k < 0)
Franck Bui4c39d892018-04-27 11:51:14 +02001573 return log_error_errno(k, "Failed to check if %s exists: %m", path);
Franck Bui4ad36842018-04-26 14:54:20 +02001574 if (!k) {
Franck Bui4c39d892018-04-27 11:51:14 +02001575 log_warning("\"%s\" already exists and is not a directory.", path);
1576 return -EEXIST;
Franck Bui4ad36842018-04-26 14:54:20 +02001577 }
1578
Franck Buif17a8d62018-08-06 12:29:54 +02001579 *creation = CREATION_EXISTING;
Franck Bui4ad36842018-04-26 14:54:20 +02001580 } else
Franck Buif17a8d62018-08-06 12:29:54 +02001581 *creation = CREATION_NORMAL;
Franck Bui4ad36842018-04-26 14:54:20 +02001582
Franck Buif17a8d62018-08-06 12:29:54 +02001583 log_debug("%s directory \"%s\".", creation_mode_verb_to_string(*creation), path);
Franck Bui4c39d892018-04-27 11:51:14 +02001584
1585 r = openat(pfd, basename(path), O_NOCTTY|O_CLOEXEC|O_DIRECTORY);
1586 if (r < 0)
Lennart Poettering09f12792018-08-06 15:44:24 +02001587 return log_error_errno(errno, "Failed to open directory '%s': %m", basename(path));
1588
Franck Bui4c39d892018-04-27 11:51:14 +02001589 return r;
1590}
1591
1592static int create_directory(Item *i, const char *path) {
1593 _cleanup_close_ int fd = -1;
1594
1595 assert(i);
1596 assert(IN_SET(i->type, CREATE_DIRECTORY, TRUNCATE_DIRECTORY));
1597
Franck Buif17a8d62018-08-06 12:29:54 +02001598 fd = create_directory_or_subvolume(path, i->mode, false, NULL);
Franck Bui4c39d892018-04-27 11:51:14 +02001599 if (fd == -EEXIST)
1600 return 0;
1601 if (fd < 0)
1602 return fd;
1603
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001604 return fd_set_perms(i, fd, path, NULL);
Franck Bui4c39d892018-04-27 11:51:14 +02001605}
1606
1607static int create_subvolume(Item *i, const char *path) {
1608 _cleanup_close_ int fd = -1;
Franck Buif17a8d62018-08-06 12:29:54 +02001609 CreationMode creation;
Franck Bui4c39d892018-04-27 11:51:14 +02001610 int r, q = 0;
1611
1612 assert(i);
1613 assert(IN_SET(i->type, CREATE_SUBVOLUME, CREATE_SUBVOLUME_NEW_QUOTA, CREATE_SUBVOLUME_INHERIT_QUOTA));
1614
Franck Buif17a8d62018-08-06 12:29:54 +02001615 fd = create_directory_or_subvolume(path, i->mode, true, &creation);
Franck Bui4c39d892018-04-27 11:51:14 +02001616 if (fd == -EEXIST)
1617 return 0;
1618 if (fd < 0)
1619 return fd;
Franck Bui4ad36842018-04-26 14:54:20 +02001620
Franck Buif17a8d62018-08-06 12:29:54 +02001621 if (creation == CREATION_NORMAL &&
1622 IN_SET(i->type, CREATE_SUBVOLUME_NEW_QUOTA, CREATE_SUBVOLUME_INHERIT_QUOTA)) {
Franck Bui4c39d892018-04-27 11:51:14 +02001623 r = btrfs_subvol_auto_qgroup_fd(fd, 0, i->type == CREATE_SUBVOLUME_NEW_QUOTA);
Franck Bui4ad36842018-04-26 14:54:20 +02001624 if (r == -ENOTTY)
1625 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (unsupported fs or dir not a subvolume): %m", i->path);
1626 else if (r == -EROFS)
1627 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (fs is read-only).", i->path);
1628 else if (r == -ENOPROTOOPT)
1629 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (quota support is disabled).", i->path);
1630 else if (r < 0)
1631 q = log_error_errno(r, "Failed to adjust quota for subvolume \"%s\": %m", i->path);
1632 else if (r > 0)
1633 log_debug("Adjusted quota for subvolume \"%s\".", i->path);
1634 else if (r == 0)
1635 log_debug("Quota for subvolume \"%s\" already in place, no change made.", i->path);
1636 }
1637
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001638 r = fd_set_perms(i, fd, path, NULL);
1639 if (q < 0) /* prefer the quota change error from above */
Franck Bui4ad36842018-04-26 14:54:20 +02001640 return q;
1641
1642 return r;
1643}
1644
Franck Bui54946022018-04-26 15:45:17 +02001645static int empty_directory(Item *i, const char *path) {
1646 int r;
1647
1648 assert(i);
1649 assert(i->type == EMPTY_DIRECTORY);
1650
1651 r = is_dir(path, false);
1652 if (r == -ENOENT) {
1653 /* Option "e" operates only on existing objects. Do not
1654 * print errors about non-existent files or directories */
1655 log_debug("Skipping missing directory: %s", path);
1656 return 0;
1657 }
1658 if (r < 0)
1659 return log_error_errno(r, "is_dir() failed on path %s: %m", path);
1660 if (r == 0) {
1661 log_error("'%s' already exists and is not a directory.", path);
1662 return -EEXIST;
1663 }
1664
1665 return path_set_perms(i, path);
1666}
1667
Franck Bui074bd732018-04-12 18:10:57 +02001668static int create_device(Item *i, mode_t file_type) {
Franck Buic7700a72018-04-12 18:33:54 +02001669 _cleanup_close_ int dfd = -1, fd = -1;
Franck Bui074bd732018-04-12 18:10:57 +02001670 CreationMode creation;
Franck Buic7700a72018-04-12 18:33:54 +02001671 char *bn;
Franck Bui074bd732018-04-12 18:10:57 +02001672 int r;
1673
1674 assert(i);
1675 assert(IN_SET(file_type, S_IFBLK, S_IFCHR));
1676
Franck Buic7700a72018-04-12 18:33:54 +02001677 bn = basename(i->path);
1678
1679 /* Validate the path and use the returned directory fd for copying the
1680 * target so we're sure that the path can't be changed behind our
1681 * back. */
1682 dfd = path_open_parent_safe(i->path);
1683 if (dfd < 0)
1684 return dfd;
1685
Franck Bui074bd732018-04-12 18:10:57 +02001686 RUN_WITH_UMASK(0000) {
1687 mac_selinux_create_file_prepare(i->path, file_type);
Franck Buic7700a72018-04-12 18:33:54 +02001688 r = mknodat(dfd, bn, i->mode | file_type, i->major_minor);
Franck Bui074bd732018-04-12 18:10:57 +02001689 mac_selinux_create_file_clear();
1690 }
1691
1692 if (r < 0) {
Franck Buic7700a72018-04-12 18:33:54 +02001693 struct stat st;
1694
Franck Bui074bd732018-04-12 18:10:57 +02001695 if (errno == EPERM) {
1696 log_debug("We lack permissions, possibly because of cgroup configuration; "
1697 "skipping creation of device node %s.", i->path);
1698 return 0;
1699 }
1700
1701 if (errno != EEXIST)
1702 return log_error_errno(errno, "Failed to create device node %s: %m", i->path);
1703
Franck Buic7700a72018-04-12 18:33:54 +02001704 if (fstatat(dfd, bn, &st, 0) < 0)
Franck Bui074bd732018-04-12 18:10:57 +02001705 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
1706
1707 if ((st.st_mode & S_IFMT) != file_type) {
1708
1709 if (i->force) {
1710
1711 RUN_WITH_UMASK(0000) {
1712 mac_selinux_create_file_prepare(i->path, file_type);
Franck Buic7700a72018-04-12 18:33:54 +02001713 /* FIXME: need to introduce mknodat_atomic() */
Franck Bui074bd732018-04-12 18:10:57 +02001714 r = mknod_atomic(i->path, i->mode | file_type, i->major_minor);
1715 mac_selinux_create_file_clear();
1716 }
1717
1718 if (r < 0)
1719 return log_error_errno(r, "Failed to create device node \"%s\": %m", i->path);
1720 creation = CREATION_FORCE;
1721 } else {
1722 log_debug("%s is not a device node.", i->path);
1723 return 0;
1724 }
1725 } else
1726 creation = CREATION_EXISTING;
1727 } else
1728 creation = CREATION_NORMAL;
1729
1730 log_debug("%s %s device node \"%s\" %u:%u.",
1731 creation_mode_verb_to_string(creation),
1732 i->type == CREATE_BLOCK_DEVICE ? "block" : "char",
1733 i->path, major(i->mode), minor(i->mode));
1734
Franck Buic7700a72018-04-12 18:33:54 +02001735 fd = openat(dfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1736 if (fd < 0)
1737 return log_error_errno(errno, "Failed to openat(%s): %m", i->path);
1738
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001739 return fd_set_perms(i, fd, i->path, NULL);
Franck Bui074bd732018-04-12 18:10:57 +02001740}
1741
Franck Buia2fc2f82018-04-27 18:11:26 +02001742static int create_fifo(Item *i, const char *path) {
Franck Bui7ea5a872018-04-27 18:17:32 +02001743 _cleanup_close_ int pfd = -1, fd = -1;
Franck Buia2fc2f82018-04-27 18:11:26 +02001744 CreationMode creation;
1745 struct stat st;
Franck Bui7ea5a872018-04-27 18:17:32 +02001746 char *bn;
Franck Buia2fc2f82018-04-27 18:11:26 +02001747 int r;
1748
Franck Bui7ea5a872018-04-27 18:17:32 +02001749 pfd = path_open_parent_safe(path);
1750 if (pfd < 0)
1751 return pfd;
1752
1753 bn = basename(path);
1754
Franck Buia2fc2f82018-04-27 18:11:26 +02001755 RUN_WITH_UMASK(0000) {
1756 mac_selinux_create_file_prepare(path, S_IFIFO);
Franck Bui7ea5a872018-04-27 18:17:32 +02001757 r = mkfifoat(pfd, bn, i->mode);
Franck Buia2fc2f82018-04-27 18:11:26 +02001758 mac_selinux_create_file_clear();
1759 }
1760
1761 if (r < 0) {
1762 if (errno != EEXIST)
1763 return log_error_errno(errno, "Failed to create fifo %s: %m", path);
1764
Franck Bui7ea5a872018-04-27 18:17:32 +02001765 if (fstatat(pfd, bn, &st, AT_SYMLINK_NOFOLLOW) < 0)
Franck Buia2fc2f82018-04-27 18:11:26 +02001766 return log_error_errno(errno, "stat(%s) failed: %m", path);
1767
1768 if (!S_ISFIFO(st.st_mode)) {
1769
1770 if (i->force) {
1771 RUN_WITH_UMASK(0000) {
1772 mac_selinux_create_file_prepare(path, S_IFIFO);
Franck Bui7ea5a872018-04-27 18:17:32 +02001773 r = mkfifoat_atomic(pfd, bn, i->mode);
Franck Buia2fc2f82018-04-27 18:11:26 +02001774 mac_selinux_create_file_clear();
1775 }
1776
1777 if (r < 0)
1778 return log_error_errno(r, "Failed to create fifo %s: %m", path);
1779 creation = CREATION_FORCE;
1780 } else {
1781 log_warning("\"%s\" already exists and is not a fifo.", path);
1782 return 0;
1783 }
1784 } else
1785 creation = CREATION_EXISTING;
1786 } else
1787 creation = CREATION_NORMAL;
Franck Bui7ea5a872018-04-27 18:17:32 +02001788
Franck Buia2fc2f82018-04-27 18:11:26 +02001789 log_debug("%s fifo \"%s\".", creation_mode_verb_to_string(creation), path);
1790
Franck Bui7ea5a872018-04-27 18:17:32 +02001791 fd = openat(pfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1792 if (fd < 0)
Lennart Poetteringa5df05f2018-08-06 15:46:01 +02001793 return log_error_errno(errno, "Failed to openat(%s): %m", path);
Franck Bui7ea5a872018-04-27 18:17:32 +02001794
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001795 return fd_set_perms(i, fd, i->path, NULL);
Franck Buia2fc2f82018-04-27 18:11:26 +02001796}
1797
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001798typedef int (*action_t)(Item *i, const char *path);
1799typedef int (*fdaction_t)(Item *i, int fd, const char *path, const struct stat *st);
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001800
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001801static int item_do(Item *i, int fd, const char *path, fdaction_t action) {
Franck Bui14f34802018-05-24 14:17:07 +02001802 struct stat st;
Franck Bui936f6bd2018-03-02 17:19:32 +01001803 int r = 0, q;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001804
1805 assert(i);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001806 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001807 assert(fd >= 0);
Franck Bui14f34802018-05-24 14:17:07 +02001808
1809 if (fstat(fd, &st) < 0) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001810 r = log_error_errno(errno, "fstat() on file failed: %m");
Franck Bui14f34802018-05-24 14:17:07 +02001811 goto finish;
1812 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001813
1814 /* This returns the first error we run into, but nevertheless
1815 * tries to go on */
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001816 r = action(i, fd, path, &st);
Michal Schmidta8d88782011-12-15 23:11:07 +01001817
Franck Bui14f34802018-05-24 14:17:07 +02001818 if (S_ISDIR(st.st_mode)) {
Zbigniew Jędrzejewski-Szmek22dd8d32018-05-11 11:09:37 +02001819 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Franck Bui936f6bd2018-03-02 17:19:32 +01001820 _cleanup_closedir_ DIR *d = NULL;
1821 struct dirent *de;
Michal Schmidta8d88782011-12-15 23:11:07 +01001822
Franck Bui936f6bd2018-03-02 17:19:32 +01001823 /* The passed 'fd' was opened with O_PATH. We need to convert
1824 * it into a 'regular' fd before reading the directory content. */
1825 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
Michal Schmidta8d88782011-12-15 23:11:07 +01001826
Franck Bui936f6bd2018-03-02 17:19:32 +01001827 d = opendir(procfs_path);
1828 if (!d) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001829 log_error_errno(errno, "Failed to opendir() '%s': %m", procfs_path);
1830 if (r == 0)
1831 r = -errno;
Franck Bui936f6bd2018-03-02 17:19:32 +01001832 goto finish;
1833 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001834
Franck Bui936f6bd2018-03-02 17:19:32 +01001835 FOREACH_DIRENT_ALL(de, d, q = -errno; goto finish) {
Franck Bui936f6bd2018-03-02 17:19:32 +01001836 int de_fd;
Michal Schmidta8d88782011-12-15 23:11:07 +01001837
Franck Bui936f6bd2018-03-02 17:19:32 +01001838 if (dot_or_dot_dot(de->d_name))
1839 continue;
Michal Schmidta8d88782011-12-15 23:11:07 +01001840
Franck Bui936f6bd2018-03-02 17:19:32 +01001841 de_fd = openat(fd, de->d_name, O_NOFOLLOW|O_CLOEXEC|O_PATH);
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001842 if (de_fd < 0)
1843 q = log_error_errno(errno, "Failed to open() file '%s': %m", de->d_name);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001844 else {
1845 _cleanup_free_ char *de_path = NULL;
1846
1847 de_path = path_join(NULL, path, de->d_name);
1848 if (!de_path)
1849 q = log_oom();
1850 else
1851 /* Pass ownership of dirent fd over */
1852 q = item_do(i, de_fd, de_path, action);
1853 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001854
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001855 if (q < 0 && r == 0)
1856 r = q;
Michal Schmidta8d88782011-12-15 23:11:07 +01001857 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001858 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001859finish:
1860 safe_close(fd);
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001861 return r;
Michal Schmidta8d88782011-12-15 23:11:07 +01001862}
1863
Franck Bui936f6bd2018-03-02 17:19:32 +01001864static int glob_item(Item *i, action_t action) {
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05001865 _cleanup_globfree_ glob_t g = {
Zbigniew Jędrzejewski-Szmekebf31a12015-01-26 10:39:03 -05001866 .gl_opendir = (void *(*)(const char *)) opendir_nomod,
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05001867 };
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001868 int r = 0, k;
Michal Schmidt99e68c02011-12-15 23:45:26 +01001869 char **fn;
1870
Zbigniew Jędrzejewski-Szmek84e72b52017-04-25 23:50:35 -04001871 k = safe_glob(i->path, GLOB_NOSORT|GLOB_BRACE, &g);
1872 if (k < 0 && k != -ENOENT)
1873 return log_error_errno(k, "glob(%s) failed: %m", i->path);
Zbigniew Jędrzejewski-Szmekc84a9482013-03-24 19:09:19 -04001874
1875 STRV_FOREACH(fn, g.gl_pathv) {
1876 k = action(i, *fn);
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001877 if (k < 0 && r == 0)
Zbigniew Jędrzejewski-Szmekc84a9482013-03-24 19:09:19 -04001878 r = k;
Franck Bui936f6bd2018-03-02 17:19:32 +01001879 }
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001880
Franck Bui936f6bd2018-03-02 17:19:32 +01001881 return r;
1882}
1883
1884static int glob_item_recursively(Item *i, fdaction_t action) {
1885 _cleanup_globfree_ glob_t g = {
1886 .gl_opendir = (void *(*)(const char *)) opendir_nomod,
1887 };
1888 int r = 0, k;
1889 char **fn;
1890
1891 k = safe_glob(i->path, GLOB_NOSORT|GLOB_BRACE, &g);
1892 if (k < 0 && k != -ENOENT)
1893 return log_error_errno(k, "glob(%s) failed: %m", i->path);
1894
1895 STRV_FOREACH(fn, g.gl_pathv) {
1896 _cleanup_close_ int fd = -1;
Franck Bui936f6bd2018-03-02 17:19:32 +01001897
1898 /* Make sure we won't trigger/follow file object (such as
1899 * device nodes, automounts, ...) pointed out by 'fn' with
1900 * O_PATH. Note, when O_PATH is used, flags other than
1901 * O_CLOEXEC, O_DIRECTORY, and O_NOFOLLOW are ignored. */
1902
1903 fd = open(*fn, O_CLOEXEC|O_NOFOLLOW|O_PATH);
1904 if (fd < 0) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001905 log_error_errno(errno, "Opening '%s' failed: %m", *fn);
1906 if (r == 0)
1907 r = -errno;
Franck Bui936f6bd2018-03-02 17:19:32 +01001908 continue;
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001909 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001910
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001911 k = item_do(i, fd, *fn, action);
Franck Bui936f6bd2018-03-02 17:19:32 +01001912 if (k < 0 && r == 0)
1913 r = k;
1914
1915 /* we passed fd ownership to the previous call */
1916 fd = -1;
Michal Schmidt99e68c02011-12-15 23:45:26 +01001917 }
1918
Michal Schmidt99e68c02011-12-15 23:45:26 +01001919 return r;
1920}
1921
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001922static int create_item(Item *i) {
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001923 CreationMode creation;
Franck Buia2fc2f82018-04-27 18:11:26 +02001924 int r = 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001925
1926 assert(i);
1927
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001928 log_debug("Running create action for entry %c %s", (char) i->type, i->path);
1929
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001930 switch (i->type) {
1931
1932 case IGNORE_PATH:
Michal Sekletar78a92a52013-01-18 16:13:08 +01001933 case IGNORE_DIRECTORY_PATH:
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001934 case REMOVE_PATH:
1935 case RECURSIVE_REMOVE_PATH:
1936 return 0;
1937
1938 case CREATE_FILE:
Lennart Poettering7fa10742018-01-23 14:14:19 +01001939 RUN_WITH_UMASK(0000)
1940 (void) mkdir_parents_label(i->path, 0755);
1941
Franck Bui31c84ff2018-04-13 09:19:24 +02001942 r = create_file(i, i->path);
Dave Reisner1845fdd2012-09-27 20:48:13 -04001943 if (r < 0)
1944 return r;
1945 break;
Lennart Poettering265ffa12013-09-17 16:33:30 -05001946
Franck Bui5ec9d062018-04-13 17:31:22 +02001947 case TRUNCATE_FILE:
1948 RUN_WITH_UMASK(0000)
1949 (void) mkdir_parents_label(i->path, 0755);
1950
1951 r = truncate_file(i, i->path);
1952 if (r < 0)
1953 return r;
1954 break;
1955
Franck Bui7b887f22018-04-12 12:18:19 +02001956 case COPY_FILES:
Lennart Poettering7fa10742018-01-23 14:14:19 +01001957 RUN_WITH_UMASK(0000)
1958 (void) mkdir_parents_label(i->path, 0755);
1959
Franck Buib1f7b172018-04-12 12:19:22 +02001960 r = copy_files(i);
Lennart Poettering849958d2014-06-10 23:02:40 +02001961 if (r < 0)
1962 return r;
Lennart Poettering849958d2014-06-10 23:02:40 +02001963 break;
1964
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001965 case WRITE_FILE:
Franck Bui936f6bd2018-03-02 17:19:32 +01001966 r = glob_item(i, write_one_file);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01001967 if (r < 0)
1968 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001969
1970 break;
1971
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001972 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001973 case TRUNCATE_DIRECTORY:
Franck Bui4c39d892018-04-27 11:51:14 +02001974 RUN_WITH_UMASK(0000)
1975 (void) mkdir_parents_label(i->path, 0755);
1976
1977 r = create_directory(i, i->path);
1978 if (r < 0)
1979 return r;
1980 break;
1981
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001982 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02001983 case CREATE_SUBVOLUME_INHERIT_QUOTA:
1984 case CREATE_SUBVOLUME_NEW_QUOTA:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001985 RUN_WITH_UMASK(0000)
Lennart Poettering7fa10742018-01-23 14:14:19 +01001986 (void) mkdir_parents_label(i->path, 0755);
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001987
Franck Bui4c39d892018-04-27 11:51:14 +02001988 r = create_subvolume(i, i->path);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01001989 if (r < 0)
1990 return r;
Franck Bui4ad36842018-04-26 14:54:20 +02001991 break;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001992
Franck Bui4ad36842018-04-26 14:54:20 +02001993 case EMPTY_DIRECTORY:
Franck Bui54946022018-04-26 15:45:17 +02001994 r = glob_item(i, empty_directory);
Franck Bui4ad36842018-04-26 14:54:20 +02001995 if (r < 0)
1996 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001997 break;
Lennart Poetteringee17ee72011-07-12 03:56:56 +02001998
1999 case CREATE_FIFO:
Franck Buia2fc2f82018-04-27 18:11:26 +02002000 RUN_WITH_UMASK(0000)
Lennart Poettering7fa10742018-01-23 14:14:19 +01002001 (void) mkdir_parents_label(i->path, 0755);
2002
Franck Buia2fc2f82018-04-27 18:11:26 +02002003 r = create_fifo(i, i->path);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01002004 if (r < 0)
2005 return r;
Lennart Poetteringee17ee72011-07-12 03:56:56 +02002006 break;
Michal Schmidta8d88782011-12-15 23:11:07 +01002007
Lennart Poettering5c5ccf12015-04-10 18:07:04 +02002008 case CREATE_SYMLINK: {
Lennart Poettering7fa10742018-01-23 14:14:19 +01002009 RUN_WITH_UMASK(0000)
2010 (void) mkdir_parents_label(i->path, 0755);
2011
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002012 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002013 r = symlink(i->argument, i->path);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002014 mac_selinux_create_file_clear();
Kay Sieverse9a5ef72012-04-17 16:05:03 +02002015
Lennart Poettering468d7262012-01-17 15:04:12 +01002016 if (r < 0) {
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002017 _cleanup_free_ char *x = NULL;
Lennart Poettering468d7262012-01-17 15:04:12 +01002018
Michal Schmidt4a62c712014-11-28 19:57:32 +01002019 if (errno != EEXIST)
Franck Bui4cef1922017-11-16 11:27:29 +01002020 return log_error_errno(errno, "symlink(%s, %s) failed: %m", i->argument, i->path);
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002021
2022 r = readlink_malloc(i->path, &x);
Franck Bui4cef1922017-11-16 11:27:29 +01002023 if (r < 0 || !streq(i->argument, x)) {
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002024
2025 if (i->force) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002026 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002027 r = symlink_atomic(i->argument, i->path);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002028 mac_selinux_create_file_clear();
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002029
Ricardo Salveti de Araujo2ef5de12018-04-03 10:05:11 -03002030 if (IN_SET(r, -EISDIR, -EEXIST, -ENOTEMPTY)) {
William Douglasb3f58972017-08-09 08:53:03 -07002031 r = rm_rf(i->path, REMOVE_ROOT|REMOVE_PHYSICAL);
2032 if (r < 0)
2033 return log_error_errno(r, "rm -fr %s failed: %m", i->path);
2034
2035 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002036 r = symlink(i->argument, i->path) < 0 ? -errno : 0;
William Douglasb3f58972017-08-09 08:53:03 -07002037 mac_selinux_create_file_clear();
2038 }
Michal Schmidtf6479622014-11-28 18:50:43 +01002039 if (r < 0)
Franck Bui4cef1922017-11-16 11:27:29 +01002040 return log_error_errno(r, "symlink(%s, %s) failed: %m", i->argument, i->path);
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02002041
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002042 creation = CREATION_FORCE;
Lennart Poettering1554afa2014-06-17 23:50:22 +02002043 } else {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002044 log_debug("\"%s\" is not a symlink or does not point to the correct path.", i->path);
Lennart Poettering1554afa2014-06-17 23:50:22 +02002045 return 0;
2046 }
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002047 } else
2048 creation = CREATION_EXISTING;
2049 } else
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02002050
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002051 creation = CREATION_NORMAL;
Lennart Poettering7a7d5db2015-02-02 21:34:09 +01002052 log_debug("%s symlink \"%s\".", creation_mode_verb_to_string(creation), i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002053 break;
Lennart Poettering5c5ccf12015-04-10 18:07:04 +02002054 }
Lennart Poettering468d7262012-01-17 15:04:12 +01002055
2056 case CREATE_BLOCK_DEVICE:
Franck Bui074bd732018-04-12 18:10:57 +02002057 case CREATE_CHAR_DEVICE:
Lennart Poetteringcb7ed9d2012-09-05 23:39:55 -07002058 if (have_effective_cap(CAP_MKNOD) == 0) {
Lennart Poettering713998c2018-08-06 15:46:32 +02002059 /* In a container we lack CAP_MKNOD. We shouldn't attempt to create the device node in that
2060 * case to avoid noise, and we don't support virtualized devices in containers anyway. */
Lennart Poetteringcb7ed9d2012-09-05 23:39:55 -07002061
2062 log_debug("We lack CAP_MKNOD, skipping creation of device node %s.", i->path);
2063 return 0;
2064 }
2065
Lennart Poettering7fa10742018-01-23 14:14:19 +01002066 RUN_WITH_UMASK(0000)
2067 (void) mkdir_parents_label(i->path, 0755);
2068
Franck Bui074bd732018-04-12 18:10:57 +02002069 r = create_device(i, i->type == CREATE_BLOCK_DEVICE ? S_IFBLK : S_IFCHR);
Lennart Poettering468d7262012-01-17 15:04:12 +01002070 if (r < 0)
2071 return r;
2072
2073 break;
Lennart Poettering468d7262012-01-17 15:04:12 +01002074
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002075 case ADJUST_MODE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002076 case RELABEL_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002077 r = glob_item(i, path_set_perms);
Michal Schmidt777b87e2011-12-16 18:27:35 +01002078 if (r < 0)
Lennart Poettering96ca8192013-06-21 15:57:42 +02002079 return r;
Michal Schmidt777b87e2011-12-16 18:27:35 +01002080 break;
2081
Michal Schmidta8d88782011-12-15 23:11:07 +01002082 case RECURSIVE_RELABEL_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002083 r = glob_item_recursively(i, fd_set_perms);
Michal Schmidta8d88782011-12-15 23:11:07 +01002084 if (r < 0)
2085 return r;
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002086 break;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002087
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002088 case SET_XATTR:
Franck Bui936f6bd2018-03-02 17:19:32 +01002089 r = glob_item(i, path_set_xattrs);
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002090 if (r < 0)
2091 return r;
2092 break;
2093
2094 case RECURSIVE_SET_XATTR:
Franck Bui936f6bd2018-03-02 17:19:32 +01002095 r = glob_item_recursively(i, fd_set_xattrs);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002096 if (r < 0)
2097 return r;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002098 break;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002099
2100 case SET_ACL:
Franck Bui936f6bd2018-03-02 17:19:32 +01002101 r = glob_item(i, path_set_acls);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002102 if (r < 0)
2103 return r;
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002104 break;
2105
2106 case RECURSIVE_SET_ACL:
Franck Bui936f6bd2018-03-02 17:19:32 +01002107 r = glob_item_recursively(i, fd_set_acls);
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002108 if (r < 0)
2109 return r;
2110 break;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002111
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002112 case SET_ATTRIBUTE:
Franck Bui936f6bd2018-03-02 17:19:32 +01002113 r = glob_item(i, path_set_attribute);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002114 if (r < 0)
2115 return r;
2116 break;
2117
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002118 case RECURSIVE_SET_ATTRIBUTE:
Franck Bui936f6bd2018-03-02 17:19:32 +01002119 r = glob_item_recursively(i, fd_set_attribute);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002120 if (r < 0)
2121 return r;
2122 break;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002123 }
2124
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01002125 return 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002126}
2127
Michal Schmidta0896122011-12-15 21:32:50 +01002128static int remove_item_instance(Item *i, const char *instance) {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002129 int r;
2130
2131 assert(i);
2132
2133 switch (i->type) {
2134
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002135 case REMOVE_PATH:
Michal Schmidt4a62c712014-11-28 19:57:32 +01002136 if (remove(instance) < 0 && errno != ENOENT)
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002137 return log_error_errno(errno, "rm(%s): %m", instance);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002138
2139 break;
2140
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002141 case RECURSIVE_REMOVE_PATH:
Lennart Poettering2c575972018-10-29 19:24:56 +01002142 /* 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 -05002143 log_debug("rm -rf \"%s\"", instance);
Lennart Poettering2c575972018-10-29 19:24:56 +01002144 r = rm_rf(instance, REMOVE_ROOT|REMOVE_SUBVOLUME|REMOVE_PHYSICAL);
Michal Schmidtf6479622014-11-28 18:50:43 +01002145 if (r < 0 && r != -ENOENT)
2146 return log_error_errno(r, "rm_rf(%s): %m", instance);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002147
2148 break;
Zbigniew Jędrzejewski-Szmek7fcb4b92015-01-22 23:35:34 -05002149
2150 default:
2151 assert_not_reached("wut?");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002152 }
2153
2154 return 0;
2155}
2156
Michal Schmidta0896122011-12-15 21:32:50 +01002157static int remove_item(Item *i) {
Lennart Poettering2c575972018-10-29 19:24:56 +01002158 int r;
2159
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002160 assert(i);
2161
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002162 log_debug("Running remove action for entry %c %s", (char) i->type, i->path);
2163
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002164 switch (i->type) {
2165
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002166 case TRUNCATE_DIRECTORY:
Lennart Poettering2c575972018-10-29 19:24:56 +01002167 /* FIXME: we probably should use dir_cleanup() here instead of rm_rf() so that 'x' is honoured. */
2168 log_debug("rm -rf \"%s\"", i->path);
2169 r = rm_rf(i->path, REMOVE_PHYSICAL);
2170 if (r < 0 && r != -ENOENT)
2171 return log_error_errno(r, "rm_rf(%s): %m", i->path);
2172
2173 return 0;
2174
2175 case REMOVE_PATH:
Michal Schmidt99e68c02011-12-15 23:45:26 +01002176 case RECURSIVE_REMOVE_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002177 return glob_item(i, remove_item_instance);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002178
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002179 default:
2180 return 0;
2181 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002182}
2183
Michal Sekletar78a92a52013-01-18 16:13:08 +01002184static int clean_item_instance(Item *i, const char* instance) {
Harald Hoyer7fd1b192013-04-18 09:11:22 +02002185 _cleanup_closedir_ DIR *d = NULL;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002186 struct stat s, ps;
2187 bool mountpoint;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002188 usec_t cutoff, n;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002189 char timestamp[FORMAT_TIMESTAMP_MAX];
Michal Sekletar78a92a52013-01-18 16:13:08 +01002190
2191 assert(i);
2192
2193 if (!i->age_set)
2194 return 0;
2195
2196 n = now(CLOCK_REALTIME);
2197 if (n < i->age)
2198 return 0;
2199
2200 cutoff = n - i->age;
2201
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05002202 d = opendir_nomod(instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002203 if (!d) {
Zbigniew Jędrzejewski-Szmekd710aaf2016-07-22 20:27:45 -04002204 if (IN_SET(errno, ENOENT, ENOTDIR)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002205 log_debug_errno(errno, "Directory \"%s\": %m", instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002206 return 0;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002207 }
Michal Sekletar78a92a52013-01-18 16:13:08 +01002208
Zbigniew Jędrzejewski-Szmekd710aaf2016-07-22 20:27:45 -04002209 return log_error_errno(errno, "Failed to open directory %s: %m", instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002210 }
2211
Michal Schmidt4a62c712014-11-28 19:57:32 +01002212 if (fstat(dirfd(d), &s) < 0)
2213 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002214
2215 if (!S_ISDIR(s.st_mode)) {
2216 log_error("%s is not a directory.", i->path);
Zbigniew Jędrzejewski-Szmek19fbec12013-03-03 18:42:52 -05002217 return -ENOTDIR;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002218 }
2219
Michal Schmidt4a62c712014-11-28 19:57:32 +01002220 if (fstatat(dirfd(d), "..", &ps, AT_SYMLINK_NOFOLLOW) != 0)
2221 return log_error_errno(errno, "stat(%s/..) failed: %m", i->path);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002222
Thomas Hindoe Paaboel Andersen2bb158c2015-10-23 20:15:17 +02002223 mountpoint = s.st_dev != ps.st_dev || s.st_ino == ps.st_ino;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002224
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002225 log_debug("Cleanup threshold for %s \"%s\" is %s",
2226 mountpoint ? "mount point" : "directory",
2227 instance,
2228 format_timestamp_us(timestamp, sizeof(timestamp), cutoff));
2229
2230 return dir_cleanup(i, instance, d, &s, cutoff, s.st_dev, mountpoint,
2231 MAX_DEPTH, i->keep_first_level);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002232}
2233
2234static int clean_item(Item *i) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01002235 assert(i);
2236
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002237 log_debug("Running clean action for entry %c %s", (char) i->type, i->path);
2238
Michal Sekletar78a92a52013-01-18 16:13:08 +01002239 switch (i->type) {
2240 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002241 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002242 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2243 case CREATE_SUBVOLUME_NEW_QUOTA:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002244 case TRUNCATE_DIRECTORY:
2245 case IGNORE_PATH:
Lennart Poettering849958d2014-06-10 23:02:40 +02002246 case COPY_FILES:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002247 clean_item_instance(i, i->path);
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002248 return 0;
Zbigniew Jędrzejewski-Szmek65241c12017-11-22 15:16:48 +01002249 case EMPTY_DIRECTORY:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002250 case IGNORE_DIRECTORY_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002251 return glob_item(i, clean_item_instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002252 default:
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002253 return 0;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002254 }
Michal Sekletar78a92a52013-01-18 16:13:08 +01002255}
2256
Lennart Poettering599ebe22018-10-25 23:22:18 +02002257static int process_item(Item *i, OperationMask operation) {
Lennart Poettering811a1582018-10-26 20:56:37 +02002258 OperationMask todo;
2259 int r, q, p;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002260
2261 assert(i);
2262
Lennart Poettering811a1582018-10-26 20:56:37 +02002263 todo = operation & ~i->done;
2264 if (todo == 0) /* Everything already done? */
Lennart Poettering1910cd02014-06-11 01:37:35 +02002265 return 0;
2266
Lennart Poettering811a1582018-10-26 20:56:37 +02002267 i->done |= operation;
Lennart Poettering1910cd02014-06-11 01:37:35 +02002268
Lennart Poettering21af3382018-10-26 21:07:38 +02002269 r = chase_symlinks(i->path, NULL, CHASE_NO_AUTOFS, NULL);
2270 if (r == -EREMOTE) {
Lennart Poettering48d96902018-11-20 15:56:55 +01002271 log_debug_errno(r, "Item '%s' is below autofs, skipping.", i->path);
Lennart Poettering811a1582018-10-26 20:56:37 +02002272 return 0;
Lennart Poettering21af3382018-10-26 21:07:38 +02002273 } else if (r < 0)
Lennart Poettering48d96902018-11-20 15:56:55 +01002274 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 -05002275
Lennart Poettering599ebe22018-10-25 23:22:18 +02002276 r = FLAGS_SET(operation, OPERATION_CREATE) ? create_item(i) : 0;
William Douglas6d7b5432018-09-10 12:07:29 -07002277 /* Failure can only be tolerated for create */
2278 if (i->allow_failure)
2279 r = 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002280
Lennart Poettering599ebe22018-10-25 23:22:18 +02002281 q = FLAGS_SET(operation, OPERATION_REMOVE) ? remove_item(i) : 0;
2282 p = FLAGS_SET(operation, OPERATION_CLEAN) ? clean_item(i) : 0;
Lennart Poettering1a967b62018-10-25 23:19:00 +02002283
Lennart Poettering811a1582018-10-26 20:56:37 +02002284 return r < 0 ? r :
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05002285 q < 0 ? q :
2286 p;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002287}
2288
Lennart Poettering599ebe22018-10-25 23:22:18 +02002289static int process_item_array(ItemArray *array, OperationMask operation) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02002290 int r = 0;
2291 size_t n;
Lennart Poettering753615e2014-06-12 23:07:17 +02002292
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002293 assert(array);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002294
Lennart Poettering811a1582018-10-26 20:56:37 +02002295 /* Create any parent first. */
2296 if (FLAGS_SET(operation, OPERATION_CREATE) && array->parent)
2297 r = process_item_array(array->parent, operation & OPERATION_CREATE);
2298
2299 /* Clean up all children first */
2300 if ((operation & (OPERATION_REMOVE|OPERATION_CLEAN)) && !set_isempty(array->children)) {
2301 Iterator i;
2302 ItemArray *c;
2303
2304 SET_FOREACH(c, array->children, i) {
2305 int k;
2306
2307 k = process_item_array(c, operation & (OPERATION_REMOVE|OPERATION_CLEAN));
2308 if (k < 0 && r == 0)
2309 r = k;
2310 }
2311 }
2312
Lennart Poettering96d10d72018-10-25 13:51:01 +02002313 for (n = 0; n < array->n_items; n++) {
2314 int k;
2315
Lennart Poettering599ebe22018-10-25 23:22:18 +02002316 k = process_item(array->items + n, operation);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002317 if (k < 0 && r == 0)
2318 r = k;
2319 }
2320
2321 return r;
2322}
2323
2324static void item_free_contents(Item *i) {
2325 assert(i);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002326 free(i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002327 free(i->argument);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002328 strv_free(i->xattrs);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002329
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02002330#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002331 acl_free(i->acl_access);
2332 acl_free(i->acl_default);
2333#endif
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002334}
2335
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002336static void item_array_free(ItemArray *a) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02002337 size_t n;
Maciej Wereskie2f2fb72013-07-19 15:43:12 +02002338
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002339 if (!a)
2340 return;
2341
Lennart Poettering96d10d72018-10-25 13:51:01 +02002342 for (n = 0; n < a->n_items; n++)
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002343 item_free_contents(a->items + n);
Lennart Poettering96d10d72018-10-25 13:51:01 +02002344
Lennart Poettering811a1582018-10-26 20:56:37 +02002345 set_free(a->children);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002346 free(a->items);
2347 free(a);
2348}
2349
Yu Watanabe93bab282018-09-18 08:39:24 +09002350static int item_compare(const Item *a, const Item *b) {
Lennart Poettering17493fa2015-04-10 16:22:22 +02002351 /* Make sure that the ownership taking item is put first, so
2352 * that we first create the node, and then can adjust it */
2353
Yu Watanabe93bab282018-09-18 08:39:24 +09002354 if (takes_ownership(a->type) && !takes_ownership(b->type))
Lennart Poettering17493fa2015-04-10 16:22:22 +02002355 return -1;
Yu Watanabe93bab282018-09-18 08:39:24 +09002356 if (!takes_ownership(a->type) && takes_ownership(b->type))
Lennart Poettering17493fa2015-04-10 16:22:22 +02002357 return 1;
2358
Yu Watanabe93bab282018-09-18 08:39:24 +09002359 return CMP(a->type, b->type);
Lennart Poettering17493fa2015-04-10 16:22:22 +02002360}
2361
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002362static bool item_compatible(Item *a, Item *b) {
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002363 assert(a);
2364 assert(b);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002365 assert(streq(a->path, b->path));
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002366
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002367 if (takes_ownership(a->type) && takes_ownership(b->type))
2368 /* check if the items are the same */
2369 return streq_ptr(a->argument, b->argument) &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002370
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002371 a->uid_set == b->uid_set &&
2372 a->uid == b->uid &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002373
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002374 a->gid_set == b->gid_set &&
2375 a->gid == b->gid &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002376
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002377 a->mode_set == b->mode_set &&
2378 a->mode == b->mode &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002379
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002380 a->age_set == b->age_set &&
2381 a->age == b->age &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002382
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002383 a->mask_perms == b->mask_perms &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002384
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002385 a->keep_first_level == b->keep_first_level &&
Lennart Poettering468d7262012-01-17 15:04:12 +01002386
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002387 a->major_minor == b->major_minor;
Lennart Poettering468d7262012-01-17 15:04:12 +01002388
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002389 return true;
2390}
2391
Dave Reisnera2aced42013-07-24 11:10:05 -04002392static bool should_include_path(const char *path) {
2393 char **prefix;
2394
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002395 STRV_FOREACH(prefix, arg_exclude_prefixes)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002396 if (path_startswith(path, *prefix)) {
2397 log_debug("Entry \"%s\" matches exclude prefix \"%s\", skipping.",
2398 path, *prefix);
Dave Reisner5c795112013-07-24 11:19:24 -04002399 return false;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002400 }
Dave Reisnera2aced42013-07-24 11:10:05 -04002401
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002402 STRV_FOREACH(prefix, arg_include_prefixes)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002403 if (path_startswith(path, *prefix)) {
2404 log_debug("Entry \"%s\" matches include prefix \"%s\".", path, *prefix);
Dave Reisnera2aced42013-07-24 11:10:05 -04002405 return true;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002406 }
Dave Reisnera2aced42013-07-24 11:10:05 -04002407
Dave Reisner5c795112013-07-24 11:19:24 -04002408 /* no matches, so we should include this path only if we
2409 * have no whitelist at all */
Lennart Poettering7b943bb2017-11-29 12:40:22 +01002410 if (strv_isempty(arg_include_prefixes))
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002411 return true;
2412
2413 log_debug("Entry \"%s\" does not match any include prefix, skipping.", path);
2414 return false;
Dave Reisnera2aced42013-07-24 11:10:05 -04002415}
2416
Franck Bui4cef1922017-11-16 11:27:29 +01002417static int specifier_expansion_from_arg(Item *i) {
2418 _cleanup_free_ char *unescaped = NULL, *resolved = NULL;
2419 char **xattr;
2420 int r;
2421
2422 assert(i);
2423
2424 if (i->argument == NULL)
2425 return 0;
2426
2427 switch (i->type) {
2428 case COPY_FILES:
2429 case CREATE_SYMLINK:
2430 case CREATE_FILE:
2431 case TRUNCATE_FILE:
2432 case WRITE_FILE:
2433 r = cunescape(i->argument, 0, &unescaped);
2434 if (r < 0)
2435 return log_error_errno(r, "Failed to unescape parameter to write: %s", i->argument);
2436
2437 r = specifier_printf(unescaped, specifier_table, NULL, &resolved);
2438 if (r < 0)
2439 return r;
2440
2441 free_and_replace(i->argument, resolved);
2442 break;
2443
2444 case SET_XATTR:
2445 case RECURSIVE_SET_XATTR:
2446 assert(i->xattrs);
2447
2448 STRV_FOREACH (xattr, i->xattrs) {
2449 r = specifier_printf(*xattr, specifier_table, NULL, &resolved);
2450 if (r < 0)
2451 return r;
2452
2453 free_and_replace(*xattr, resolved);
2454 }
2455 break;
2456
2457 default:
2458 break;
2459 }
2460 return 0;
2461}
2462
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002463static int patch_var_run(const char *fname, unsigned line, char **path) {
2464 const char *k;
2465 char *n;
2466
2467 assert(path);
2468 assert(*path);
2469
2470 /* Optionally rewrites lines referencing /var/run/, to use /run/ instead. Why bother? tmpfiles merges lines in
2471 * some cases and detects conflicts in others. If files/directories are specified through two equivalent lines
2472 * this is problematic as neither case will be detected. Ideally we'd detect these cases by resolving symlinks
2473 * early, but that's precisely not what we can do here as this code very likely is running very early on, at a
2474 * time where the paths in question are not available yet, or even more importantly, our own tmpfiles rules
2475 * might create the paths that are intermediary to the listed paths. We can't really cover the generic case,
2476 * but the least we can do is cover the specific case of /var/run vs. /run, as /var/run is a legacy name for
2477 * /run only, and we explicitly document that and require that on systemd systems the former is a symlink to
2478 * the latter. Moreover files below this path are by far the primary usecase for tmpfiles.d/. */
2479
2480 k = path_startswith(*path, "/var/run/");
2481 if (isempty(k)) /* Don't complain about other paths than /var/run, and not about /var/run itself either. */
2482 return 0;
2483
2484 n = strjoin("/run/", k);
2485 if (!n)
2486 return log_oom();
2487
2488 /* Also log about this briefly. We do so at LOG_NOTICE level, as we fixed up the situation automatically, hence
2489 * there's no immediate need for action by the user. However, in the interest of making things less confusing
2490 * to the user, let's still inform the user that these snippets should really be updated. */
2491
2492 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);
2493
Lennart Poettering81fa4472018-10-25 13:57:32 +02002494 free_and_replace(*path, n);
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002495
2496 return 0;
2497}
2498
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002499static int parse_line(const char *fname, unsigned line, const char *buffer, bool *invalid_config) {
Lennart Poettering1731e342013-09-17 11:02:02 -05002500
Lennart Poetteringcde684a2014-06-10 22:50:46 +02002501 _cleanup_free_ char *action = NULL, *mode = NULL, *user = NULL, *group = NULL, *age = NULL, *path = NULL;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002502 _cleanup_(item_free_contents) Item i = {};
2503 ItemArray *existing;
Lennart Poetteringef43a392015-04-22 18:18:56 +02002504 OrderedHashmap *h;
daurnimator657cf7f2015-03-09 15:11:44 -04002505 int r, pos;
William Douglas6d7b5432018-09-10 12:07:29 -07002506 bool force = false, boot = false, allow_failure = false;
Lennart Poettering5008d582010-09-28 02:34:02 +02002507
2508 assert(fname);
2509 assert(line >= 1);
2510 assert(buffer);
2511
Richard Maw68685602015-06-23 16:20:53 +00002512 r = extract_many_words(
Lennart Poettering4034a062015-03-23 18:55:36 +07002513 &buffer,
Richard Maw68685602015-06-23 16:20:53 +00002514 NULL,
Richard Maw12ba2c42015-06-23 16:26:49 +00002515 EXTRACT_QUOTES,
Lennart Poettering4034a062015-03-23 18:55:36 +07002516 &action,
2517 &path,
2518 &mode,
2519 &user,
2520 &group,
2521 &age,
2522 NULL);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002523 if (r < 0) {
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002524 if (IN_SET(r, -EINVAL, -EBADSLT))
2525 /* invalid quoting and such or an unknown specifier */
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002526 *invalid_config = true;
daurnimator657cf7f2015-03-09 15:11:44 -04002527 return log_error_errno(r, "[%s:%u] Failed to parse line: %m", fname, line);
Lennart Poettering4b936992018-05-10 11:29:11 -07002528 } else if (r < 2) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002529 *invalid_config = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002530 log_error("[%s:%u] Syntax error.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002531 return -EIO;
Lennart Poettering5008d582010-09-28 02:34:02 +02002532 }
2533
Lennart Poetteringaa5f6812015-04-21 01:10:19 +02002534 if (!isempty(buffer) && !streq(buffer, "-")) {
Lennart Poettering4034a062015-03-23 18:55:36 +07002535 i.argument = strdup(buffer);
2536 if (!i.argument)
2537 return log_oom();
2538 }
2539
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002540 if (isempty(action)) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002541 *invalid_config = true;
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002542 log_error("[%s:%u] Command too short '%s'.", fname, line, action);
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002543 return -EINVAL;
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002544 }
2545
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002546 for (pos = 1; action[pos]; pos++) {
2547 if (action[pos] == '!' && !boot)
2548 boot = true;
2549 else if (action[pos] == '+' && !force)
2550 force = true;
William Douglas6d7b5432018-09-10 12:07:29 -07002551 else if (action[pos] == '-' && !allow_failure)
2552 allow_failure = true;
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002553 else {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002554 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002555 log_error("[%s:%u] Unknown modifiers in command '%s'",
2556 fname, line, action);
2557 return -EINVAL;
2558 }
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002559 }
2560
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002561 if (boot && !arg_boot) {
2562 log_debug("Ignoring entry %s \"%s\" because --boot is not specified.",
2563 action, path);
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002564 return 0;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002565 }
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002566
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002567 i.type = action[0];
2568 i.force = force;
William Douglas6d7b5432018-09-10 12:07:29 -07002569 i.allow_failure = allow_failure;
Lennart Poettering1731e342013-09-17 11:02:02 -05002570
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002571 r = specifier_printf(path, specifier_table, NULL, &i.path);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +01002572 if (r == -ENXIO)
Franck Bui4cef1922017-11-16 11:27:29 +01002573 return log_unresolvable_specifier(fname, line);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002574 if (r < 0) {
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002575 if (IN_SET(r, -EINVAL, -EBADSLT))
2576 *invalid_config = true;
Franck Bui4cef1922017-11-16 11:27:29 +01002577 return log_error_errno(r, "[%s:%u] Failed to replace specifiers: %s", fname, line, path);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002578 }
Lennart Poettering1731e342013-09-17 11:02:02 -05002579
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002580 r = patch_var_run(fname, line, &i.path);
2581 if (r < 0)
2582 return r;
2583
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002584 switch (i.type) {
Lennart Poettering468d7262012-01-17 15:04:12 +01002585
Michal Schmidt777b87e2011-12-16 18:27:35 +01002586 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002587 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002588 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2589 case CREATE_SUBVOLUME_NEW_QUOTA:
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002590 case EMPTY_DIRECTORY:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002591 case TRUNCATE_DIRECTORY:
2592 case CREATE_FIFO:
2593 case IGNORE_PATH:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002594 case IGNORE_DIRECTORY_PATH:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002595 case REMOVE_PATH:
2596 case RECURSIVE_REMOVE_PATH:
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002597 case ADJUST_MODE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002598 case RELABEL_PATH:
2599 case RECURSIVE_RELABEL_PATH:
Lennart Poetteringc82500c2015-04-10 14:46:05 +02002600 if (i.argument)
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002601 log_warning("[%s:%u] %c lines don't take argument fields, ignoring.", fname, line, i.type);
Lennart Poetteringc82500c2015-04-10 14:46:05 +02002602
2603 break;
2604
2605 case CREATE_FILE:
2606 case TRUNCATE_FILE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002607 break;
Lennart Poettering468d7262012-01-17 15:04:12 +01002608
2609 case CREATE_SYMLINK:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002610 if (!i.argument) {
2611 i.argument = strappend("/usr/share/factory/", i.path);
2612 if (!i.argument)
Kay Sievers2f3b8732014-06-20 15:57:43 +02002613 return log_oom();
Lennart Poettering468d7262012-01-17 15:04:12 +01002614 }
2615 break;
2616
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002617 case WRITE_FILE:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002618 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002619 *invalid_config = true;
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002620 log_error("[%s:%u] Write file requires argument.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002621 return -EBADMSG;
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002622 }
2623 break;
2624
Lennart Poettering849958d2014-06-10 23:02:40 +02002625 case COPY_FILES:
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();
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002630 } else if (!path_is_absolute(i.argument)) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002631 *invalid_config = true;
Lennart Poettering849958d2014-06-10 23:02:40 +02002632 log_error("[%s:%u] Source path is not absolute.", fname, line);
2633 return -EBADMSG;
2634 }
2635
Yu Watanabe858d36c2018-05-31 23:39:31 +09002636 path_simplify(i.argument, false);
Lennart Poettering849958d2014-06-10 23:02:40 +02002637 break;
2638
Lennart Poettering468d7262012-01-17 15:04:12 +01002639 case CREATE_CHAR_DEVICE:
2640 case CREATE_BLOCK_DEVICE: {
2641 unsigned major, minor;
2642
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002643 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002644 *invalid_config = true;
Lennart Poettering468d7262012-01-17 15:04:12 +01002645 log_error("[%s:%u] Device file requires argument.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002646 return -EBADMSG;
Lennart Poettering468d7262012-01-17 15:04:12 +01002647 }
2648
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002649 if (sscanf(i.argument, "%u:%u", &major, &minor) != 2) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002650 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002651 log_error("[%s:%u] Can't parse device file major/minor '%s'.", fname, line, i.argument);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002652 return -EBADMSG;
Lennart Poettering468d7262012-01-17 15:04:12 +01002653 }
2654
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002655 i.major_minor = makedev(major, minor);
Lennart Poettering468d7262012-01-17 15:04:12 +01002656 break;
2657 }
2658
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002659 case SET_XATTR:
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002660 case RECURSIVE_SET_XATTR:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002661 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002662 *invalid_config = true;
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002663 log_error("[%s:%u] Set extended attribute requires argument.", fname, line);
2664 return -EBADMSG;
2665 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002666 r = parse_xattrs_from_arg(&i);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002667 if (r < 0)
2668 return r;
2669 break;
2670
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002671 case SET_ACL:
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002672 case RECURSIVE_SET_ACL:
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002673 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002674 *invalid_config = true;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002675 log_error("[%s:%u] Set ACLs requires argument.", fname, line);
2676 return -EBADMSG;
2677 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002678 r = parse_acls_from_arg(&i);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002679 if (r < 0)
2680 return r;
2681 break;
2682
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002683 case SET_ATTRIBUTE:
2684 case RECURSIVE_SET_ATTRIBUTE:
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002685 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002686 *invalid_config = true;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002687 log_error("[%s:%u] Set file attribute requires argument.", fname, line);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002688 return -EBADMSG;
2689 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002690 r = parse_attribute_from_arg(&i);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002691 if (IN_SET(r, -EINVAL, -EBADSLT))
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002692 *invalid_config = true;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002693 if (r < 0)
2694 return r;
2695 break;
2696
Michal Schmidt777b87e2011-12-16 18:27:35 +01002697 default:
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002698 log_error("[%s:%u] Unknown command type '%c'.", fname, line, (char) i.type);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002699 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002700 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002701 }
Lennart Poettering468d7262012-01-17 15:04:12 +01002702
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002703 if (!path_is_absolute(i.path)) {
2704 log_error("[%s:%u] Path '%s' not absolute.", fname, line, i.path);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002705 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002706 return -EBADMSG;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002707 }
2708
Yu Watanabe858d36c2018-05-31 23:39:31 +09002709 path_simplify(i.path, false);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002710
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002711 if (!should_include_path(i.path))
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002712 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02002713
Franck Bui4cef1922017-11-16 11:27:29 +01002714 r = specifier_expansion_from_arg(&i);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +01002715 if (r == -ENXIO)
Franck Bui4cef1922017-11-16 11:27:29 +01002716 return log_unresolvable_specifier(fname, line);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002717 if (r < 0) {
2718 if (IN_SET(r, -EINVAL, -EBADSLT))
2719 *invalid_config = true;
Franck Bui4cef1922017-11-16 11:27:29 +01002720 return log_error_errno(r, "[%s:%u] Failed to substitute specifiers in argument: %m",
2721 fname, line);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002722 }
Franck Bui4cef1922017-11-16 11:27:29 +01002723
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002724 if (arg_root) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +02002725 char *p;
2726
Lennart Poettering1d13f642015-05-13 17:42:10 +02002727 p = prefix_root(arg_root, i.path);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002728 if (!p)
2729 return log_oom();
2730
Lennart Poettering81fa4472018-10-25 13:57:32 +02002731 free_and_replace(i.path, p);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002732 }
2733
Lennart Poettering90937fe2015-04-10 16:04:16 +02002734 if (!isempty(user) && !streq(user, "-")) {
Lennart Poettering4b678342011-07-23 01:17:59 +02002735 const char *u = user;
Lennart Poettering5008d582010-09-28 02:34:02 +02002736
Lennart Poetteringfafff8f2018-08-02 18:36:47 +02002737 r = get_user_creds(&u, &i.uid, NULL, NULL, NULL, USER_CREDS_ALLOW_MISSING);
Lennart Poettering4b678342011-07-23 01:17:59 +02002738 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002739 *invalid_config = true;
2740 return log_error_errno(r, "[%s:%u] Unknown user '%s'.", fname, line, user);
Lennart Poettering5008d582010-09-28 02:34:02 +02002741 }
2742
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002743 i.uid_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002744 }
2745
Lennart Poettering90937fe2015-04-10 16:04:16 +02002746 if (!isempty(group) && !streq(group, "-")) {
Lennart Poettering4b678342011-07-23 01:17:59 +02002747 const char *g = group;
Lennart Poettering5008d582010-09-28 02:34:02 +02002748
Lennart Poetteringfafff8f2018-08-02 18:36:47 +02002749 r = get_group_creds(&g, &i.gid, USER_CREDS_ALLOW_MISSING);
Lennart Poettering4b678342011-07-23 01:17:59 +02002750 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002751 *invalid_config = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002752 log_error("[%s:%u] Unknown group '%s'.", fname, line, group);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002753 return r;
Lennart Poettering5008d582010-09-28 02:34:02 +02002754 }
2755
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002756 i.gid_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002757 }
2758
Lennart Poettering90937fe2015-04-10 16:04:16 +02002759 if (!isempty(mode) && !streq(mode, "-")) {
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002760 const char *mm = mode;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002761 unsigned m;
Lennart Poettering5008d582010-09-28 02:34:02 +02002762
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002763 if (*mm == '~') {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002764 i.mask_perms = true;
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002765 mm++;
2766 }
2767
Lennart Poettering2ff7b0a2015-04-10 14:43:06 +02002768 if (parse_mode(mm, &m) < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002769 *invalid_config = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002770 log_error("[%s:%u] Invalid mode '%s'.", fname, line, mode);
Lennart Poettering2ff7b0a2015-04-10 14:43:06 +02002771 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002772 }
2773
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002774 i.mode = m;
2775 i.mode_set = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002776 } else
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002777 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 +02002778
Lennart Poettering90937fe2015-04-10 16:04:16 +02002779 if (!isempty(age) && !streq(age, "-")) {
Lennart Poettering24f3a372012-06-20 09:05:50 +02002780 const char *a = age;
2781
2782 if (*a == '~') {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002783 i.keep_first_level = true;
Lennart Poettering24f3a372012-06-20 09:05:50 +02002784 a++;
2785 }
2786
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002787 if (parse_sec(a, &i.age) < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002788 *invalid_config = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002789 log_error("[%s:%u] Invalid age '%s'.", fname, line, age);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002790 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002791 }
2792
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002793 i.age_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002794 }
2795
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002796 h = needs_glob(i.type) ? globs : items;
Lennart Poettering022707d2011-01-05 16:11:15 +01002797
Lennart Poetteringef43a392015-04-22 18:18:56 +02002798 existing = ordered_hashmap_get(h, i.path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002799 if (existing) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02002800 size_t n;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002801
Lennart Poettering96d10d72018-10-25 13:51:01 +02002802 for (n = 0; n < existing->n_items; n++) {
Martin Pitt6487ada2015-03-05 14:58:56 +01002803 if (!item_compatible(existing->items + n, &i)) {
Zbigniew Jędrzejewski-Szmeke286dba2017-11-22 14:19:13 +01002804 log_notice("[%s:%u] Duplicate line for path \"%s\", ignoring.",
2805 fname, line, i.path);
Martin Pitt6487ada2015-03-05 14:58:56 +01002806 return 0;
2807 }
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002808 }
2809 } else {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002810 existing = new0(ItemArray, 1);
Lennart Poettering07982ed2018-01-22 15:32:57 +01002811 if (!existing)
2812 return log_oom();
2813
Lennart Poetteringef43a392015-04-22 18:18:56 +02002814 r = ordered_hashmap_put(h, i.path, existing);
Lennart Poetteringccd114f2018-10-25 13:57:44 +02002815 if (r < 0) {
2816 free(existing);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002817 return log_oom();
Lennart Poetteringccd114f2018-10-25 13:57:44 +02002818 }
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002819 }
2820
Lennart Poettering96d10d72018-10-25 13:51:01 +02002821 if (!GREEDY_REALLOC(existing->items, existing->allocated, existing->n_items + 1))
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002822 return log_oom();
Lennart Poettering5008d582010-09-28 02:34:02 +02002823
Lennart Poettering7ab75292018-10-25 13:53:07 +02002824 existing->items[existing->n_items++] = i;
2825 i = (struct Item) {};
Zbigniew Jędrzejewski-Szmekdd449ac2015-04-10 18:57:05 -04002826
2827 /* Sort item array, to enforce stable ordering of application */
Lennart Poettering96d10d72018-10-25 13:51:01 +02002828 typesafe_qsort(existing->items, existing->n_items, item_compare);
Lennart Poettering17493fa2015-04-10 16:22:22 +02002829
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002830 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02002831}
2832
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002833static int cat_config(char **config_dirs, char **args) {
2834 _cleanup_strv_free_ char **files = NULL;
2835 int r;
2836
2837 r = conf_files_list_with_replacement(arg_root, config_dirs, arg_replace, &files, NULL);
2838 if (r < 0)
2839 return r;
2840
2841 return cat_files(NULL, files, 0);
2842}
2843
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02002844static int help(void) {
2845 _cleanup_free_ char *link = NULL;
2846 int r;
2847
2848 r = terminal_urlify_man("systemd-tmpfiles", "8", &link);
2849 if (r < 0)
2850 return log_oom();
2851
Lennart Poettering522d4a42011-02-13 15:08:15 +01002852 printf("%s [OPTIONS...] [CONFIGURATION FILE...]\n\n"
2853 "Creates, deletes and cleans up volatile and temporary files and directories.\n\n"
Dave Reisner5c795112013-07-24 11:19:24 -04002854 " -h --help Show this help\n"
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002855 " --user Execute user configuration\n"
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002856 " --version Show package version\n"
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002857 " --cat-config Show configuration files\n"
Dave Reisner5c795112013-07-24 11:19:24 -04002858 " --create Create marked files/directories\n"
2859 " --clean Clean up marked directories\n"
2860 " --remove Remove marked files/directories\n"
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002861 " --boot Execute actions only safe at boot\n"
Zbigniew Jędrzejewski-Szmek79ca8882015-01-27 21:22:08 -05002862 " --prefix=PATH Only apply rules with the specified prefix\n"
2863 " --exclude-prefix=PATH Ignore rules with the specified prefix\n"
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002864 " --root=PATH Operate on an alternate filesystem root\n"
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002865 " --replace=PATH Treat arguments as replacement for PATH\n"
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002866 " --no-pager Do not pipe output into a pager\n"
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02002867 "\nSee the %s for details.\n"
2868 , program_invocation_short_name
2869 , link
2870 );
2871
2872 return 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002873}
2874
2875static int parse_argv(int argc, char *argv[]) {
2876
2877 enum {
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002878 ARG_VERSION = 0x100,
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002879 ARG_CAT_CONFIG,
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002880 ARG_USER,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002881 ARG_CREATE,
2882 ARG_CLEAN,
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002883 ARG_REMOVE,
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002884 ARG_BOOT,
Dave Reisner5c795112013-07-24 11:19:24 -04002885 ARG_PREFIX,
2886 ARG_EXCLUDE_PREFIX,
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002887 ARG_ROOT,
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002888 ARG_REPLACE,
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002889 ARG_NO_PAGER,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002890 };
2891
2892 static const struct option options[] = {
Dave Reisner5c795112013-07-24 11:19:24 -04002893 { "help", no_argument, NULL, 'h' },
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002894 { "user", no_argument, NULL, ARG_USER },
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002895 { "version", no_argument, NULL, ARG_VERSION },
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002896 { "cat-config", no_argument, NULL, ARG_CAT_CONFIG },
Dave Reisner5c795112013-07-24 11:19:24 -04002897 { "create", no_argument, NULL, ARG_CREATE },
2898 { "clean", no_argument, NULL, ARG_CLEAN },
2899 { "remove", no_argument, NULL, ARG_REMOVE },
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002900 { "boot", no_argument, NULL, ARG_BOOT },
Dave Reisner5c795112013-07-24 11:19:24 -04002901 { "prefix", required_argument, NULL, ARG_PREFIX },
2902 { "exclude-prefix", required_argument, NULL, ARG_EXCLUDE_PREFIX },
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002903 { "root", required_argument, NULL, ARG_ROOT },
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002904 { "replace", required_argument, NULL, ARG_REPLACE },
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002905 { "no-pager", no_argument, NULL, ARG_NO_PAGER },
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002906 {}
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002907 };
2908
Lennart Poettering0f474362015-10-22 19:28:31 +02002909 int c, r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002910
2911 assert(argc >= 0);
2912 assert(argv);
2913
Zbigniew Jędrzejewski-Szmek601185b2014-08-02 11:12:21 -04002914 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002915
2916 switch (c) {
2917
2918 case 'h':
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02002919 return help();
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002920
2921 case ARG_VERSION:
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +02002922 return version();
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002923
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002924 case ARG_CAT_CONFIG:
2925 arg_cat_config = true;
2926 break;
2927
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002928 case ARG_USER:
2929 arg_user = true;
2930 break;
2931
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002932 case ARG_CREATE:
Lennart Poettering1a967b62018-10-25 23:19:00 +02002933 arg_operation |= OPERATION_CREATE;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002934 break;
2935
2936 case ARG_CLEAN:
Lennart Poettering1a967b62018-10-25 23:19:00 +02002937 arg_operation |= OPERATION_CLEAN;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002938 break;
2939
2940 case ARG_REMOVE:
Lennart Poettering1a967b62018-10-25 23:19:00 +02002941 arg_operation |= OPERATION_REMOVE;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002942 break;
2943
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002944 case ARG_BOOT:
2945 arg_boot = true;
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002946 break;
2947
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002948 case ARG_PREFIX:
Lennart Poettering7bc040f2014-06-11 01:26:28 +02002949 if (strv_push(&arg_include_prefixes, optarg) < 0)
Dave Reisnera2aced42013-07-24 11:10:05 -04002950 return log_oom();
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002951 break;
2952
Dave Reisner5c795112013-07-24 11:19:24 -04002953 case ARG_EXCLUDE_PREFIX:
Lennart Poettering7bc040f2014-06-11 01:26:28 +02002954 if (strv_push(&arg_exclude_prefixes, optarg) < 0)
Dave Reisner5c795112013-07-24 11:19:24 -04002955 return log_oom();
2956 break;
2957
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002958 case ARG_ROOT:
Lennart Poettering0f03c2a2015-10-22 19:54:29 +02002959 r = parse_path_argument_and_warn(optarg, true, &arg_root);
Lennart Poettering0f474362015-10-22 19:28:31 +02002960 if (r < 0)
Lennart Poettering0f03c2a2015-10-22 19:54:29 +02002961 return r;
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002962 break;
2963
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002964 case ARG_REPLACE:
2965 if (!path_is_absolute(optarg) ||
2966 !endswith(optarg, ".conf")) {
2967 log_error("The argument to --replace= must an absolute path to a config file");
2968 return -EINVAL;
2969 }
2970
2971 arg_replace = optarg;
2972 break;
2973
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002974 case ARG_NO_PAGER:
Zbigniew Jędrzejewski-Szmek0221d682018-11-11 12:56:29 +01002975 arg_pager_flags |= PAGER_DISABLE;
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002976 break;
2977
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002978 case '?':
2979 return -EINVAL;
2980
2981 default:
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002982 assert_not_reached("Unhandled option");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002983 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002984
Lennart Poettering1a967b62018-10-25 23:19:00 +02002985 if (arg_operation == 0 && !arg_cat_config) {
Harald Hoyer35b8ca32011-02-21 15:32:17 +01002986 log_error("You need to specify at least one of --clean, --create or --remove.");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002987 return -EINVAL;
2988 }
2989
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002990 if (arg_replace && arg_cat_config) {
2991 log_error("Option --replace= is not supported with --cat-config");
2992 return -EINVAL;
2993 }
2994
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002995 if (arg_replace && optind >= argc) {
2996 log_error("When --replace= is given, some configuration items must be specified");
2997 return -EINVAL;
2998 }
2999
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003000 return 1;
3001}
3002
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003003static 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 -04003004 _cleanup_fclose_ FILE *_f = NULL;
Michal Sekletar78a92a52013-01-18 16:13:08 +01003005 Iterator iterator;
Lennart Poettering1731e342013-09-17 11:02:02 -05003006 unsigned v = 0;
Lennart Poettering2a98ae42018-10-18 16:21:05 +02003007 FILE *f;
Michal Sekletar78a92a52013-01-18 16:13:08 +01003008 Item *i;
Lennart Poettering4e68ec12016-06-21 13:20:23 +02003009 int r = 0;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003010
3011 assert(fn);
3012
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003013 if (streq(fn, "-")) {
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003014 log_debug("Reading config from stdin…");
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003015 fn = "<stdin>";
3016 f = stdin;
3017 } else {
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003018 r = search_and_fopen(fn, "re", arg_root, (const char**) config_dirs, &_f);
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003019 if (r < 0) {
3020 if (ignore_enoent && r == -ENOENT) {
3021 log_debug_errno(r, "Failed to open \"%s\", ignoring: %m", fn);
3022 return 0;
3023 }
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003024
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003025 return log_error_errno(r, "Failed to open '%s': %m", fn);
3026 }
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003027 log_debug("Reading config file \"%s\"…", fn);
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003028 f = _f;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003029 }
3030
Lennart Poettering2a98ae42018-10-18 16:21:05 +02003031 for (;;) {
3032 _cleanup_free_ char *line = NULL;
3033 bool invalid_line = false;
Lennart Poettering1731e342013-09-17 11:02:02 -05003034 char *l;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003035 int k;
Lennart Poettering2a98ae42018-10-18 16:21:05 +02003036
3037 k = read_line(f, LONG_LINE_MAX, &line);
3038 if (k < 0)
3039 return log_error_errno(k, "Failed to read '%s': %m", fn);
3040 if (k == 0)
3041 break;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003042
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003043 v++;
3044
3045 l = strstrip(line);
Yu Watanabe4c701092017-10-04 23:01:32 +09003046 if (IN_SET(*l, 0, '#'))
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003047 continue;
3048
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003049 k = parse_line(fn, v, l, &invalid_line);
3050 if (k < 0) {
3051 if (invalid_line)
3052 /* Allow reporting with a special code if the caller requested this */
3053 *invalid_config = true;
3054 else if (r == 0)
3055 /* The first error becomes our return value */
3056 r = k;
3057 }
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003058 }
3059
Michal Sekletar78a92a52013-01-18 16:13:08 +01003060 /* we have to determine age parameter for each entry of type X */
Lennart Poetteringef43a392015-04-22 18:18:56 +02003061 ORDERED_HASHMAP_FOREACH(i, globs, iterator) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01003062 Iterator iter;
3063 Item *j, *candidate_item = NULL;
3064
3065 if (i->type != IGNORE_DIRECTORY_PATH)
3066 continue;
3067
Lennart Poetteringef43a392015-04-22 18:18:56 +02003068 ORDERED_HASHMAP_FOREACH(j, items, iter) {
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02003069 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 +01003070 continue;
3071
3072 if (path_equal(j->path, i->path)) {
3073 candidate_item = j;
3074 break;
3075 }
3076
3077 if ((!candidate_item && path_startswith(i->path, j->path)) ||
3078 (candidate_item && path_startswith(j->path, candidate_item->path) && (fnmatch(i->path, j->path, FNM_PATHNAME | FNM_PERIOD) == 0)))
3079 candidate_item = j;
3080 }
3081
Richard Weinberger9ed2a352014-09-09 11:09:37 +02003082 if (candidate_item && candidate_item->age_set) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01003083 i->age = candidate_item->age;
3084 i->age_set = true;
3085 }
3086 }
3087
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003088 if (ferror(f)) {
Michal Schmidt56f64d92014-11-28 19:29:59 +01003089 log_error_errno(errno, "Failed to read from file %s: %m", fn);
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003090 if (r == 0)
3091 r = -EIO;
3092 }
3093
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003094 return r;
3095}
3096
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003097static int parse_arguments(char **config_dirs, char **args, bool *invalid_config) {
3098 char **arg;
3099 int r;
3100
3101 STRV_FOREACH(arg, args) {
3102 r = read_config_file(config_dirs, *arg, false, invalid_config);
3103 if (r < 0)
3104 return r;
3105 }
3106
3107 return 0;
3108}
3109
3110static int read_config_files(char **config_dirs, char **args, bool *invalid_config) {
3111 _cleanup_strv_free_ char **files = NULL;
3112 _cleanup_free_ char *p = NULL;
3113 char **f;
3114 int r;
3115
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003116 r = conf_files_list_with_replacement(arg_root, config_dirs, arg_replace, &files, &p);
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003117 if (r < 0)
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003118 return r;
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003119
3120 STRV_FOREACH(f, files)
3121 if (p && path_equal(*f, p)) {
3122 log_debug("Parsing arguments at position \"%s\"…", *f);
3123
3124 r = parse_arguments(config_dirs, args, invalid_config);
3125 if (r < 0)
3126 return r;
3127 } else
3128 /* Just warn, ignore result otherwise.
3129 * read_config_file() has some debug output, so no need to print anything. */
3130 (void) read_config_file(config_dirs, *f, true, invalid_config);
3131
3132 return 0;
3133}
3134
Lennart Poettering811a1582018-10-26 20:56:37 +02003135static int link_parent(ItemArray *a) {
3136 const char *path;
3137 char *prefix;
3138 int r;
3139
3140 assert(a);
3141
Lennart Poettering09f467a2018-11-20 16:32:19 +01003142 /* Finds the closest "parent" item array for the specified item array. Then registers the specified item array
Lennart Poettering811a1582018-10-26 20:56:37 +02003143 * as child of it, and fills the parent in, linking them both ways. This allows us to later create parents
3144 * before their children, and clean up/remove children before their parents. */
3145
3146 if (a->n_items <= 0)
3147 return 0;
3148
3149 path = a->items[0].path;
3150 prefix = alloca(strlen(path) + 1);
3151 PATH_FOREACH_PREFIX(prefix, path) {
3152 ItemArray *j;
3153
3154 j = ordered_hashmap_get(items, prefix);
Lennart Poetteringbd0ce242018-11-20 16:32:23 +01003155 if (!j)
3156 j = ordered_hashmap_get(globs, prefix);
Lennart Poettering811a1582018-10-26 20:56:37 +02003157 if (j) {
3158 r = set_ensure_allocated(&j->children, NULL);
3159 if (r < 0)
3160 return log_oom();
3161
3162 r = set_put(j->children, a);
3163 if (r < 0)
3164 return log_oom();
3165
3166 a->parent = j;
3167 return 1;
3168 }
3169 }
3170
3171 return 0;
3172}
3173
Lennart Poettering5008d582010-09-28 02:34:02 +02003174int main(int argc, char *argv[]) {
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003175 _cleanup_strv_free_ char **config_dirs = NULL;
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003176 int r, k, r_process = 0;
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003177 bool invalid_config = false;
Lennart Poettering64adb372018-10-26 21:19:36 +02003178 Iterator iterator;
3179 ItemArray *a;
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003180 enum {
3181 PHASE_REMOVE_AND_CLEAN,
3182 PHASE_CREATE,
3183 _PHASE_MAX
3184 } phase;
Lennart Poettering5008d582010-09-28 02:34:02 +02003185
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +01003186 r = parse_argv(argc, argv);
3187 if (r <= 0)
Lennart Poettering753615e2014-06-12 23:07:17 +02003188 goto finish;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003189
Lennart Poettering6bf3c612018-11-20 11:18:22 +01003190 log_setup_service();
Lennart Poettering5008d582010-09-28 02:34:02 +02003191
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003192 if (arg_user) {
3193 r = user_config_paths(&config_dirs);
3194 if (r < 0) {
3195 log_error_errno(r, "Failed to initialize configuration directory list: %m");
3196 goto finish;
3197 }
3198 } else {
3199 config_dirs = strv_split_nulstr(CONF_PATHS_NULSTR("tmpfiles.d"));
3200 if (!config_dirs) {
3201 r = log_oom();
3202 goto finish;
3203 }
3204 }
3205
Lennart Poettering79c91ce2018-01-22 15:33:13 +01003206 if (DEBUG_LOGGING) {
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003207 _cleanup_free_ char *t = NULL;
3208
3209 t = strv_join(config_dirs, "\n\t");
3210 if (t)
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003211 log_debug("Looking for configuration files in (higher priority first):\n\t%s", t);
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003212 }
3213
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003214 if (arg_cat_config) {
Zbigniew Jędrzejewski-Szmek0221d682018-11-11 12:56:29 +01003215 (void) pager_open(arg_pager_flags);
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003216
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003217 r = cat_config(config_dirs, argv + optind);
3218 goto finish;
3219 }
3220
3221 umask(0022);
3222
3223 mac_selinux_init();
3224
3225 items = ordered_hashmap_new(&string_hash_ops);
3226 globs = ordered_hashmap_new(&string_hash_ops);
3227
3228 if (!items || !globs) {
3229 r = log_oom();
3230 goto finish;
3231 }
3232
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003233 /* If command line arguments are specified along with --replace, read all
3234 * configuration files and insert the positional arguments at the specified
3235 * place. Otherwise, if command line arguments are specified, execute just
3236 * them, and finally, without --replace= or any positional arguments, just
3237 * read configuration and execute it.
3238 */
3239 if (arg_replace || optind >= argc)
3240 r = read_config_files(config_dirs, argv + optind, &invalid_config);
3241 else
3242 r = parse_arguments(config_dirs, argv + optind, &invalid_config);
3243 if (r < 0)
3244 goto finish;
Lennart Poettering5008d582010-09-28 02:34:02 +02003245
Lennart Poettering811a1582018-10-26 20:56:37 +02003246 /* Let's now link up all child/parent relationships */
Lennart Poetteringef43a392015-04-22 18:18:56 +02003247 ORDERED_HASHMAP_FOREACH(a, items, iterator) {
Lennart Poettering811a1582018-10-26 20:56:37 +02003248 r = link_parent(a);
3249 if (r < 0)
3250 goto finish;
3251 }
3252 ORDERED_HASHMAP_FOREACH(a, globs, iterator) {
3253 r = link_parent(a);
3254 if (r < 0)
3255 goto finish;
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05003256 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01003257
Lennart Poettering64adb372018-10-26 21:19:36 +02003258 /* If multiple operations are requested, let's first run the remove/clean operations, and only then the create
3259 * operations. i.e. that we first clean out the platform we then build on. */
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003260 for (phase = 0; phase < _PHASE_MAX; phase++) {
Lennart Poettering64adb372018-10-26 21:19:36 +02003261 OperationMask op;
Lennart Poettering5008d582010-09-28 02:34:02 +02003262
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003263 if (phase == PHASE_REMOVE_AND_CLEAN)
Lennart Poettering64adb372018-10-26 21:19:36 +02003264 op = arg_operation & (OPERATION_REMOVE|OPERATION_CLEAN);
Lennart Poettering44ac4f82018-11-20 16:15:09 +01003265 else if (phase == PHASE_CREATE)
Lennart Poettering64adb372018-10-26 21:19:36 +02003266 op = arg_operation & OPERATION_CREATE;
3267 else
3268 assert_not_reached("unexpected phase");
3269
3270 if (op == 0) /* Nothing requested in this phase */
3271 continue;
3272
3273 /* The non-globbing ones usually create things, hence we apply them first */
3274 ORDERED_HASHMAP_FOREACH(a, items, iterator) {
3275 k = process_item_array(a, op);
3276 if (k < 0 && r_process == 0)
3277 r_process = k;
3278 }
3279
3280 /* The globbing ones usually alter things, hence we apply them second. */
3281 ORDERED_HASHMAP_FOREACH(a, globs, iterator) {
3282 k = process_item_array(a, op);
3283 if (k < 0 && r_process == 0)
3284 r_process = k;
3285 }
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05003286 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003287
Lennart Poettering5008d582010-09-28 02:34:02 +02003288finish:
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003289 pager_close();
3290
Zbigniew Jędrzejewski-Szmek224b0e72017-11-28 12:35:49 +01003291 ordered_hashmap_free_with_destructor(items, item_array_free);
3292 ordered_hashmap_free_with_destructor(globs, item_array_free);
Lennart Poettering5008d582010-09-28 02:34:02 +02003293
Lennart Poettering7bc040f2014-06-11 01:26:28 +02003294 free(arg_include_prefixes);
3295 free(arg_exclude_prefixes);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07003296 free(arg_root);
Dave Reisnera2aced42013-07-24 11:10:05 -04003297
Lennart Poettering17b90522011-02-14 21:55:06 +01003298 set_free_free(unix_sockets);
3299
WaLyong Chocc56faf2014-10-23 17:23:46 +09003300 mac_selinux_finish();
Lennart Poettering29003cf2010-10-19 19:36:45 +02003301
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003302 if (r < 0 || ERRNO_IS_RESOURCE(-r_process))
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003303 return EXIT_FAILURE;
3304 else if (invalid_config)
3305 return EX_DATAERR;
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003306 else if (r_process < 0)
3307 return EX_CANTCREAT;
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003308 else
3309 return EXIT_SUCCESS;
Lennart Poettering5008d582010-09-28 02:34:02 +02003310}