blob: f7f72e9d0d02f5f1c8e5e8883e66159f74e57f34 [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"
Lennart Poetteringc6878632015-04-04 11:52:57 +020049#include "rm-rf.h"
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +010050#include "selinux-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020051#include "set.h"
52#include "specifier.h"
Lennart Poettering8fcde012015-10-26 22:01:44 +010053#include "stat-util.h"
Lennart Poettering15a5e952015-10-27 01:26:31 +010054#include "stdio-util.h"
Lennart Poettering8b434402015-10-26 22:31:05 +010055#include "string-table.h"
Lennart Poettering07630ce2015-10-24 22:58:24 +020056#include "string-util.h"
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +020057#include "strv.h"
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +020058#include "terminal-util.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 Poettering1910cd02014-06-11 01:37:35 +0200139 bool done:1;
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;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500146} ItemArray;
147
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100148typedef enum DirectoryType {
Lennart Poettering133bbca2018-10-26 10:32:48 +0200149 DIRECTORY_RUNTIME,
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100150 DIRECTORY_STATE,
151 DIRECTORY_CACHE,
152 DIRECTORY_LOGS,
153 _DIRECTORY_TYPE_MAX,
154} DirectoryType;
155
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +0200156static bool arg_cat_config = false;
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100157static bool arg_user = false;
Lennart Poettering1a967b62018-10-25 23:19:00 +0200158static OperationMask arg_operation = 0;
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -0500159static bool arg_boot = false;
Lennart Poetteringdcd5c892018-06-12 15:37:53 +0200160static bool arg_no_pager = false;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200161
Lennart Poettering7bc040f2014-06-11 01:26:28 +0200162static char **arg_include_prefixes = NULL;
163static char **arg_exclude_prefixes = NULL;
Michael Marineaucf9a4ab2014-03-13 21:32:13 -0700164static char *arg_root = NULL;
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +0100165static char *arg_replace = NULL;
Lennart Poetteringfba6e682011-02-13 14:00:54 +0100166
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200167#define MAX_DEPTH 256
168
Lennart Poetteringef43a392015-04-22 18:18:56 +0200169static OrderedHashmap *items = NULL, *globs = NULL;
Lennart Poettering7bc040f2014-06-11 01:26:28 +0200170static Set *unix_sockets = NULL;
171
Franck Bui4cef1922017-11-16 11:27:29 +0100172static int specifier_machine_id_safe(char specifier, void *data, void *userdata, char **ret);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100173static int specifier_directory(char specifier, void *data, void *userdata, char **ret);
Franck Bui4cef1922017-11-16 11:27:29 +0100174
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200175static const Specifier specifier_table[] = {
Franck Bui4cef1922017-11-16 11:27:29 +0100176 { 'm', specifier_machine_id_safe, NULL },
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100177 { 'b', specifier_boot_id, NULL },
178 { 'H', specifier_host_name, NULL },
179 { 'v', specifier_kernel_release, NULL },
ayekatca23eeb2017-11-24 12:44:08 +0100180
Davide Cavalcab75f0c62018-10-13 01:26:48 -0700181 { 'g', specifier_group_name, NULL },
182 { 'G', specifier_group_id, NULL },
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100183 { 'U', specifier_user_id, NULL },
184 { 'u', specifier_user_name, NULL },
185 { 'h', specifier_user_home, NULL },
Lennart Poetteringb294e592018-05-29 11:25:26 +0200186
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100187 { 't', specifier_directory, UINT_TO_PTR(DIRECTORY_RUNTIME) },
188 { 'S', specifier_directory, UINT_TO_PTR(DIRECTORY_STATE) },
189 { 'C', specifier_directory, UINT_TO_PTR(DIRECTORY_CACHE) },
190 { 'L', specifier_directory, UINT_TO_PTR(DIRECTORY_LOGS) },
Lennart Poetteringb294e592018-05-29 11:25:26 +0200191 { 'T', specifier_tmp_dir, NULL },
192 { 'V', specifier_var_tmp_dir, NULL },
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200193 {}
194};
195
Franck Bui4cef1922017-11-16 11:27:29 +0100196static int specifier_machine_id_safe(char specifier, void *data, void *userdata, char **ret) {
197 int r;
198
Franck Buid8dab752018-01-10 23:28:44 +0100199 /* If /etc/machine_id is missing or empty (e.g. in a chroot environment)
200 * return a recognizable error so that the caller can skip the rule
Franck Bui4cef1922017-11-16 11:27:29 +0100201 * gracefully. */
202
203 r = specifier_machine_id(specifier, data, userdata, ret);
Franck Buid8dab752018-01-10 23:28:44 +0100204 if (IN_SET(r, -ENOENT, -ENOMEDIUM))
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100205 return -ENXIO;
Franck Bui4cef1922017-11-16 11:27:29 +0100206
207 return r;
208}
209
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100210static int specifier_directory(char specifier, void *data, void *userdata, char **ret) {
211 struct table_entry {
212 uint64_t type;
213 const char *suffix;
214 };
215
216 static const struct table_entry paths_system[] = {
217 [DIRECTORY_RUNTIME] = { SD_PATH_SYSTEM_RUNTIME },
218 [DIRECTORY_STATE] = { SD_PATH_SYSTEM_STATE_PRIVATE },
219 [DIRECTORY_CACHE] = { SD_PATH_SYSTEM_STATE_CACHE },
220 [DIRECTORY_LOGS] = { SD_PATH_SYSTEM_STATE_LOGS },
221 };
222
223 static const struct table_entry paths_user[] = {
224 [DIRECTORY_RUNTIME] = { SD_PATH_USER_RUNTIME },
225 [DIRECTORY_STATE] = { SD_PATH_USER_CONFIGURATION },
226 [DIRECTORY_CACHE] = { SD_PATH_USER_STATE_CACHE },
227 [DIRECTORY_LOGS] = { SD_PATH_USER_CONFIGURATION, "log" },
228 };
229
230 unsigned i;
231 const struct table_entry *paths;
232
233 assert_cc(ELEMENTSOF(paths_system) == ELEMENTSOF(paths_user));
234 paths = arg_user ? paths_user : paths_system;
235
236 i = PTR_TO_UINT(data);
237 assert(i < ELEMENTSOF(paths_system));
238
239 return sd_path_home(paths[i].type, paths[i].suffix, ret);
240}
241
Franck Bui4cef1922017-11-16 11:27:29 +0100242static int log_unresolvable_specifier(const char *filename, unsigned line) {
243 static bool notified = false;
244
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100245 /* In system mode, this is called when /etc is not fully initialized (e.g.
246 * in a chroot environment) where some specifiers are unresolvable. In user
247 * mode, this is called when some variables are not defined. These cases are
248 * not considered as an error so log at LOG_NOTICE only for the first time
249 * and then downgrade this to LOG_DEBUG for the rest. */
Franck Bui4cef1922017-11-16 11:27:29 +0100250
251 log_full(notified ? LOG_DEBUG : LOG_NOTICE,
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100252 "[%s:%u] Failed to resolve specifier: %s, skipping",
253 filename, line,
254 arg_user ? "Required $XDG_... variable not defined" : "uninitialized /etc detected");
Franck Bui4cef1922017-11-16 11:27:29 +0100255
256 if (!notified)
257 log_notice("All rules containing unresolvable specifiers will be skipped.");
258
259 notified = true;
260 return 0;
261}
262
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100263static int user_config_paths(char*** ret) {
264 _cleanup_strv_free_ char **config_dirs = NULL, **data_dirs = NULL;
265 _cleanup_free_ char *persistent_config = NULL, *runtime_config = NULL, *data_home = NULL;
266 _cleanup_strv_free_ char **res = NULL;
267 int r;
268
269 r = xdg_user_dirs(&config_dirs, &data_dirs);
270 if (r < 0)
271 return r;
272
273 r = xdg_user_config_dir(&persistent_config, "/user-tmpfiles.d");
274 if (r < 0 && r != -ENXIO)
275 return r;
276
277 r = xdg_user_runtime_dir(&runtime_config, "/user-tmpfiles.d");
278 if (r < 0 && r != -ENXIO)
279 return r;
280
281 r = xdg_user_data_dir(&data_home, "/user-tmpfiles.d");
282 if (r < 0 && r != -ENXIO)
283 return r;
284
285 r = strv_extend_strv_concat(&res, config_dirs, "/user-tmpfiles.d");
286 if (r < 0)
287 return r;
288
289 r = strv_extend(&res, persistent_config);
290 if (r < 0)
291 return r;
292
293 r = strv_extend(&res, runtime_config);
294 if (r < 0)
295 return r;
296
297 r = strv_extend(&res, data_home);
298 if (r < 0)
299 return r;
300
301 r = strv_extend_strv_concat(&res, data_dirs, "/user-tmpfiles.d");
302 if (r < 0)
303 return r;
304
305 r = path_strv_make_absolute_cwd(res);
306 if (r < 0)
307 return r;
308
Lennart Poetteringae2a15b2018-03-22 16:53:26 +0100309 *ret = TAKE_PTR(res);
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100310 return 0;
311}
312
Michal Schmidt66ccd032011-12-15 21:31:14 +0100313static bool needs_glob(ItemType t) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200314 return IN_SET(t,
315 WRITE_FILE,
316 IGNORE_PATH,
317 IGNORE_DIRECTORY_PATH,
318 REMOVE_PATH,
319 RECURSIVE_REMOVE_PATH,
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -0400320 EMPTY_DIRECTORY,
Lennart Poetteringe73a03e2014-06-10 23:42:16 +0200321 ADJUST_MODE,
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200322 RELABEL_PATH,
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -0500323 RECURSIVE_RELABEL_PATH,
324 SET_XATTR,
325 RECURSIVE_SET_XATTR,
326 SET_ACL,
Lennart Poettering34f64532015-04-09 13:12:06 +0200327 RECURSIVE_SET_ACL,
328 SET_ATTRIBUTE,
329 RECURSIVE_SET_ATTRIBUTE);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100330}
331
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500332static bool takes_ownership(ItemType t) {
333 return IN_SET(t,
334 CREATE_FILE,
335 TRUNCATE_FILE,
336 CREATE_DIRECTORY,
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -0400337 EMPTY_DIRECTORY,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500338 TRUNCATE_DIRECTORY,
339 CREATE_SUBVOLUME,
Lennart Poettering5fb13eb2015-10-21 19:46:23 +0200340 CREATE_SUBVOLUME_INHERIT_QUOTA,
341 CREATE_SUBVOLUME_NEW_QUOTA,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500342 CREATE_FIFO,
343 CREATE_SYMLINK,
344 CREATE_CHAR_DEVICE,
345 CREATE_BLOCK_DEVICE,
346 COPY_FILES,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500347 WRITE_FILE,
348 IGNORE_PATH,
349 IGNORE_DIRECTORY_PATH,
350 REMOVE_PATH,
351 RECURSIVE_REMOVE_PATH);
352}
353
Lennart Poetteringef43a392015-04-22 18:18:56 +0200354static struct Item* find_glob(OrderedHashmap *h, const char *match) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500355 ItemArray *j;
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100356 Iterator i;
357
Lennart Poetteringef43a392015-04-22 18:18:56 +0200358 ORDERED_HASHMAP_FOREACH(j, h, i) {
Lennart Poettering96d10d72018-10-25 13:51:01 +0200359 size_t n;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500360
Lennart Poettering96d10d72018-10-25 13:51:01 +0200361 for (n = 0; n < j->n_items; n++) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500362 Item *item = j->items + n;
363
364 if (fnmatch(item->path, match, FNM_PATHNAME|FNM_PERIOD) == 0)
365 return item;
366 }
367 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100368
369 return NULL;
370}
371
Lennart Poettering17b90522011-02-14 21:55:06 +0100372static void load_unix_sockets(void) {
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200373 _cleanup_fclose_ FILE *f = NULL;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100374 int r;
Lennart Poettering17b90522011-02-14 21:55:06 +0100375
376 if (unix_sockets)
377 return;
378
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100379 /* 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 +0100380
Lennart Poettering548f6932018-02-08 18:58:35 +0100381 unix_sockets = set_new(&path_hash_ops);
382 if (!unix_sockets) {
383 log_oom();
Lennart Poettering17b90522011-02-14 21:55:06 +0100384 return;
Lennart Poettering548f6932018-02-08 18:58:35 +0100385 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100386
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100387 f = fopen("/proc/net/unix", "re");
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100388 if (!f) {
389 log_full_errno(errno == ENOENT ? LOG_DEBUG : LOG_WARNING, errno,
390 "Failed to open /proc/net/unix, ignoring: %m");
391 goto fail;
392 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100393
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100394 /* Skip header */
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100395 r = read_line(f, LONG_LINE_MAX, NULL);
396 if (r < 0) {
397 log_warning_errno(r, "Failed to skip /proc/net/unix header line: %m");
Lennart Poettering17b90522011-02-14 21:55:06 +0100398 goto fail;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100399 }
400 if (r == 0) {
401 log_warning("Premature end of file reading /proc/net/unix.");
402 goto fail;
403 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100404
405 for (;;) {
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100406 _cleanup_free_ char *line = NULL;
Lennart Poettering17b90522011-02-14 21:55:06 +0100407 char *p, *s;
Lennart Poettering17b90522011-02-14 21:55:06 +0100408
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100409 r = read_line(f, LONG_LINE_MAX, &line);
410 if (r < 0) {
411 log_warning_errno(r, "Failed to read /proc/net/unix line, ignoring: %m");
412 goto fail;
413 }
414 if (r == 0) /* EOF */
Lennart Poettering17b90522011-02-14 21:55:06 +0100415 break;
416
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100417 p = strchr(line, ':');
418 if (!p)
Lennart Poettering17b90522011-02-14 21:55:06 +0100419 continue;
420
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100421 if (strlen(p) < 37)
422 continue;
423
424 p += 37;
Lennart Poettering17b90522011-02-14 21:55:06 +0100425 p += strspn(p, WHITESPACE);
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100426 p += strcspn(p, WHITESPACE); /* skip one more word */
Lennart Poettering17b90522011-02-14 21:55:06 +0100427 p += strspn(p, WHITESPACE);
428
429 if (*p != '/')
430 continue;
431
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100432 s = strdup(p);
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100433 if (!s) {
434 log_oom();
Lennart Poettering17b90522011-02-14 21:55:06 +0100435 goto fail;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100436 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100437
Yu Watanabe858d36c2018-05-31 23:39:31 +0900438 path_simplify(s, false);
Lennart Poettering4ff21d82011-02-17 13:13:34 +0100439
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100440 r = set_consume(unix_sockets, s);
441 if (r < 0 && r != -EEXIST) {
442 log_warning_errno(r, "Failed to add AF_UNIX socket to set, ignoring: %m");
Zbigniew Jędrzejewski-Szmekef422022013-04-22 23:12:15 -0400443 goto fail;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100444 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100445 }
446
447 return;
448
449fail:
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100450 unix_sockets = set_free_free(unix_sockets);
Lennart Poettering17b90522011-02-14 21:55:06 +0100451}
452
453static bool unix_socket_alive(const char *fn) {
454 assert(fn);
455
456 load_unix_sockets();
457
458 if (unix_sockets)
459 return !!set_get(unix_sockets, (char*) fn);
460
461 /* We don't know, so assume yes */
462 return true;
463}
464
Kay Sievers99d680a2013-03-13 13:12:36 +0100465static int dir_is_mount_point(DIR *d, const char *subdir) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200466
Kay Sievers99d680a2013-03-13 13:12:36 +0100467 int mount_id_parent, mount_id;
468 int r_p, r;
469
Lennart Poetteringcbfb8672017-11-20 15:29:53 +0100470 r_p = name_to_handle_at_loop(dirfd(d), ".", NULL, &mount_id_parent, 0);
Kay Sievers99d680a2013-03-13 13:12:36 +0100471 if (r_p < 0)
472 r_p = -errno;
473
Lennart Poetteringcbfb8672017-11-20 15:29:53 +0100474 r = name_to_handle_at_loop(dirfd(d), subdir, NULL, &mount_id, 0);
Kay Sievers99d680a2013-03-13 13:12:36 +0100475 if (r < 0)
476 r = -errno;
477
478 /* got no handle; make no assumptions, return error */
479 if (r_p < 0 && r < 0)
480 return r_p;
481
482 /* got both handles; if they differ, it is a mount point */
483 if (r_p >= 0 && r >= 0)
484 return mount_id_parent != mount_id;
485
486 /* got only one handle; assume different mount points if one
487 * of both queries was not supported by the filesystem */
Yu Watanabe4c701092017-10-04 23:01:32 +0900488 if (IN_SET(r_p, -ENOSYS, -EOPNOTSUPP) || IN_SET(r, -ENOSYS, -EOPNOTSUPP))
Kay Sievers99d680a2013-03-13 13:12:36 +0100489 return true;
490
491 /* return error */
492 if (r_p < 0)
493 return r_p;
494 return r;
495}
496
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500497static DIR* xopendirat_nomod(int dirfd, const char *path) {
498 DIR *dir;
499
500 dir = xopendirat(dirfd, path, O_NOFOLLOW|O_NOATIME);
Lennart Poettering15322272015-03-23 18:54:31 +0700501 if (dir)
502 return dir;
503
504 log_debug_errno(errno, "Cannot open %sdirectory \"%s\": %m", dirfd == AT_FDCWD ? "" : "sub", path);
505 if (errno != EPERM)
506 return NULL;
507
508 dir = xopendirat(dirfd, path, O_NOFOLLOW);
509 if (!dir)
510 log_debug_errno(errno, "Cannot open %sdirectory \"%s\": %m", dirfd == AT_FDCWD ? "" : "sub", path);
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500511
512 return dir;
513}
514
515static DIR* opendir_nomod(const char *path) {
516 return xopendirat_nomod(AT_FDCWD, path);
517}
518
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200519static int dir_cleanup(
Michal Sekletar78a92a52013-01-18 16:13:08 +0100520 Item *i,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200521 const char *p,
522 DIR *d,
523 const struct stat *ds,
524 usec_t cutoff,
525 dev_t rootdev,
526 bool mountpoint,
Lennart Poettering24f3a372012-06-20 09:05:50 +0200527 int maxdepth,
Lennart Poettering265ffa12013-09-17 16:33:30 -0500528 bool keep_this_level) {
529
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200530 struct dirent *dent;
531 struct timespec times[2];
532 bool deleted = false;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200533 int r = 0;
534
Reverend Homer8fb3f002016-12-09 12:04:30 +0300535 FOREACH_DIRENT_ALL(dent, d, break) {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200536 struct stat s;
537 usec_t age;
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200538 _cleanup_free_ char *sub_path = NULL;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200539
Lennart Poettering49bfc872017-02-02 00:06:18 +0100540 if (dot_or_dot_dot(dent->d_name))
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200541 continue;
542
543 if (fstatat(dirfd(d), dent->d_name, &s, AT_SYMLINK_NOFOLLOW) < 0) {
Kay Sieversca2f4172013-10-17 03:20:46 +0200544 if (errno == ENOENT)
545 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200546
Kay Sieversca2f4172013-10-17 03:20:46 +0200547 /* FUSE, NFS mounts, SELinux might return EACCES */
Lennart Poetteringecc17092018-01-22 15:29:30 +0100548 r = log_full_errno(errno == EACCES ? LOG_DEBUG : LOG_ERR, errno,
549 "stat(%s/%s) failed: %m", p, dent->d_name);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200550 continue;
551 }
552
553 /* Stay on the same filesystem */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500554 if (s.st_dev != rootdev) {
555 log_debug("Ignoring \"%s/%s\": different filesystem.", p, dent->d_name);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200556 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500557 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200558
Kay Sievers99d680a2013-03-13 13:12:36 +0100559 /* Try to detect bind mounts of the same filesystem instance; they
560 * do not differ in device major/minors. This type of query is not
561 * supported on all kernels or filesystem types though. */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500562 if (S_ISDIR(s.st_mode) && dir_is_mount_point(d, dent->d_name) > 0) {
563 log_debug("Ignoring \"%s/%s\": different mount of the same filesystem.",
564 p, dent->d_name);
Kay Sievers99d680a2013-03-13 13:12:36 +0100565 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500566 }
Kay Sievers99d680a2013-03-13 13:12:36 +0100567
Zbigniew Jędrzejewski-Szmek605405c2016-10-23 11:43:27 -0400568 sub_path = strjoin(p, "/", dent->d_name);
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200569 if (!sub_path) {
Shawn Landden0d0f0c52012-07-25 14:55:59 -0700570 r = log_oom();
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200571 goto finish;
572 }
573
574 /* Is there an item configured for this path? */
Lennart Poetteringef43a392015-04-22 18:18:56 +0200575 if (ordered_hashmap_get(items, sub_path)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500576 log_debug("Ignoring \"%s\": a separate entry exists.", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200577 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500578 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200579
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500580 if (find_glob(globs, sub_path)) {
581 log_debug("Ignoring \"%s\": a separate glob exists.", sub_path);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100582 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500583 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100584
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200585 if (S_ISDIR(s.st_mode)) {
586
587 if (mountpoint &&
588 streq(dent->d_name, "lost+found") &&
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500589 s.st_uid == 0) {
590 log_debug("Ignoring \"%s\".", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200591 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500592 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200593
594 if (maxdepth <= 0)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500595 log_warning("Reached max depth on \"%s\".", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200596 else {
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200597 _cleanup_closedir_ DIR *sub_dir;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200598 int q;
599
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500600 sub_dir = xopendirat_nomod(dirfd(d), dent->d_name);
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200601 if (!sub_dir) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500602 if (errno != ENOENT)
603 r = log_error_errno(errno, "opendir(%s) failed: %m", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200604
605 continue;
606 }
607
Michal Sekletar78a92a52013-01-18 16:13:08 +0100608 q = dir_cleanup(i, sub_path, sub_dir, &s, cutoff, rootdev, false, maxdepth-1, false);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200609 if (q < 0)
610 r = q;
611 }
612
Lennart Poettering24f3a372012-06-20 09:05:50 +0200613 /* Note: if you are wondering why we don't
614 * support the sticky bit for excluding
615 * directories from cleaning like we do it for
616 * other file system objects: well, the sticky
617 * bit already has a meaning for directories,
618 * so we don't want to overload that. */
619
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500620 if (keep_this_level) {
621 log_debug("Keeping \"%s\".", sub_path);
Lennart Poettering24f3a372012-06-20 09:05:50 +0200622 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500623 }
Lennart Poettering24f3a372012-06-20 09:05:50 +0200624
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200625 /* Ignore ctime, we change it when deleting */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500626 age = timespec_load(&s.st_mtim);
627 if (age >= cutoff) {
628 char a[FORMAT_TIMESTAMP_MAX];
629 /* Follows spelling in stat(1). */
630 log_debug("Directory \"%s\": modify time %s is too new.",
631 sub_path,
632 format_timestamp_us(a, sizeof(a), age));
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200633 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500634 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200635
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500636 age = timespec_load(&s.st_atim);
637 if (age >= cutoff) {
638 char a[FORMAT_TIMESTAMP_MAX];
639 log_debug("Directory \"%s\": access time %s is too new.",
640 sub_path,
641 format_timestamp_us(a, sizeof(a), age));
642 continue;
643 }
644
Zbigniew Jędrzejewski-Szmek61253222015-01-31 01:03:09 -0500645 log_debug("Removing directory \"%s\".", sub_path);
646 if (unlinkat(dirfd(d), dent->d_name, AT_REMOVEDIR) < 0)
Lennart Poettering920ce822018-01-22 15:31:01 +0100647 if (!IN_SET(errno, ENOENT, ENOTEMPTY))
648 r = log_error_errno(errno, "rmdir(%s): %m", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200649
650 } else {
Lennart Poettering9c737362010-11-14 20:12:51 +0100651 /* Skip files for which the sticky bit is
652 * set. These are semantics we define, and are
653 * unknown elsewhere. See XDG_RUNTIME_DIR
654 * specification for details. */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500655 if (s.st_mode & S_ISVTX) {
656 log_debug("Skipping \"%s\": sticky bit set.", sub_path);
Lennart Poettering9c737362010-11-14 20:12:51 +0100657 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200658 }
659
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500660 if (mountpoint && S_ISREG(s.st_mode))
Zbigniew Jędrzejewski-Szmek1542c012015-06-13 13:14:37 -0400661 if (s.st_uid == 0 && STR_IN_SET(dent->d_name,
662 ".journal",
663 "aquota.user",
664 "aquota.group")) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500665 log_debug("Skipping \"%s\".", sub_path);
666 continue;
667 }
668
Lennart Poettering17b90522011-02-14 21:55:06 +0100669 /* Ignore sockets that are listed in /proc/net/unix */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500670 if (S_ISSOCK(s.st_mode) && unix_socket_alive(sub_path)) {
671 log_debug("Skipping \"%s\": live socket.", sub_path);
Lennart Poettering17b90522011-02-14 21:55:06 +0100672 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500673 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100674
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100675 /* Ignore device nodes */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500676 if (S_ISCHR(s.st_mode) || S_ISBLK(s.st_mode)) {
677 log_debug("Skipping \"%s\": a device.", sub_path);
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100678 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500679 }
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100680
Lennart Poettering24f3a372012-06-20 09:05:50 +0200681 /* Keep files on this level around if this is
682 * requested */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500683 if (keep_this_level) {
684 log_debug("Keeping \"%s\".", sub_path);
Lennart Poettering24f3a372012-06-20 09:05:50 +0200685 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200686 }
687
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500688 age = timespec_load(&s.st_mtim);
689 if (age >= cutoff) {
690 char a[FORMAT_TIMESTAMP_MAX];
691 /* Follows spelling in stat(1). */
692 log_debug("File \"%s\": modify time %s is too new.",
693 sub_path,
694 format_timestamp_us(a, sizeof(a), age));
695 continue;
696 }
697
698 age = timespec_load(&s.st_atim);
699 if (age >= cutoff) {
700 char a[FORMAT_TIMESTAMP_MAX];
701 log_debug("File \"%s\": access time %s is too new.",
702 sub_path,
703 format_timestamp_us(a, sizeof(a), age));
704 continue;
705 }
706
707 age = timespec_load(&s.st_ctim);
708 if (age >= cutoff) {
709 char a[FORMAT_TIMESTAMP_MAX];
710 log_debug("File \"%s\": change time %s is too new.",
711 sub_path,
712 format_timestamp_us(a, sizeof(a), age));
713 continue;
714 }
715
716 log_debug("unlink \"%s\"", sub_path);
717
718 if (unlinkat(dirfd(d), dent->d_name, 0) < 0)
719 if (errno != ENOENT)
720 r = log_error_errno(errno, "unlink(%s): %m", sub_path);
721
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200722 deleted = true;
723 }
724 }
725
726finish:
727 if (deleted) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500728 usec_t age1, age2;
729 char a[FORMAT_TIMESTAMP_MAX], b[FORMAT_TIMESTAMP_MAX];
730
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200731 /* Restore original directory timestamps */
732 times[0] = ds->st_atim;
733 times[1] = ds->st_mtim;
734
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500735 age1 = timespec_load(&ds->st_atim);
736 age2 = timespec_load(&ds->st_mtim);
737 log_debug("Restoring access and modification time on \"%s\": %s, %s",
738 p,
739 format_timestamp_us(a, sizeof(a), age1),
740 format_timestamp_us(b, sizeof(b), age2));
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200741 if (futimens(dirfd(d), times) < 0)
Michal Schmidt56f64d92014-11-28 19:29:59 +0100742 log_error_errno(errno, "utimensat(%s): %m", p);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200743 }
744
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200745 return r;
746}
747
Lennart Poettering5579f852018-01-23 14:03:34 +0100748static bool dangerous_hardlinks(void) {
749 _cleanup_free_ char *value = NULL;
750 static int cached = -1;
751 int r;
752
753 /* Check whether the fs.protected_hardlinks sysctl is on. If we can't determine it we assume its off, as that's
754 * what the upstream default is. */
755
756 if (cached >= 0)
757 return cached;
758
759 r = read_one_line_file("/proc/sys/fs/protected_hardlinks", &value);
760 if (r < 0) {
761 log_debug_errno(r, "Failed to read fs.protected_hardlinks sysctl: %m");
762 return true;
763 }
764
765 r = parse_boolean(value);
766 if (r < 0) {
767 log_debug_errno(r, "Failed to parse fs.protected_hardlinks sysctl: %m");
768 return true;
769 }
770
771 cached = r == 0;
772 return cached;
773}
774
Franck Bui774f79b2018-03-02 16:13:07 +0100775static bool hardlink_vulnerable(const struct stat *st) {
Lennart Poettering5579f852018-01-23 14:03:34 +0100776 assert(st);
777
778 return !S_ISDIR(st->st_mode) && st->st_nlink > 1 && dangerous_hardlinks();
779}
780
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200781static int fd_set_perms(Item *i, int fd, const char *path, const struct stat *st) {
Franck Buib206ac82018-04-13 11:39:39 +0200782 struct stat stbuf;
Franck Bui936f6bd2018-03-02 17:19:32 +0100783
784 assert(i);
785 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +0200786 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100787
788 if (!i->mode_set && !i->uid_set && !i->gid_set)
789 goto shortcut;
790
Franck Buib206ac82018-04-13 11:39:39 +0200791 if (!st) {
792 if (fstat(fd, &stbuf) < 0)
793 return log_error_errno(errno, "fstat(%s) failed: %m", path);
794 st = &stbuf;
795 }
796
Franck Bui936f6bd2018-03-02 17:19:32 +0100797 if (hardlink_vulnerable(st)) {
798 log_error("Refusing to set permissions on hardlinked file %s while the fs.protected_hardlinks sysctl is turned off.", path);
799 return -EPERM;
800 }
801
802 if (i->mode_set) {
803 if (S_ISLNK(st->st_mode))
804 log_debug("Skipping mode fix for symlink %s.", path);
805 else {
806 mode_t m = i->mode;
807
808 if (i->mask_perms) {
809 if (!(st->st_mode & 0111))
810 m &= ~0111;
811 if (!(st->st_mode & 0222))
812 m &= ~0222;
813 if (!(st->st_mode & 0444))
814 m &= ~0444;
815 if (!S_ISDIR(st->st_mode))
816 m &= ~07000; /* remove sticky/sgid/suid bit, unless directory */
817 }
818
819 if (m == (st->st_mode & 07777))
820 log_debug("\"%s\" has correct mode %o already.", path, st->st_mode);
821 else {
Franck Bui936f6bd2018-03-02 17:19:32 +0100822 log_debug("Changing \"%s\" to mode %o.", path, m);
Franck Bui4dfaa522018-04-11 16:58:49 +0200823 if (fchmod_opath(fd, m) < 0)
824 return log_error_errno(errno, "fchmod() of %s failed: %m", path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100825 }
826 }
827 }
828
829 if ((i->uid_set && i->uid != st->st_uid) ||
830 (i->gid_set && i->gid != st->st_gid)) {
831 log_debug("Changing \"%s\" to owner "UID_FMT":"GID_FMT,
832 path,
833 i->uid_set ? i->uid : UID_INVALID,
834 i->gid_set ? i->gid : GID_INVALID);
835
836 if (fchownat(fd,
837 "",
838 i->uid_set ? i->uid : UID_INVALID,
839 i->gid_set ? i->gid : GID_INVALID,
840 AT_EMPTY_PATH) < 0)
841 return log_error_errno(errno, "fchownat() of %s failed: %m", path);
842 }
843
844shortcut:
Lennart Poettering08c84982018-03-27 07:38:26 +0200845 return label_fix(path, 0);
Franck Bui936f6bd2018-03-02 17:19:32 +0100846}
847
Franck Bui5ec9d062018-04-13 17:31:22 +0200848static int path_open_parent_safe(const char *path) {
849 _cleanup_free_ char *dn = NULL;
850 int fd;
851
852 if (path_equal(path, "/") || !path_is_normalized(path)) {
853 log_error("Failed to open parent of '%s': invalid path.", path);
854 return -EINVAL;
855 }
856
857 dn = dirname_malloc(path);
858 if (!dn)
859 return log_oom();
860
861 fd = chase_symlinks(dn, NULL, CHASE_OPEN|CHASE_SAFE, NULL);
862 if (fd == -EPERM)
863 return log_error_errno(fd, "Unsafe symlinks encountered in %s, refusing.", path);
864 if (fd < 0)
865 return log_error_errno(fd, "Failed to validate path %s: %m", path);
866
867 return fd;
868}
869
Franck Buiaddc3e32018-03-20 08:58:48 +0100870static int path_open_safe(const char *path) {
871 int fd;
872
873 /* path_open_safe() returns a file descriptor opened with O_PATH after
874 * verifying that the path doesn't contain unsafe transitions, except
875 * for its final component as the function does not follow symlink. */
876
877 assert(path);
878
879 if (!path_is_normalized(path)) {
880 log_error("Failed to open invalid path '%s'.", path);
881 return -EINVAL;
882 }
883
884 fd = chase_symlinks(path, NULL, CHASE_OPEN|CHASE_SAFE|CHASE_NOFOLLOW, NULL);
885 if (fd == -EPERM)
886 return log_error_errno(fd, "Unsafe symlinks encountered in %s, refusing.", path);
887 if (fd < 0)
888 return log_error_errno(fd, "Failed to validate path %s: %m", path);
889
890 return fd;
891}
892
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -0500893static int path_set_perms(Item *i, const char *path) {
Lennart Poettering48b8aaa2015-04-13 15:16:54 +0200894 _cleanup_close_ int fd = -1;
Michael Olbrich1924a972014-08-17 09:45:00 +0200895
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200896 assert(i);
897 assert(path);
898
Franck Buiaddc3e32018-03-20 08:58:48 +0100899 fd = path_open_safe(path);
Franck Bui54946022018-04-26 15:45:17 +0200900 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +0100901 return fd;
Michal Sekletar780e2ee2017-08-31 12:45:25 +0200902
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200903 return fd_set_perms(i, fd, path, NULL);
Michal Schmidt062e01b2011-12-16 18:00:11 +0100904}
905
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200906static int parse_xattrs_from_arg(Item *i) {
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100907 const char *p;
908 int r;
909
910 assert(i);
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500911 assert(i->argument);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100912
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100913 p = i->argument;
914
Lennart Poettering4034a062015-03-23 18:55:36 +0700915 for (;;) {
Franck Bui4cef1922017-11-16 11:27:29 +0100916 _cleanup_free_ char *name = NULL, *value = NULL, *xattr = NULL;
Lennart Poettering4034a062015-03-23 18:55:36 +0700917
Richard Maw12ba2c42015-06-23 16:26:49 +0000918 r = extract_first_word(&p, &xattr, NULL, EXTRACT_QUOTES|EXTRACT_CUNESCAPE);
Lennart Poettering4034a062015-03-23 18:55:36 +0700919 if (r < 0)
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200920 log_warning_errno(r, "Failed to parse extended attribute '%s', ignoring: %m", p);
Lennart Poettering4034a062015-03-23 18:55:36 +0700921 if (r <= 0)
922 break;
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500923
Franck Bui4cef1922017-11-16 11:27:29 +0100924 r = split_pair(xattr, "=", &name, &value);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100925 if (r < 0) {
Lennart Poettering4034a062015-03-23 18:55:36 +0700926 log_warning_errno(r, "Failed to parse extended attribute, ignoring: %s", xattr);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100927 continue;
928 }
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500929
Lennart Poettering4034a062015-03-23 18:55:36 +0700930 if (isempty(name) || isempty(value)) {
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200931 log_warning("Malformed extended attribute found, ignoring: %s", xattr);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100932 continue;
933 }
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500934
Lennart Poettering4034a062015-03-23 18:55:36 +0700935 if (strv_push_pair(&i->xattrs, name, value) < 0)
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100936 return log_oom();
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500937
Lennart Poettering4034a062015-03-23 18:55:36 +0700938 name = value = NULL;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100939 }
940
Lennart Poettering4034a062015-03-23 18:55:36 +0700941 return 0;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100942}
943
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200944static int fd_set_xattrs(Item *i, int fd, const char *path, const struct stat *st) {
Lennart Poettering34d26772018-03-23 15:41:33 +0100945 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100946 char **name, **value;
947
948 assert(i);
Franck Bui936f6bd2018-03-02 17:19:32 +0100949 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +0200950 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100951
952 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100953
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100954 STRV_FOREACH_PAIR(name, value, i->xattrs) {
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200955 log_debug("Setting extended attribute '%s=%s' on %s.", *name, *value, path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100956 if (setxattr(procfs_path, *name, *value, strlen(*value), 0) < 0)
Zbigniew Jędrzejewski-Szmek25f027c2017-05-13 11:26:55 -0400957 return log_error_errno(errno, "Setting extended attribute %s=%s on %s failed: %m",
958 *name, *value, path);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100959 }
960 return 0;
961}
962
Franck Bui936f6bd2018-03-02 17:19:32 +0100963static int path_set_xattrs(Item *i, const char *path) {
964 _cleanup_close_ int fd = -1;
965
966 assert(i);
967 assert(path);
968
Franck Buiaddc3e32018-03-20 08:58:48 +0100969 fd = path_open_safe(path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100970 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +0100971 return fd;
Franck Bui936f6bd2018-03-02 17:19:32 +0100972
Lennart Poettering9d874ae2018-08-06 15:40:16 +0200973 return fd_set_xattrs(i, fd, path, NULL);
Franck Bui936f6bd2018-03-02 17:19:32 +0100974}
975
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200976static int parse_acls_from_arg(Item *item) {
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +0200977#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500978 int r;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500979
980 assert(item);
981
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -0500982 /* If force (= modify) is set, we will not modify the acl
983 * afterwards, so the mask can be added now if necessary. */
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200984
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -0500985 r = parse_acl(item->argument, &item->acl_access, &item->acl_default, !item->force);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500986 if (r < 0)
Lennart Poettering4034a062015-03-23 18:55:36 +0700987 log_warning_errno(r, "Failed to parse ACL \"%s\": %m. Ignoring", item->argument);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500988#else
989 log_warning_errno(ENOSYS, "ACLs are not supported. Ignoring");
990#endif
991
992 return 0;
993}
994
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +0200995#if HAVE_ACL
Lennart Poettering48b8aaa2015-04-13 15:16:54 +0200996static int path_set_acl(const char *path, const char *pretty, acl_type_t type, acl_t acl, bool modify) {
997 _cleanup_(acl_free_charpp) char *t = NULL;
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -0500998 _cleanup_(acl_freep) acl_t dup = NULL;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -0500999 int r;
1000
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001001 /* Returns 0 for success, positive error if already warned,
1002 * negative error otherwise. */
1003
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001004 if (modify) {
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001005 r = acls_for_file(path, type, acl, &dup);
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001006 if (r < 0)
1007 return r;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001008
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001009 r = calc_acl_mask_if_needed(&dup);
1010 if (r < 0)
1011 return r;
1012 } else {
1013 dup = acl_dup(acl);
1014 if (!dup)
1015 return -errno;
1016
1017 /* the mask was already added earlier if needed */
1018 }
1019
1020 r = add_base_acls_if_needed(&dup, path);
1021 if (r < 0)
1022 return r;
1023
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001024 t = acl_to_any_text(dup, NULL, ',', TEXT_ABBREVIATE);
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001025 log_debug("Setting %s ACL %s on %s.",
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001026 type == ACL_TYPE_ACCESS ? "access" : "default",
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001027 strna(t), pretty);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001028
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001029 r = acl_set_file(path, type, dup);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001030 if (r < 0)
Lennart Poettering3ea40b72015-04-10 14:44:52 +02001031 /* Return positive to indicate we already warned */
1032 return -log_error_errno(errno,
1033 "Setting %s ACL \"%s\" on %s failed: %m",
1034 type == ACL_TYPE_ACCESS ? "access" : "default",
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001035 strna(t), pretty);
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001036
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001037 return 0;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001038}
Zbigniew Jędrzejewski-Szmek35888b62015-02-02 20:28:39 -05001039#endif
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001040
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001041static int fd_set_acls(Item *item, int fd, const char *path, const struct stat *st) {
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001042 int r = 0;
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02001043#if HAVE_ACL
Lennart Poettering34d26772018-03-23 15:41:33 +01001044 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Franck Buib206ac82018-04-13 11:39:39 +02001045 struct stat stbuf;
Franck Bui936f6bd2018-03-02 17:19:32 +01001046
1047 assert(item);
1048 assert(fd);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001049 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001050
Franck Buib206ac82018-04-13 11:39:39 +02001051 if (!st) {
1052 if (fstat(fd, &stbuf) < 0)
1053 return log_error_errno(errno, "fstat(%s) failed: %m", path);
1054 st = &stbuf;
1055 }
1056
Franck Bui936f6bd2018-03-02 17:19:32 +01001057 if (hardlink_vulnerable(st)) {
1058 log_error("Refusing to set ACLs on hardlinked file %s while the fs.protected_hardlinks sysctl is turned off.", path);
1059 return -EPERM;
1060 }
1061
1062 if (S_ISLNK(st->st_mode)) {
1063 log_debug("Skipping ACL fix for symlink %s.", path);
1064 return 0;
1065 }
1066
1067 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
1068
1069 if (item->acl_access)
1070 r = path_set_acl(procfs_path, path, ACL_TYPE_ACCESS, item->acl_access, item->force);
1071
remueller26673852018-07-16 16:56:01 +02001072 /* set only default acls to folders */
1073 if (r == 0 && item->acl_default && S_ISDIR(st->st_mode))
Franck Bui936f6bd2018-03-02 17:19:32 +01001074 r = path_set_acl(procfs_path, path, ACL_TYPE_DEFAULT, item->acl_default, item->force);
1075
1076 if (r > 0)
1077 return -r; /* already warned */
1078 if (r == -EOPNOTSUPP) {
1079 log_debug_errno(r, "ACLs not supported by file system at %s", path);
1080 return 0;
1081 }
1082 if (r < 0)
1083 return log_error_errno(r, "ACL operation on \"%s\" failed: %m", path);
1084#endif
1085 return r;
1086}
1087
1088static int path_set_acls(Item *item, const char *path) {
1089 int r = 0;
Yu Watanabe545cdb92018-06-29 16:26:49 +09001090#if HAVE_ACL
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001091 _cleanup_close_ int fd = -1;
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001092
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001093 assert(item);
1094 assert(path);
1095
Franck Buiaddc3e32018-03-20 08:58:48 +01001096 fd = path_open_safe(path);
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001097 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +01001098 return fd;
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001099
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001100 r = fd_set_acls(item, fd, path, NULL);
Yu Watanabe545cdb92018-06-29 16:26:49 +09001101#endif
1102 return r;
1103}
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001104
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001105#define ATTRIBUTES_ALL \
1106 (FS_NOATIME_FL | \
1107 FS_SYNC_FL | \
1108 FS_DIRSYNC_FL | \
1109 FS_APPEND_FL | \
1110 FS_COMPR_FL | \
1111 FS_NODUMP_FL | \
1112 FS_EXTENT_FL | \
1113 FS_IMMUTABLE_FL | \
1114 FS_JOURNAL_DATA_FL | \
1115 FS_SECRM_FL | \
1116 FS_UNRM_FL | \
1117 FS_NOTAIL_FL | \
1118 FS_TOPDIR_FL | \
1119 FS_NOCOW_FL)
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001120
Lennart Poetteringbd550f72015-04-10 16:03:24 +02001121static int parse_attribute_from_arg(Item *item) {
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001122
1123 static const struct {
1124 char character;
1125 unsigned value;
1126 } attributes[] = {
1127 { 'A', FS_NOATIME_FL }, /* do not update atime */
1128 { 'S', FS_SYNC_FL }, /* Synchronous updates */
1129 { 'D', FS_DIRSYNC_FL }, /* dirsync behaviour (directories only) */
1130 { 'a', FS_APPEND_FL }, /* writes to file may only append */
1131 { 'c', FS_COMPR_FL }, /* Compress file */
1132 { 'd', FS_NODUMP_FL }, /* do not dump file */
kpengboy8c35b2c2016-05-29 08:31:14 -07001133 { 'e', FS_EXTENT_FL }, /* Extents */
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001134 { 'i', FS_IMMUTABLE_FL }, /* Immutable file */
1135 { 'j', FS_JOURNAL_DATA_FL }, /* Reserved for ext3 */
1136 { 's', FS_SECRM_FL }, /* Secure deletion */
1137 { 'u', FS_UNRM_FL }, /* Undelete */
1138 { 't', FS_NOTAIL_FL }, /* file tail should not be merged */
AsciiWolf13e785f2017-02-24 18:14:02 +01001139 { 'T', FS_TOPDIR_FL }, /* Top of directory hierarchies */
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001140 { 'C', FS_NOCOW_FL }, /* Do not cow file */
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001141 };
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001142
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001143 enum {
1144 MODE_ADD,
1145 MODE_DEL,
1146 MODE_SET
1147 } mode = MODE_ADD;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001148
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001149 unsigned value = 0, mask = 0;
1150 const char *p;
1151
1152 assert(item);
1153
1154 p = item->argument;
1155 if (p) {
1156 if (*p == '+') {
1157 mode = MODE_ADD;
1158 p++;
1159 } else if (*p == '-') {
1160 mode = MODE_DEL;
1161 p++;
1162 } else if (*p == '=') {
1163 mode = MODE_SET;
1164 p++;
1165 }
1166 }
1167
1168 if (isempty(p) && mode != MODE_SET) {
1169 log_error("Setting file attribute on '%s' needs an attribute specification.", item->path);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001170 return -EINVAL;
1171 }
1172
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001173 for (; p && *p ; p++) {
1174 unsigned i, v;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001175
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001176 for (i = 0; i < ELEMENTSOF(attributes); i++)
1177 if (*p == attributes[i].character)
1178 break;
1179
1180 if (i >= ELEMENTSOF(attributes)) {
1181 log_error("Unknown file attribute '%c' on '%s'.", *p, item->path);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001182 return -EINVAL;
1183 }
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001184
1185 v = attributes[i].value;
1186
Andreas Rammhold37420952017-09-29 00:37:23 +02001187 SET_FLAG(value, v, IN_SET(mode, MODE_ADD, MODE_SET));
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001188
1189 mask |= v;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001190 }
1191
1192 if (mode == MODE_SET)
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001193 mask |= ATTRIBUTES_ALL;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001194
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001195 assert(mask != 0);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001196
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001197 item->attribute_mask = mask;
1198 item->attribute_value = value;
1199 item->attribute_set = true;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001200
1201 return 0;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001202}
1203
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001204static int fd_set_attribute(Item *item, int fd, const char *path, const struct stat *st) {
Franck Bui936f6bd2018-03-02 17:19:32 +01001205 _cleanup_close_ int procfs_fd = -1;
Franck Buib206ac82018-04-13 11:39:39 +02001206 struct stat stbuf;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001207 unsigned f;
1208 int r;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001209
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001210 assert(item);
1211 assert(fd);
1212 assert(path);
1213
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001214 if (!item->attribute_set || item->attribute_mask == 0)
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001215 return 0;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001216
Franck Buib206ac82018-04-13 11:39:39 +02001217 if (!st) {
1218 if (fstat(fd, &stbuf) < 0)
1219 return log_error_errno(errno, "fstat(%s) failed: %m", path);
1220 st = &stbuf;
1221 }
1222
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001223 /* Issuing the file attribute ioctls on device nodes is not
1224 * safe, as that will be delivered to the drivers, not the
1225 * file system containing the device node. */
Franck Bui936f6bd2018-03-02 17:19:32 +01001226 if (!S_ISREG(st->st_mode) && !S_ISDIR(st->st_mode)) {
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001227 log_error("Setting file flags is only supported on regular files and directories, cannot set on '%s'.", path);
1228 return -EINVAL;
1229 }
1230
1231 f = item->attribute_value & item->attribute_mask;
1232
1233 /* Mask away directory-specific flags */
Franck Bui936f6bd2018-03-02 17:19:32 +01001234 if (!S_ISDIR(st->st_mode))
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001235 f &= ~FS_DIRSYNC_FL;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001236
Lennart Poetteringf2324782018-03-26 13:25:51 +02001237 procfs_fd = fd_reopen(fd, O_RDONLY|O_CLOEXEC|O_NOATIME);
Franck Bui936f6bd2018-03-02 17:19:32 +01001238 if (procfs_fd < 0)
Lennart Poetteringc3e03772018-08-06 20:19:52 +02001239 return log_error_errno(procfs_fd, "Failed to re-open '%s': %m", path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001240
Lennart Poetteringdb9a4252018-06-25 20:04:07 +02001241 r = chattr_fd(procfs_fd, f, item->attribute_mask, NULL);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001242 if (r < 0)
Yu Watanabe4c701092017-10-04 23:01:32 +09001243 log_full_errno(IN_SET(r, -ENOTTY, -EOPNOTSUPP) ? LOG_DEBUG : LOG_WARNING,
Lennart Poetteringad75a972015-07-22 22:02:14 +02001244 r,
Lennart Poettering15b45fa2018-08-06 15:44:47 +02001245 "Cannot set file attribute for '%s', value=0x%08x, mask=0x%08x, ignoring: %m",
Lennart Poetteringad75a972015-07-22 22:02:14 +02001246 path, item->attribute_value, item->attribute_mask);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001247
1248 return 0;
1249}
1250
Franck Bui936f6bd2018-03-02 17:19:32 +01001251static int path_set_attribute(Item *item, const char *path) {
1252 _cleanup_close_ int fd = -1;
Franck Bui936f6bd2018-03-02 17:19:32 +01001253
1254 if (!item->attribute_set || item->attribute_mask == 0)
1255 return 0;
1256
Franck Buiaddc3e32018-03-20 08:58:48 +01001257 fd = path_open_safe(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001258 if (fd < 0)
Franck Buiaddc3e32018-03-20 08:58:48 +01001259 return fd;
Franck Bui936f6bd2018-03-02 17:19:32 +01001260
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001261 return fd_set_attribute(item, fd, path, NULL);
Franck Bui936f6bd2018-03-02 17:19:32 +01001262}
1263
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001264static int write_one_file(Item *i, const char *path) {
Franck Bui551470e2018-04-13 17:54:09 +02001265 _cleanup_close_ int fd = -1, dir_fd = -1;
1266 char *bn;
Franck Bui31c84ff2018-04-13 09:19:24 +02001267 int r;
1268
1269 assert(i);
1270 assert(path);
1271 assert(i->argument);
1272 assert(i->type == WRITE_FILE);
1273
Franck Bui551470e2018-04-13 17:54:09 +02001274 /* Validate the path and keep the fd on the directory for opening the
1275 * file so we're sure that it can't be changed behind our back. */
1276 dir_fd = path_open_parent_safe(path);
1277 if (dir_fd < 0)
1278 return dir_fd;
1279
1280 bn = basename(path);
1281
Franck Bui31c84ff2018-04-13 09:19:24 +02001282 /* Follows symlinks */
Franck Bui551470e2018-04-13 17:54:09 +02001283 fd = openat(dir_fd, bn, O_NONBLOCK|O_CLOEXEC|O_WRONLY|O_NOCTTY, i->mode);
Franck Bui31c84ff2018-04-13 09:19:24 +02001284 if (fd < 0) {
1285 if (errno == ENOENT) {
1286 log_debug_errno(errno, "Not writing missing file \"%s\": %m", path);
1287 return 0;
1288 }
1289 return log_error_errno(errno, "Failed to open file \"%s\": %m", path);
1290 }
1291
1292 /* 'w' is allowed to write into any kind of files. */
1293 log_debug("Writing to \"%s\".", path);
1294
1295 r = loop_write(fd, i->argument, strlen(i->argument), false);
1296 if (r < 0)
1297 return log_error_errno(r, "Failed to write file \"%s\": %m", path);
1298
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001299 return fd_set_perms(i, fd, path, NULL);
Franck Bui31c84ff2018-04-13 09:19:24 +02001300}
1301
1302static int create_file(Item *i, const char *path) {
Franck Bui5ec9d062018-04-13 17:31:22 +02001303 _cleanup_close_ int fd = -1, dir_fd = -1;
1304 struct stat stbuf, *st = NULL;
1305 int r = 0;
1306 char *bn;
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001307
Lennart Poettering874f1942014-06-10 22:48:56 +02001308 assert(i);
1309 assert(path);
Franck Bui5ec9d062018-04-13 17:31:22 +02001310 assert(i->type == CREATE_FILE);
Lennart Poettering874f1942014-06-10 22:48:56 +02001311
Franck Bui5ec9d062018-04-13 17:31:22 +02001312 /* 'f' operates on regular files exclusively. */
1313
1314 /* Validate the path and keep the fd on the directory for opening the
1315 * file so we're sure that it can't be changed behind our back. */
1316 dir_fd = path_open_parent_safe(path);
1317 if (dir_fd < 0)
1318 return dir_fd;
1319
1320 bn = basename(path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001321
Lennart Poettering43ad6e32014-06-18 00:01:39 +02001322 RUN_WITH_UMASK(0000) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001323 mac_selinux_create_file_prepare(path, S_IFREG);
Franck Bui5ec9d062018-04-13 17:31:22 +02001324 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 +02001325 mac_selinux_create_file_clear();
Lennart Poettering5c0d3982013-04-04 03:39:39 +02001326 }
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001327
1328 if (fd < 0) {
Franck Bui5ec9d062018-04-13 17:31:22 +02001329 /* Even on a read-only filesystem, open(2) returns EEXIST if the
1330 * file already exists. It returns EROFS only if it needs to
1331 * create the file. */
1332 if (errno != EEXIST)
1333 return log_error_errno(errno, "Failed to create file %s: %m", path);
1334
1335 /* Re-open the file. At that point it must exist since open(2)
1336 * failed with EEXIST. We still need to check if the perms/mode
1337 * need to be changed. For read-only filesystems, we let
1338 * fd_set_perms() report the error if the perms need to be
1339 * modified. */
1340 fd = openat(dir_fd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH, i->mode);
1341 if (fd < 0)
1342 return log_error_errno(errno, "Failed to re-open file %s: %m", path);
1343
1344 if (fstat(fd, &stbuf) < 0)
1345 return log_error_errno(errno, "stat(%s) failed: %m", path);
1346
1347 if (!S_ISREG(stbuf.st_mode)) {
1348 log_error("%s exists and is not a regular file.", path);
1349 return -EEXIST;
Lennart Poettering49e87292018-01-24 10:54:10 +01001350 }
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001351
Franck Bui5ec9d062018-04-13 17:31:22 +02001352 st = &stbuf;
1353 } else {
Michael Olbrichf44b28f2015-04-30 20:50:38 +02001354
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001355 log_debug("\"%s\" has been created.", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001356
Franck Bui5ec9d062018-04-13 17:31:22 +02001357 if (i->argument) {
1358 log_debug("Writing to \"%s\".", path);
Dave Reisner3612fbc2012-09-12 16:21:00 -04001359
Franck Bui5ec9d062018-04-13 17:31:22 +02001360 r = loop_write(fd, i->argument, strlen(i->argument), false);
1361 if (r < 0)
1362 return log_error_errno(r, "Failed to write file \"%s\": %m", path);
1363 }
1364 }
1365
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001366 return fd_set_perms(i, fd, path, st);
Franck Bui5ec9d062018-04-13 17:31:22 +02001367}
1368
1369static int truncate_file(Item *i, const char *path) {
Franck Bui14ab8042018-04-13 17:50:49 +02001370 _cleanup_close_ int fd = -1, dir_fd = -1;
Franck Bui5ec9d062018-04-13 17:31:22 +02001371 struct stat stbuf, *st = NULL;
1372 bool erofs = false;
1373 int r = 0;
Franck Bui14ab8042018-04-13 17:50:49 +02001374 char *bn;
Franck Bui5ec9d062018-04-13 17:31:22 +02001375
1376 assert(i);
1377 assert(path);
1378 assert(i->type == TRUNCATE_FILE);
1379
1380 /* We want to operate on regular file exclusively especially since
1381 * O_TRUNC is unspecified if the file is neither a regular file nor a
1382 * fifo nor a terminal device. Therefore we first open the file and make
1383 * sure it's a regular one before truncating it. */
1384
Franck Bui14ab8042018-04-13 17:50:49 +02001385 /* Validate the path and keep the fd on the directory for opening the
1386 * file so we're sure that it can't be changed behind our back. */
1387 dir_fd = path_open_parent_safe(path);
1388 if (dir_fd < 0)
1389 return dir_fd;
1390
1391 bn = basename(path);
1392
Franck Bui5ec9d062018-04-13 17:31:22 +02001393 RUN_WITH_UMASK(0000) {
1394 mac_selinux_create_file_prepare(path, S_IFREG);
Franck Bui14ab8042018-04-13 17:50:49 +02001395 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 +02001396 mac_selinux_create_file_clear();
1397 }
1398
1399 if (fd < 0) {
1400 if (errno != EROFS)
1401 return log_error_errno(errno, "Failed to open/create file %s: %m", path);
1402
1403 /* On a read-only filesystem, we don't want to fail if the
1404 * target is already empty and the perms are set. So we still
1405 * proceed with the sanity checks and let the remaining
1406 * operations fail with EROFS if they try to modify the target
1407 * file. */
1408
Franck Bui14ab8042018-04-13 17:50:49 +02001409 fd = openat(dir_fd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH, i->mode);
Franck Bui5ec9d062018-04-13 17:31:22 +02001410 if (fd < 0) {
1411 if (errno == ENOENT) {
1412 log_error("Cannot create file %s on a read-only file system.", path);
1413 return -EROFS;
1414 }
1415
1416 return log_error_errno(errno, "Failed to re-open file %s: %m", path);
1417 }
1418
1419 erofs = true;
1420 }
1421
1422 if (fstat(fd, &stbuf) < 0)
Michal Schmidt4a62c712014-11-28 19:57:32 +01001423 return log_error_errno(errno, "stat(%s) failed: %m", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001424
Franck Bui5ec9d062018-04-13 17:31:22 +02001425 if (!S_ISREG(stbuf.st_mode)) {
1426 log_error("%s exists and is not a regular file.", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001427 return -EEXIST;
1428 }
1429
Franck Bui5ec9d062018-04-13 17:31:22 +02001430 if (stbuf.st_size > 0) {
1431 if (ftruncate(fd, 0) < 0) {
1432 r = erofs ? -EROFS : -errno;
1433 return log_error_errno(r, "Failed to truncate file %s: %m", path);
1434 }
1435 } else
1436 st = &stbuf;
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001437
Franck Bui5ec9d062018-04-13 17:31:22 +02001438 log_debug("\"%s\" has been created.", path);
1439
1440 if (i->argument) {
1441 log_debug("Writing to \"%s\".", path);
1442
1443 r = loop_write(fd, i->argument, strlen(i->argument), false);
1444 if (r < 0) {
1445 r = erofs ? -EROFS : r;
1446 return log_error_errno(r, "Failed to write file %s: %m", path);
1447 }
1448 }
1449
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001450 return fd_set_perms(i, fd, path, st);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001451}
1452
Franck Buib1f7b172018-04-12 12:19:22 +02001453static int copy_files(Item *i) {
Franck Bui16ba55a2018-04-12 12:55:22 +02001454 _cleanup_close_ int dfd = -1, fd = -1;
1455 char *bn;
Franck Buib1f7b172018-04-12 12:19:22 +02001456 int r;
1457
1458 log_debug("Copying tree \"%s\" to \"%s\".", i->argument, i->path);
1459
Franck Bui16ba55a2018-04-12 12:55:22 +02001460 bn = basename(i->path);
Franck Buib1f7b172018-04-12 12:19:22 +02001461
Franck Bui16ba55a2018-04-12 12:55:22 +02001462 /* Validate the path and use the returned directory fd for copying the
1463 * target so we're sure that the path can't be changed behind our
1464 * back. */
1465 dfd = path_open_parent_safe(i->path);
1466 if (dfd < 0)
1467 return dfd;
Franck Buib1f7b172018-04-12 12:19:22 +02001468
Franck Bui16ba55a2018-04-12 12:55:22 +02001469 r = copy_tree_at(AT_FDCWD, i->argument,
1470 dfd, bn,
1471 i->uid_set ? i->uid : UID_INVALID,
1472 i->gid_set ? i->gid : GID_INVALID,
1473 COPY_REFLINK);
Franck Buib1f7b172018-04-12 12:19:22 +02001474 if (r < 0) {
1475 struct stat a, b;
1476
Franck Bui16ba55a2018-04-12 12:55:22 +02001477 /* If the target already exists on read-only filesystems, trying
1478 * to create the target will not fail with EEXIST but with
1479 * EROFS. */
1480 if (r == -EROFS && faccessat(dfd, bn, F_OK, AT_SYMLINK_NOFOLLOW) == 0)
1481 r = -EEXIST;
1482
Franck Buib1f7b172018-04-12 12:19:22 +02001483 if (r != -EEXIST)
1484 return log_error_errno(r, "Failed to copy files to %s: %m", i->path);
1485
1486 if (stat(i->argument, &a) < 0)
1487 return log_error_errno(errno, "stat(%s) failed: %m", i->argument);
1488
Franck Bui16ba55a2018-04-12 12:55:22 +02001489 if (fstatat(dfd, bn, &b, AT_SYMLINK_NOFOLLOW) < 0)
Franck Buib1f7b172018-04-12 12:19:22 +02001490 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
1491
1492 if ((a.st_mode ^ b.st_mode) & S_IFMT) {
1493 log_debug("Can't copy to %s, file exists already and is of different type", i->path);
1494 return 0;
1495 }
1496 }
1497
Franck Bui16ba55a2018-04-12 12:55:22 +02001498 fd = openat(dfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1499 if (fd < 0)
1500 return log_error_errno(errno, "Failed to openat(%s): %m", i->path);
1501
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001502 return fd_set_perms(i, fd, i->path, NULL);
Franck Buib1f7b172018-04-12 12:19:22 +02001503}
1504
Franck Bui074bd732018-04-12 18:10:57 +02001505typedef enum {
1506 CREATION_NORMAL,
1507 CREATION_EXISTING,
1508 CREATION_FORCE,
1509 _CREATION_MODE_MAX,
1510 _CREATION_MODE_INVALID = -1
1511} CreationMode;
1512
1513static const char *creation_mode_verb_table[_CREATION_MODE_MAX] = {
1514 [CREATION_NORMAL] = "Created",
1515 [CREATION_EXISTING] = "Found existing",
1516 [CREATION_FORCE] = "Created replacement",
1517};
1518
1519DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING(creation_mode_verb, CreationMode);
1520
Franck Buif17a8d62018-08-06 12:29:54 +02001521static int create_directory_or_subvolume(const char *path, mode_t mode, bool subvol, CreationMode *creation) {
Franck Bui4c39d892018-04-27 11:51:14 +02001522 _cleanup_close_ int pfd = -1;
Franck Buif17a8d62018-08-06 12:29:54 +02001523 CreationMode c;
Franck Bui4c39d892018-04-27 11:51:14 +02001524 int r;
Franck Bui4ad36842018-04-26 14:54:20 +02001525
Franck Bui4c39d892018-04-27 11:51:14 +02001526 assert(path);
Franck Bui4ad36842018-04-26 14:54:20 +02001527
Franck Buif17a8d62018-08-06 12:29:54 +02001528 if (!creation)
1529 creation = &c;
1530
Franck Bui4c39d892018-04-27 11:51:14 +02001531 pfd = path_open_parent_safe(path);
1532 if (pfd < 0)
1533 return pfd;
Franck Bui4ad36842018-04-26 14:54:20 +02001534
Franck Bui4c39d892018-04-27 11:51:14 +02001535 if (subvol) {
Franck Bui4ad36842018-04-26 14:54:20 +02001536 if (btrfs_is_subvol(empty_to_root(arg_root)) <= 0)
1537
1538 /* Don't create a subvolume unless the root directory is
1539 * one, too. We do this under the assumption that if the
1540 * root directory is just a plain directory (i.e. very
1541 * light-weight), we shouldn't try to split it up into
1542 * subvolumes (i.e. more heavy-weight). Thus, chroot()
1543 * environments and suchlike will get a full brtfs
1544 * subvolume set up below their tree only if they
1545 * specifically set up a btrfs subvolume for the root
1546 * dir too. */
1547
Franck Bui4c39d892018-04-27 11:51:14 +02001548 subvol = false;
Franck Bui4ad36842018-04-26 14:54:20 +02001549 else {
Franck Bui4c39d892018-04-27 11:51:14 +02001550 RUN_WITH_UMASK((~mode) & 0777)
1551 r = btrfs_subvol_make_fd(pfd, basename(path));
Franck Bui4ad36842018-04-26 14:54:20 +02001552 }
1553 } else
1554 r = 0;
1555
Franck Bui4c39d892018-04-27 11:51:14 +02001556 if (!subvol || r == -ENOTTY)
Franck Bui4ad36842018-04-26 14:54:20 +02001557 RUN_WITH_UMASK(0000)
Franck Bui4c39d892018-04-27 11:51:14 +02001558 r = mkdirat_label(pfd, basename(path), mode);
Franck Bui4ad36842018-04-26 14:54:20 +02001559
1560 if (r < 0) {
1561 int k;
1562
1563 if (!IN_SET(r, -EEXIST, -EROFS))
Franck Bui4c39d892018-04-27 11:51:14 +02001564 return log_error_errno(r, "Failed to create directory or subvolume \"%s\": %m", path);
Franck Bui4ad36842018-04-26 14:54:20 +02001565
Franck Bui4c39d892018-04-27 11:51:14 +02001566 k = is_dir_fd(pfd);
Franck Bui4ad36842018-04-26 14:54:20 +02001567 if (k == -ENOENT && r == -EROFS)
Franck Bui4c39d892018-04-27 11:51:14 +02001568 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 +02001569 if (k < 0)
Franck Bui4c39d892018-04-27 11:51:14 +02001570 return log_error_errno(k, "Failed to check if %s exists: %m", path);
Franck Bui4ad36842018-04-26 14:54:20 +02001571 if (!k) {
Franck Bui4c39d892018-04-27 11:51:14 +02001572 log_warning("\"%s\" already exists and is not a directory.", path);
1573 return -EEXIST;
Franck Bui4ad36842018-04-26 14:54:20 +02001574 }
1575
Franck Buif17a8d62018-08-06 12:29:54 +02001576 *creation = CREATION_EXISTING;
Franck Bui4ad36842018-04-26 14:54:20 +02001577 } else
Franck Buif17a8d62018-08-06 12:29:54 +02001578 *creation = CREATION_NORMAL;
Franck Bui4ad36842018-04-26 14:54:20 +02001579
Franck Buif17a8d62018-08-06 12:29:54 +02001580 log_debug("%s directory \"%s\".", creation_mode_verb_to_string(*creation), path);
Franck Bui4c39d892018-04-27 11:51:14 +02001581
1582 r = openat(pfd, basename(path), O_NOCTTY|O_CLOEXEC|O_DIRECTORY);
1583 if (r < 0)
Lennart Poettering09f12792018-08-06 15:44:24 +02001584 return log_error_errno(errno, "Failed to open directory '%s': %m", basename(path));
1585
Franck Bui4c39d892018-04-27 11:51:14 +02001586 return r;
1587}
1588
1589static int create_directory(Item *i, const char *path) {
1590 _cleanup_close_ int fd = -1;
1591
1592 assert(i);
1593 assert(IN_SET(i->type, CREATE_DIRECTORY, TRUNCATE_DIRECTORY));
1594
Franck Buif17a8d62018-08-06 12:29:54 +02001595 fd = create_directory_or_subvolume(path, i->mode, false, NULL);
Franck Bui4c39d892018-04-27 11:51:14 +02001596 if (fd == -EEXIST)
1597 return 0;
1598 if (fd < 0)
1599 return fd;
1600
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001601 return fd_set_perms(i, fd, path, NULL);
Franck Bui4c39d892018-04-27 11:51:14 +02001602}
1603
1604static int create_subvolume(Item *i, const char *path) {
1605 _cleanup_close_ int fd = -1;
Franck Buif17a8d62018-08-06 12:29:54 +02001606 CreationMode creation;
Franck Bui4c39d892018-04-27 11:51:14 +02001607 int r, q = 0;
1608
1609 assert(i);
1610 assert(IN_SET(i->type, CREATE_SUBVOLUME, CREATE_SUBVOLUME_NEW_QUOTA, CREATE_SUBVOLUME_INHERIT_QUOTA));
1611
Franck Buif17a8d62018-08-06 12:29:54 +02001612 fd = create_directory_or_subvolume(path, i->mode, true, &creation);
Franck Bui4c39d892018-04-27 11:51:14 +02001613 if (fd == -EEXIST)
1614 return 0;
1615 if (fd < 0)
1616 return fd;
Franck Bui4ad36842018-04-26 14:54:20 +02001617
Franck Buif17a8d62018-08-06 12:29:54 +02001618 if (creation == CREATION_NORMAL &&
1619 IN_SET(i->type, CREATE_SUBVOLUME_NEW_QUOTA, CREATE_SUBVOLUME_INHERIT_QUOTA)) {
Franck Bui4c39d892018-04-27 11:51:14 +02001620 r = btrfs_subvol_auto_qgroup_fd(fd, 0, i->type == CREATE_SUBVOLUME_NEW_QUOTA);
Franck Bui4ad36842018-04-26 14:54:20 +02001621 if (r == -ENOTTY)
1622 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (unsupported fs or dir not a subvolume): %m", i->path);
1623 else if (r == -EROFS)
1624 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (fs is read-only).", i->path);
1625 else if (r == -ENOPROTOOPT)
1626 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (quota support is disabled).", i->path);
1627 else if (r < 0)
1628 q = log_error_errno(r, "Failed to adjust quota for subvolume \"%s\": %m", i->path);
1629 else if (r > 0)
1630 log_debug("Adjusted quota for subvolume \"%s\".", i->path);
1631 else if (r == 0)
1632 log_debug("Quota for subvolume \"%s\" already in place, no change made.", i->path);
1633 }
1634
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001635 r = fd_set_perms(i, fd, path, NULL);
1636 if (q < 0) /* prefer the quota change error from above */
Franck Bui4ad36842018-04-26 14:54:20 +02001637 return q;
1638
1639 return r;
1640}
1641
Franck Bui54946022018-04-26 15:45:17 +02001642static int empty_directory(Item *i, const char *path) {
1643 int r;
1644
1645 assert(i);
1646 assert(i->type == EMPTY_DIRECTORY);
1647
1648 r = is_dir(path, false);
1649 if (r == -ENOENT) {
1650 /* Option "e" operates only on existing objects. Do not
1651 * print errors about non-existent files or directories */
1652 log_debug("Skipping missing directory: %s", path);
1653 return 0;
1654 }
1655 if (r < 0)
1656 return log_error_errno(r, "is_dir() failed on path %s: %m", path);
1657 if (r == 0) {
1658 log_error("'%s' already exists and is not a directory.", path);
1659 return -EEXIST;
1660 }
1661
1662 return path_set_perms(i, path);
1663}
1664
Franck Bui074bd732018-04-12 18:10:57 +02001665static int create_device(Item *i, mode_t file_type) {
Franck Buic7700a72018-04-12 18:33:54 +02001666 _cleanup_close_ int dfd = -1, fd = -1;
Franck Bui074bd732018-04-12 18:10:57 +02001667 CreationMode creation;
Franck Buic7700a72018-04-12 18:33:54 +02001668 char *bn;
Franck Bui074bd732018-04-12 18:10:57 +02001669 int r;
1670
1671 assert(i);
1672 assert(IN_SET(file_type, S_IFBLK, S_IFCHR));
1673
Franck Buic7700a72018-04-12 18:33:54 +02001674 bn = basename(i->path);
1675
1676 /* Validate the path and use the returned directory fd for copying the
1677 * target so we're sure that the path can't be changed behind our
1678 * back. */
1679 dfd = path_open_parent_safe(i->path);
1680 if (dfd < 0)
1681 return dfd;
1682
Franck Bui074bd732018-04-12 18:10:57 +02001683 RUN_WITH_UMASK(0000) {
1684 mac_selinux_create_file_prepare(i->path, file_type);
Franck Buic7700a72018-04-12 18:33:54 +02001685 r = mknodat(dfd, bn, i->mode | file_type, i->major_minor);
Franck Bui074bd732018-04-12 18:10:57 +02001686 mac_selinux_create_file_clear();
1687 }
1688
1689 if (r < 0) {
Franck Buic7700a72018-04-12 18:33:54 +02001690 struct stat st;
1691
Franck Bui074bd732018-04-12 18:10:57 +02001692 if (errno == EPERM) {
1693 log_debug("We lack permissions, possibly because of cgroup configuration; "
1694 "skipping creation of device node %s.", i->path);
1695 return 0;
1696 }
1697
1698 if (errno != EEXIST)
1699 return log_error_errno(errno, "Failed to create device node %s: %m", i->path);
1700
Franck Buic7700a72018-04-12 18:33:54 +02001701 if (fstatat(dfd, bn, &st, 0) < 0)
Franck Bui074bd732018-04-12 18:10:57 +02001702 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
1703
1704 if ((st.st_mode & S_IFMT) != file_type) {
1705
1706 if (i->force) {
1707
1708 RUN_WITH_UMASK(0000) {
1709 mac_selinux_create_file_prepare(i->path, file_type);
Franck Buic7700a72018-04-12 18:33:54 +02001710 /* FIXME: need to introduce mknodat_atomic() */
Franck Bui074bd732018-04-12 18:10:57 +02001711 r = mknod_atomic(i->path, i->mode | file_type, i->major_minor);
1712 mac_selinux_create_file_clear();
1713 }
1714
1715 if (r < 0)
1716 return log_error_errno(r, "Failed to create device node \"%s\": %m", i->path);
1717 creation = CREATION_FORCE;
1718 } else {
1719 log_debug("%s is not a device node.", i->path);
1720 return 0;
1721 }
1722 } else
1723 creation = CREATION_EXISTING;
1724 } else
1725 creation = CREATION_NORMAL;
1726
1727 log_debug("%s %s device node \"%s\" %u:%u.",
1728 creation_mode_verb_to_string(creation),
1729 i->type == CREATE_BLOCK_DEVICE ? "block" : "char",
1730 i->path, major(i->mode), minor(i->mode));
1731
Franck Buic7700a72018-04-12 18:33:54 +02001732 fd = openat(dfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1733 if (fd < 0)
1734 return log_error_errno(errno, "Failed to openat(%s): %m", i->path);
1735
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001736 return fd_set_perms(i, fd, i->path, NULL);
Franck Bui074bd732018-04-12 18:10:57 +02001737}
1738
Franck Buia2fc2f82018-04-27 18:11:26 +02001739static int create_fifo(Item *i, const char *path) {
Franck Bui7ea5a872018-04-27 18:17:32 +02001740 _cleanup_close_ int pfd = -1, fd = -1;
Franck Buia2fc2f82018-04-27 18:11:26 +02001741 CreationMode creation;
1742 struct stat st;
Franck Bui7ea5a872018-04-27 18:17:32 +02001743 char *bn;
Franck Buia2fc2f82018-04-27 18:11:26 +02001744 int r;
1745
Franck Bui7ea5a872018-04-27 18:17:32 +02001746 pfd = path_open_parent_safe(path);
1747 if (pfd < 0)
1748 return pfd;
1749
1750 bn = basename(path);
1751
Franck Buia2fc2f82018-04-27 18:11:26 +02001752 RUN_WITH_UMASK(0000) {
1753 mac_selinux_create_file_prepare(path, S_IFIFO);
Franck Bui7ea5a872018-04-27 18:17:32 +02001754 r = mkfifoat(pfd, bn, i->mode);
Franck Buia2fc2f82018-04-27 18:11:26 +02001755 mac_selinux_create_file_clear();
1756 }
1757
1758 if (r < 0) {
1759 if (errno != EEXIST)
1760 return log_error_errno(errno, "Failed to create fifo %s: %m", path);
1761
Franck Bui7ea5a872018-04-27 18:17:32 +02001762 if (fstatat(pfd, bn, &st, AT_SYMLINK_NOFOLLOW) < 0)
Franck Buia2fc2f82018-04-27 18:11:26 +02001763 return log_error_errno(errno, "stat(%s) failed: %m", path);
1764
1765 if (!S_ISFIFO(st.st_mode)) {
1766
1767 if (i->force) {
1768 RUN_WITH_UMASK(0000) {
1769 mac_selinux_create_file_prepare(path, S_IFIFO);
Franck Bui7ea5a872018-04-27 18:17:32 +02001770 r = mkfifoat_atomic(pfd, bn, i->mode);
Franck Buia2fc2f82018-04-27 18:11:26 +02001771 mac_selinux_create_file_clear();
1772 }
1773
1774 if (r < 0)
1775 return log_error_errno(r, "Failed to create fifo %s: %m", path);
1776 creation = CREATION_FORCE;
1777 } else {
1778 log_warning("\"%s\" already exists and is not a fifo.", path);
1779 return 0;
1780 }
1781 } else
1782 creation = CREATION_EXISTING;
1783 } else
1784 creation = CREATION_NORMAL;
Franck Bui7ea5a872018-04-27 18:17:32 +02001785
Franck Buia2fc2f82018-04-27 18:11:26 +02001786 log_debug("%s fifo \"%s\".", creation_mode_verb_to_string(creation), path);
1787
Franck Bui7ea5a872018-04-27 18:17:32 +02001788 fd = openat(pfd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH);
1789 if (fd < 0)
Lennart Poetteringa5df05f2018-08-06 15:46:01 +02001790 return log_error_errno(errno, "Failed to openat(%s): %m", path);
Franck Bui7ea5a872018-04-27 18:17:32 +02001791
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001792 return fd_set_perms(i, fd, i->path, NULL);
Franck Buia2fc2f82018-04-27 18:11:26 +02001793}
1794
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001795typedef int (*action_t)(Item *i, const char *path);
1796typedef int (*fdaction_t)(Item *i, int fd, const char *path, const struct stat *st);
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001797
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001798static int item_do(Item *i, int fd, const char *path, fdaction_t action) {
Franck Bui14f34802018-05-24 14:17:07 +02001799 struct stat st;
Franck Bui936f6bd2018-03-02 17:19:32 +01001800 int r = 0, q;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001801
1802 assert(i);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001803 assert(path);
Franck Bui936f6bd2018-03-02 17:19:32 +01001804 assert(fd >= 0);
Franck Bui14f34802018-05-24 14:17:07 +02001805
1806 if (fstat(fd, &st) < 0) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001807 r = log_error_errno(errno, "fstat() on file failed: %m");
Franck Bui14f34802018-05-24 14:17:07 +02001808 goto finish;
1809 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001810
1811 /* This returns the first error we run into, but nevertheless
1812 * tries to go on */
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001813 r = action(i, fd, path, &st);
Michal Schmidta8d88782011-12-15 23:11:07 +01001814
Franck Bui14f34802018-05-24 14:17:07 +02001815 if (S_ISDIR(st.st_mode)) {
Zbigniew Jędrzejewski-Szmek22dd8d32018-05-11 11:09:37 +02001816 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Franck Bui936f6bd2018-03-02 17:19:32 +01001817 _cleanup_closedir_ DIR *d = NULL;
1818 struct dirent *de;
Michal Schmidta8d88782011-12-15 23:11:07 +01001819
Franck Bui936f6bd2018-03-02 17:19:32 +01001820 /* The passed 'fd' was opened with O_PATH. We need to convert
1821 * it into a 'regular' fd before reading the directory content. */
1822 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
Michal Schmidta8d88782011-12-15 23:11:07 +01001823
Franck Bui936f6bd2018-03-02 17:19:32 +01001824 d = opendir(procfs_path);
1825 if (!d) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001826 log_error_errno(errno, "Failed to opendir() '%s': %m", procfs_path);
1827 if (r == 0)
1828 r = -errno;
Franck Bui936f6bd2018-03-02 17:19:32 +01001829 goto finish;
1830 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001831
Franck Bui936f6bd2018-03-02 17:19:32 +01001832 FOREACH_DIRENT_ALL(de, d, q = -errno; goto finish) {
Franck Bui936f6bd2018-03-02 17:19:32 +01001833 int de_fd;
Michal Schmidta8d88782011-12-15 23:11:07 +01001834
Franck Bui936f6bd2018-03-02 17:19:32 +01001835 if (dot_or_dot_dot(de->d_name))
1836 continue;
Michal Schmidta8d88782011-12-15 23:11:07 +01001837
Franck Bui936f6bd2018-03-02 17:19:32 +01001838 de_fd = openat(fd, de->d_name, O_NOFOLLOW|O_CLOEXEC|O_PATH);
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001839 if (de_fd < 0)
1840 q = log_error_errno(errno, "Failed to open() file '%s': %m", de->d_name);
Franck Bui4dc7bfd2018-08-20 17:23:12 +02001841 else {
1842 _cleanup_free_ char *de_path = NULL;
1843
1844 de_path = path_join(NULL, path, de->d_name);
1845 if (!de_path)
1846 q = log_oom();
1847 else
1848 /* Pass ownership of dirent fd over */
1849 q = item_do(i, de_fd, de_path, action);
1850 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001851
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001852 if (q < 0 && r == 0)
1853 r = q;
Michal Schmidta8d88782011-12-15 23:11:07 +01001854 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001855 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001856finish:
1857 safe_close(fd);
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001858 return r;
Michal Schmidta8d88782011-12-15 23:11:07 +01001859}
1860
Franck Bui936f6bd2018-03-02 17:19:32 +01001861static int glob_item(Item *i, action_t action) {
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05001862 _cleanup_globfree_ glob_t g = {
Zbigniew Jędrzejewski-Szmekebf31a12015-01-26 10:39:03 -05001863 .gl_opendir = (void *(*)(const char *)) opendir_nomod,
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05001864 };
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001865 int r = 0, k;
Michal Schmidt99e68c02011-12-15 23:45:26 +01001866 char **fn;
1867
Zbigniew Jędrzejewski-Szmek84e72b52017-04-25 23:50:35 -04001868 k = safe_glob(i->path, GLOB_NOSORT|GLOB_BRACE, &g);
1869 if (k < 0 && k != -ENOENT)
1870 return log_error_errno(k, "glob(%s) failed: %m", i->path);
Zbigniew Jędrzejewski-Szmekc84a9482013-03-24 19:09:19 -04001871
1872 STRV_FOREACH(fn, g.gl_pathv) {
1873 k = action(i, *fn);
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001874 if (k < 0 && r == 0)
Zbigniew Jędrzejewski-Szmekc84a9482013-03-24 19:09:19 -04001875 r = k;
Franck Bui936f6bd2018-03-02 17:19:32 +01001876 }
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001877
Franck Bui936f6bd2018-03-02 17:19:32 +01001878 return r;
1879}
1880
1881static int glob_item_recursively(Item *i, fdaction_t action) {
1882 _cleanup_globfree_ glob_t g = {
1883 .gl_opendir = (void *(*)(const char *)) opendir_nomod,
1884 };
1885 int r = 0, k;
1886 char **fn;
1887
1888 k = safe_glob(i->path, GLOB_NOSORT|GLOB_BRACE, &g);
1889 if (k < 0 && k != -ENOENT)
1890 return log_error_errno(k, "glob(%s) failed: %m", i->path);
1891
1892 STRV_FOREACH(fn, g.gl_pathv) {
1893 _cleanup_close_ int fd = -1;
Franck Bui936f6bd2018-03-02 17:19:32 +01001894
1895 /* Make sure we won't trigger/follow file object (such as
1896 * device nodes, automounts, ...) pointed out by 'fn' with
1897 * O_PATH. Note, when O_PATH is used, flags other than
1898 * O_CLOEXEC, O_DIRECTORY, and O_NOFOLLOW are ignored. */
1899
1900 fd = open(*fn, O_CLOEXEC|O_NOFOLLOW|O_PATH);
1901 if (fd < 0) {
Lennart Poettering09f12792018-08-06 15:44:24 +02001902 log_error_errno(errno, "Opening '%s' failed: %m", *fn);
1903 if (r == 0)
1904 r = -errno;
Franck Bui936f6bd2018-03-02 17:19:32 +01001905 continue;
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001906 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001907
Lennart Poettering9d874ae2018-08-06 15:40:16 +02001908 k = item_do(i, fd, *fn, action);
Franck Bui936f6bd2018-03-02 17:19:32 +01001909 if (k < 0 && r == 0)
1910 r = k;
1911
1912 /* we passed fd ownership to the previous call */
1913 fd = -1;
Michal Schmidt99e68c02011-12-15 23:45:26 +01001914 }
1915
Michal Schmidt99e68c02011-12-15 23:45:26 +01001916 return r;
1917}
1918
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001919static int create_item(Item *i) {
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001920 CreationMode creation;
Franck Buia2fc2f82018-04-27 18:11:26 +02001921 int r = 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001922
1923 assert(i);
1924
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001925 log_debug("Running create action for entry %c %s", (char) i->type, i->path);
1926
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001927 switch (i->type) {
1928
1929 case IGNORE_PATH:
Michal Sekletar78a92a52013-01-18 16:13:08 +01001930 case IGNORE_DIRECTORY_PATH:
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001931 case REMOVE_PATH:
1932 case RECURSIVE_REMOVE_PATH:
1933 return 0;
1934
1935 case CREATE_FILE:
Lennart Poettering7fa10742018-01-23 14:14:19 +01001936 RUN_WITH_UMASK(0000)
1937 (void) mkdir_parents_label(i->path, 0755);
1938
Franck Bui31c84ff2018-04-13 09:19:24 +02001939 r = create_file(i, i->path);
Dave Reisner1845fdd2012-09-27 20:48:13 -04001940 if (r < 0)
1941 return r;
1942 break;
Lennart Poettering265ffa12013-09-17 16:33:30 -05001943
Franck Bui5ec9d062018-04-13 17:31:22 +02001944 case TRUNCATE_FILE:
1945 RUN_WITH_UMASK(0000)
1946 (void) mkdir_parents_label(i->path, 0755);
1947
1948 r = truncate_file(i, i->path);
1949 if (r < 0)
1950 return r;
1951 break;
1952
Franck Bui7b887f22018-04-12 12:18:19 +02001953 case COPY_FILES:
Lennart Poettering7fa10742018-01-23 14:14:19 +01001954 RUN_WITH_UMASK(0000)
1955 (void) mkdir_parents_label(i->path, 0755);
1956
Franck Buib1f7b172018-04-12 12:19:22 +02001957 r = copy_files(i);
Lennart Poettering849958d2014-06-10 23:02:40 +02001958 if (r < 0)
1959 return r;
Lennart Poettering849958d2014-06-10 23:02:40 +02001960 break;
1961
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001962 case WRITE_FILE:
Franck Bui936f6bd2018-03-02 17:19:32 +01001963 r = glob_item(i, write_one_file);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01001964 if (r < 0)
1965 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001966
1967 break;
1968
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001969 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001970 case TRUNCATE_DIRECTORY:
Franck Bui4c39d892018-04-27 11:51:14 +02001971 RUN_WITH_UMASK(0000)
1972 (void) mkdir_parents_label(i->path, 0755);
1973
1974 r = create_directory(i, i->path);
1975 if (r < 0)
1976 return r;
1977 break;
1978
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001979 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02001980 case CREATE_SUBVOLUME_INHERIT_QUOTA:
1981 case CREATE_SUBVOLUME_NEW_QUOTA:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001982 RUN_WITH_UMASK(0000)
Lennart Poettering7fa10742018-01-23 14:14:19 +01001983 (void) mkdir_parents_label(i->path, 0755);
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001984
Franck Bui4c39d892018-04-27 11:51:14 +02001985 r = create_subvolume(i, i->path);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01001986 if (r < 0)
1987 return r;
Franck Bui4ad36842018-04-26 14:54:20 +02001988 break;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001989
Franck Bui4ad36842018-04-26 14:54:20 +02001990 case EMPTY_DIRECTORY:
Franck Bui54946022018-04-26 15:45:17 +02001991 r = glob_item(i, empty_directory);
Franck Bui4ad36842018-04-26 14:54:20 +02001992 if (r < 0)
1993 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001994 break;
Lennart Poetteringee17ee72011-07-12 03:56:56 +02001995
1996 case CREATE_FIFO:
Franck Buia2fc2f82018-04-27 18:11:26 +02001997 RUN_WITH_UMASK(0000)
Lennart Poettering7fa10742018-01-23 14:14:19 +01001998 (void) mkdir_parents_label(i->path, 0755);
1999
Franck Buia2fc2f82018-04-27 18:11:26 +02002000 r = create_fifo(i, i->path);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01002001 if (r < 0)
2002 return r;
Lennart Poetteringee17ee72011-07-12 03:56:56 +02002003 break;
Michal Schmidta8d88782011-12-15 23:11:07 +01002004
Lennart Poettering5c5ccf12015-04-10 18:07:04 +02002005 case CREATE_SYMLINK: {
Lennart Poettering7fa10742018-01-23 14:14:19 +01002006 RUN_WITH_UMASK(0000)
2007 (void) mkdir_parents_label(i->path, 0755);
2008
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002009 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002010 r = symlink(i->argument, i->path);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002011 mac_selinux_create_file_clear();
Kay Sieverse9a5ef72012-04-17 16:05:03 +02002012
Lennart Poettering468d7262012-01-17 15:04:12 +01002013 if (r < 0) {
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002014 _cleanup_free_ char *x = NULL;
Lennart Poettering468d7262012-01-17 15:04:12 +01002015
Michal Schmidt4a62c712014-11-28 19:57:32 +01002016 if (errno != EEXIST)
Franck Bui4cef1922017-11-16 11:27:29 +01002017 return log_error_errno(errno, "symlink(%s, %s) failed: %m", i->argument, i->path);
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002018
2019 r = readlink_malloc(i->path, &x);
Franck Bui4cef1922017-11-16 11:27:29 +01002020 if (r < 0 || !streq(i->argument, x)) {
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002021
2022 if (i->force) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002023 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002024 r = symlink_atomic(i->argument, i->path);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02002025 mac_selinux_create_file_clear();
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002026
Ricardo Salveti de Araujo2ef5de12018-04-03 10:05:11 -03002027 if (IN_SET(r, -EISDIR, -EEXIST, -ENOTEMPTY)) {
William Douglasb3f58972017-08-09 08:53:03 -07002028 r = rm_rf(i->path, REMOVE_ROOT|REMOVE_PHYSICAL);
2029 if (r < 0)
2030 return log_error_errno(r, "rm -fr %s failed: %m", i->path);
2031
2032 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01002033 r = symlink(i->argument, i->path) < 0 ? -errno : 0;
William Douglasb3f58972017-08-09 08:53:03 -07002034 mac_selinux_create_file_clear();
2035 }
Michal Schmidtf6479622014-11-28 18:50:43 +01002036 if (r < 0)
Franck Bui4cef1922017-11-16 11:27:29 +01002037 return log_error_errno(r, "symlink(%s, %s) failed: %m", i->argument, i->path);
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02002038
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002039 creation = CREATION_FORCE;
Lennart Poettering1554afa2014-06-17 23:50:22 +02002040 } else {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002041 log_debug("\"%s\" is not a symlink or does not point to the correct path.", i->path);
Lennart Poettering1554afa2014-06-17 23:50:22 +02002042 return 0;
2043 }
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002044 } else
2045 creation = CREATION_EXISTING;
2046 } else
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02002047
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05002048 creation = CREATION_NORMAL;
Lennart Poettering7a7d5db2015-02-02 21:34:09 +01002049 log_debug("%s symlink \"%s\".", creation_mode_verb_to_string(creation), i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002050 break;
Lennart Poettering5c5ccf12015-04-10 18:07:04 +02002051 }
Lennart Poettering468d7262012-01-17 15:04:12 +01002052
2053 case CREATE_BLOCK_DEVICE:
Franck Bui074bd732018-04-12 18:10:57 +02002054 case CREATE_CHAR_DEVICE:
Lennart Poetteringcb7ed9d2012-09-05 23:39:55 -07002055 if (have_effective_cap(CAP_MKNOD) == 0) {
Lennart Poettering713998c2018-08-06 15:46:32 +02002056 /* In a container we lack CAP_MKNOD. We shouldn't attempt to create the device node in that
2057 * case to avoid noise, and we don't support virtualized devices in containers anyway. */
Lennart Poetteringcb7ed9d2012-09-05 23:39:55 -07002058
2059 log_debug("We lack CAP_MKNOD, skipping creation of device node %s.", i->path);
2060 return 0;
2061 }
2062
Lennart Poettering7fa10742018-01-23 14:14:19 +01002063 RUN_WITH_UMASK(0000)
2064 (void) mkdir_parents_label(i->path, 0755);
2065
Franck Bui074bd732018-04-12 18:10:57 +02002066 r = create_device(i, i->type == CREATE_BLOCK_DEVICE ? S_IFBLK : S_IFCHR);
Lennart Poettering468d7262012-01-17 15:04:12 +01002067 if (r < 0)
2068 return r;
2069
2070 break;
Lennart Poettering468d7262012-01-17 15:04:12 +01002071
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002072 case ADJUST_MODE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002073 case RELABEL_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002074 r = glob_item(i, path_set_perms);
Michal Schmidt777b87e2011-12-16 18:27:35 +01002075 if (r < 0)
Lennart Poettering96ca8192013-06-21 15:57:42 +02002076 return r;
Michal Schmidt777b87e2011-12-16 18:27:35 +01002077 break;
2078
Michal Schmidta8d88782011-12-15 23:11:07 +01002079 case RECURSIVE_RELABEL_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002080 r = glob_item_recursively(i, fd_set_perms);
Michal Schmidta8d88782011-12-15 23:11:07 +01002081 if (r < 0)
2082 return r;
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002083 break;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002084
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002085 case SET_XATTR:
Franck Bui936f6bd2018-03-02 17:19:32 +01002086 r = glob_item(i, path_set_xattrs);
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002087 if (r < 0)
2088 return r;
2089 break;
2090
2091 case RECURSIVE_SET_XATTR:
Franck Bui936f6bd2018-03-02 17:19:32 +01002092 r = glob_item_recursively(i, fd_set_xattrs);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002093 if (r < 0)
2094 return r;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002095 break;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002096
2097 case SET_ACL:
Franck Bui936f6bd2018-03-02 17:19:32 +01002098 r = glob_item(i, path_set_acls);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002099 if (r < 0)
2100 return r;
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002101 break;
2102
2103 case RECURSIVE_SET_ACL:
Franck Bui936f6bd2018-03-02 17:19:32 +01002104 r = glob_item_recursively(i, fd_set_acls);
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002105 if (r < 0)
2106 return r;
2107 break;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002108
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002109 case SET_ATTRIBUTE:
Franck Bui936f6bd2018-03-02 17:19:32 +01002110 r = glob_item(i, path_set_attribute);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002111 if (r < 0)
2112 return r;
2113 break;
2114
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002115 case RECURSIVE_SET_ATTRIBUTE:
Franck Bui936f6bd2018-03-02 17:19:32 +01002116 r = glob_item_recursively(i, fd_set_attribute);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002117 if (r < 0)
2118 return r;
2119 break;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002120 }
2121
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01002122 return 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002123}
2124
Michal Schmidta0896122011-12-15 21:32:50 +01002125static int remove_item_instance(Item *i, const char *instance) {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002126 int r;
2127
2128 assert(i);
2129
2130 switch (i->type) {
2131
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002132 case REMOVE_PATH:
Michal Schmidt4a62c712014-11-28 19:57:32 +01002133 if (remove(instance) < 0 && errno != ENOENT)
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002134 return log_error_errno(errno, "rm(%s): %m", instance);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002135
2136 break;
2137
2138 case TRUNCATE_DIRECTORY:
2139 case RECURSIVE_REMOVE_PATH:
Lennart Poetteringd139b242012-06-20 14:31:00 +02002140 /* FIXME: we probably should use dir_cleanup() here
2141 * instead of rm_rf() so that 'x' is honoured. */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002142 log_debug("rm -rf \"%s\"", instance);
Lennart Poettering1b26f092015-06-15 19:11:15 +02002143 r = rm_rf(instance, (i->type == RECURSIVE_REMOVE_PATH ? REMOVE_ROOT|REMOVE_SUBVOLUME : 0) | REMOVE_PHYSICAL);
Michal Schmidtf6479622014-11-28 18:50:43 +01002144 if (r < 0 && r != -ENOENT)
2145 return log_error_errno(r, "rm_rf(%s): %m", instance);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002146
2147 break;
Zbigniew Jędrzejewski-Szmek7fcb4b92015-01-22 23:35:34 -05002148
2149 default:
2150 assert_not_reached("wut?");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002151 }
2152
2153 return 0;
2154}
2155
Michal Schmidta0896122011-12-15 21:32:50 +01002156static int remove_item(Item *i) {
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002157 assert(i);
2158
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002159 log_debug("Running remove action for entry %c %s", (char) i->type, i->path);
2160
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002161 switch (i->type) {
2162
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002163 case REMOVE_PATH:
2164 case TRUNCATE_DIRECTORY:
Michal Schmidt99e68c02011-12-15 23:45:26 +01002165 case RECURSIVE_REMOVE_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002166 return glob_item(i, remove_item_instance);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002167
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002168 default:
2169 return 0;
2170 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002171}
2172
Michal Sekletar78a92a52013-01-18 16:13:08 +01002173static int clean_item_instance(Item *i, const char* instance) {
Harald Hoyer7fd1b192013-04-18 09:11:22 +02002174 _cleanup_closedir_ DIR *d = NULL;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002175 struct stat s, ps;
2176 bool mountpoint;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002177 usec_t cutoff, n;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002178 char timestamp[FORMAT_TIMESTAMP_MAX];
Michal Sekletar78a92a52013-01-18 16:13:08 +01002179
2180 assert(i);
2181
2182 if (!i->age_set)
2183 return 0;
2184
2185 n = now(CLOCK_REALTIME);
2186 if (n < i->age)
2187 return 0;
2188
2189 cutoff = n - i->age;
2190
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05002191 d = opendir_nomod(instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002192 if (!d) {
Zbigniew Jędrzejewski-Szmekd710aaf2016-07-22 20:27:45 -04002193 if (IN_SET(errno, ENOENT, ENOTDIR)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002194 log_debug_errno(errno, "Directory \"%s\": %m", instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002195 return 0;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002196 }
Michal Sekletar78a92a52013-01-18 16:13:08 +01002197
Zbigniew Jędrzejewski-Szmekd710aaf2016-07-22 20:27:45 -04002198 return log_error_errno(errno, "Failed to open directory %s: %m", instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002199 }
2200
Michal Schmidt4a62c712014-11-28 19:57:32 +01002201 if (fstat(dirfd(d), &s) < 0)
2202 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002203
2204 if (!S_ISDIR(s.st_mode)) {
2205 log_error("%s is not a directory.", i->path);
Zbigniew Jędrzejewski-Szmek19fbec12013-03-03 18:42:52 -05002206 return -ENOTDIR;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002207 }
2208
Michal Schmidt4a62c712014-11-28 19:57:32 +01002209 if (fstatat(dirfd(d), "..", &ps, AT_SYMLINK_NOFOLLOW) != 0)
2210 return log_error_errno(errno, "stat(%s/..) failed: %m", i->path);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002211
Thomas Hindoe Paaboel Andersen2bb158c2015-10-23 20:15:17 +02002212 mountpoint = s.st_dev != ps.st_dev || s.st_ino == ps.st_ino;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002213
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002214 log_debug("Cleanup threshold for %s \"%s\" is %s",
2215 mountpoint ? "mount point" : "directory",
2216 instance,
2217 format_timestamp_us(timestamp, sizeof(timestamp), cutoff));
2218
2219 return dir_cleanup(i, instance, d, &s, cutoff, s.st_dev, mountpoint,
2220 MAX_DEPTH, i->keep_first_level);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002221}
2222
2223static int clean_item(Item *i) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01002224 assert(i);
2225
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002226 log_debug("Running clean action for entry %c %s", (char) i->type, i->path);
2227
Michal Sekletar78a92a52013-01-18 16:13:08 +01002228 switch (i->type) {
2229 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002230 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002231 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2232 case CREATE_SUBVOLUME_NEW_QUOTA:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002233 case TRUNCATE_DIRECTORY:
2234 case IGNORE_PATH:
Lennart Poettering849958d2014-06-10 23:02:40 +02002235 case COPY_FILES:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002236 clean_item_instance(i, i->path);
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002237 return 0;
Zbigniew Jędrzejewski-Szmek65241c12017-11-22 15:16:48 +01002238 case EMPTY_DIRECTORY:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002239 case IGNORE_DIRECTORY_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002240 return glob_item(i, clean_item_instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002241 default:
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002242 return 0;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002243 }
Michal Sekletar78a92a52013-01-18 16:13:08 +01002244}
2245
Lennart Poettering599ebe22018-10-25 23:22:18 +02002246static int process_item_array(ItemArray *array, OperationMask operation);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002247
Lennart Poettering599ebe22018-10-25 23:22:18 +02002248static int process_item(Item *i, OperationMask operation) {
Lennart Poettering1e958932015-01-06 20:33:46 +01002249 int r, q, p, t = 0;
Zbigniew Jędrzejewski-Szmek9348f0e2014-10-01 07:33:22 -05002250 _cleanup_free_ char *prefix = NULL;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002251
2252 assert(i);
2253
Lennart Poettering1910cd02014-06-11 01:37:35 +02002254 if (i->done)
2255 return 0;
2256
2257 i->done = true;
2258
Zbigniew Jędrzejewski-Szmek9348f0e2014-10-01 07:33:22 -05002259 prefix = malloc(strlen(i->path) + 1);
2260 if (!prefix)
2261 return log_oom();
2262
Lennart Poettering1910cd02014-06-11 01:37:35 +02002263 PATH_FOREACH_PREFIX(prefix, i->path) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002264 ItemArray *j;
Lennart Poettering1910cd02014-06-11 01:37:35 +02002265
Lennart Poetteringef43a392015-04-22 18:18:56 +02002266 j = ordered_hashmap_get(items, prefix);
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05002267 if (j) {
2268 int s;
2269
Lennart Poettering599ebe22018-10-25 23:22:18 +02002270 s = process_item_array(j, operation);
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05002271 if (s < 0 && t == 0)
2272 t = s;
2273 }
Lennart Poettering1910cd02014-06-11 01:37:35 +02002274 }
2275
NeilBrown655f2da2017-09-04 23:35:07 +10002276 if (chase_symlinks(i->path, NULL, CHASE_NO_AUTOFS, NULL) == -EREMOTE)
2277 return t;
2278
Lennart Poettering599ebe22018-10-25 23:22:18 +02002279 r = FLAGS_SET(operation, OPERATION_CREATE) ? create_item(i) : 0;
William Douglas6d7b5432018-09-10 12:07:29 -07002280 /* Failure can only be tolerated for create */
2281 if (i->allow_failure)
2282 r = 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002283
Lennart Poettering599ebe22018-10-25 23:22:18 +02002284 q = FLAGS_SET(operation, OPERATION_REMOVE) ? remove_item(i) : 0;
2285 p = FLAGS_SET(operation, OPERATION_CLEAN) ? clean_item(i) : 0;
Lennart Poettering1a967b62018-10-25 23:19:00 +02002286
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05002287 return t < 0 ? t :
2288 r < 0 ? r :
2289 q < 0 ? q :
2290 p;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002291}
2292
Lennart Poettering599ebe22018-10-25 23:22:18 +02002293static int process_item_array(ItemArray *array, OperationMask operation) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02002294 int r = 0;
2295 size_t n;
Lennart Poettering753615e2014-06-12 23:07:17 +02002296
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002297 assert(array);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002298
Lennart Poettering96d10d72018-10-25 13:51:01 +02002299 for (n = 0; n < array->n_items; n++) {
2300 int k;
2301
Lennart Poettering599ebe22018-10-25 23:22:18 +02002302 k = process_item(array->items + n, operation);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002303 if (k < 0 && r == 0)
2304 r = k;
2305 }
2306
2307 return r;
2308}
2309
2310static void item_free_contents(Item *i) {
2311 assert(i);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002312 free(i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002313 free(i->argument);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002314 strv_free(i->xattrs);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002315
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02002316#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002317 acl_free(i->acl_access);
2318 acl_free(i->acl_default);
2319#endif
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002320}
2321
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002322static void item_array_free(ItemArray *a) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02002323 size_t n;
Maciej Wereskie2f2fb72013-07-19 15:43:12 +02002324
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002325 if (!a)
2326 return;
2327
Lennart Poettering96d10d72018-10-25 13:51:01 +02002328 for (n = 0; n < a->n_items; n++)
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002329 item_free_contents(a->items + n);
Lennart Poettering96d10d72018-10-25 13:51:01 +02002330
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002331 free(a->items);
2332 free(a);
2333}
2334
Yu Watanabe93bab282018-09-18 08:39:24 +09002335static int item_compare(const Item *a, const Item *b) {
Lennart Poettering17493fa2015-04-10 16:22:22 +02002336 /* Make sure that the ownership taking item is put first, so
2337 * that we first create the node, and then can adjust it */
2338
Yu Watanabe93bab282018-09-18 08:39:24 +09002339 if (takes_ownership(a->type) && !takes_ownership(b->type))
Lennart Poettering17493fa2015-04-10 16:22:22 +02002340 return -1;
Yu Watanabe93bab282018-09-18 08:39:24 +09002341 if (!takes_ownership(a->type) && takes_ownership(b->type))
Lennart Poettering17493fa2015-04-10 16:22:22 +02002342 return 1;
2343
Yu Watanabe93bab282018-09-18 08:39:24 +09002344 return CMP(a->type, b->type);
Lennart Poettering17493fa2015-04-10 16:22:22 +02002345}
2346
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002347static bool item_compatible(Item *a, Item *b) {
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002348 assert(a);
2349 assert(b);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002350 assert(streq(a->path, b->path));
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002351
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002352 if (takes_ownership(a->type) && takes_ownership(b->type))
2353 /* check if the items are the same */
2354 return streq_ptr(a->argument, b->argument) &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002355
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002356 a->uid_set == b->uid_set &&
2357 a->uid == b->uid &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002358
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002359 a->gid_set == b->gid_set &&
2360 a->gid == b->gid &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002361
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002362 a->mode_set == b->mode_set &&
2363 a->mode == b->mode &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002364
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002365 a->age_set == b->age_set &&
2366 a->age == b->age &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002367
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002368 a->mask_perms == b->mask_perms &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002369
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002370 a->keep_first_level == b->keep_first_level &&
Lennart Poettering468d7262012-01-17 15:04:12 +01002371
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002372 a->major_minor == b->major_minor;
Lennart Poettering468d7262012-01-17 15:04:12 +01002373
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002374 return true;
2375}
2376
Dave Reisnera2aced42013-07-24 11:10:05 -04002377static bool should_include_path(const char *path) {
2378 char **prefix;
2379
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002380 STRV_FOREACH(prefix, arg_exclude_prefixes)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002381 if (path_startswith(path, *prefix)) {
2382 log_debug("Entry \"%s\" matches exclude prefix \"%s\", skipping.",
2383 path, *prefix);
Dave Reisner5c795112013-07-24 11:19:24 -04002384 return false;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002385 }
Dave Reisnera2aced42013-07-24 11:10:05 -04002386
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002387 STRV_FOREACH(prefix, arg_include_prefixes)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002388 if (path_startswith(path, *prefix)) {
2389 log_debug("Entry \"%s\" matches include prefix \"%s\".", path, *prefix);
Dave Reisnera2aced42013-07-24 11:10:05 -04002390 return true;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002391 }
Dave Reisnera2aced42013-07-24 11:10:05 -04002392
Dave Reisner5c795112013-07-24 11:19:24 -04002393 /* no matches, so we should include this path only if we
2394 * have no whitelist at all */
Lennart Poettering7b943bb2017-11-29 12:40:22 +01002395 if (strv_isempty(arg_include_prefixes))
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002396 return true;
2397
2398 log_debug("Entry \"%s\" does not match any include prefix, skipping.", path);
2399 return false;
Dave Reisnera2aced42013-07-24 11:10:05 -04002400}
2401
Franck Bui4cef1922017-11-16 11:27:29 +01002402static int specifier_expansion_from_arg(Item *i) {
2403 _cleanup_free_ char *unescaped = NULL, *resolved = NULL;
2404 char **xattr;
2405 int r;
2406
2407 assert(i);
2408
2409 if (i->argument == NULL)
2410 return 0;
2411
2412 switch (i->type) {
2413 case COPY_FILES:
2414 case CREATE_SYMLINK:
2415 case CREATE_FILE:
2416 case TRUNCATE_FILE:
2417 case WRITE_FILE:
2418 r = cunescape(i->argument, 0, &unescaped);
2419 if (r < 0)
2420 return log_error_errno(r, "Failed to unescape parameter to write: %s", i->argument);
2421
2422 r = specifier_printf(unescaped, specifier_table, NULL, &resolved);
2423 if (r < 0)
2424 return r;
2425
2426 free_and_replace(i->argument, resolved);
2427 break;
2428
2429 case SET_XATTR:
2430 case RECURSIVE_SET_XATTR:
2431 assert(i->xattrs);
2432
2433 STRV_FOREACH (xattr, i->xattrs) {
2434 r = specifier_printf(*xattr, specifier_table, NULL, &resolved);
2435 if (r < 0)
2436 return r;
2437
2438 free_and_replace(*xattr, resolved);
2439 }
2440 break;
2441
2442 default:
2443 break;
2444 }
2445 return 0;
2446}
2447
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002448static int patch_var_run(const char *fname, unsigned line, char **path) {
2449 const char *k;
2450 char *n;
2451
2452 assert(path);
2453 assert(*path);
2454
2455 /* Optionally rewrites lines referencing /var/run/, to use /run/ instead. Why bother? tmpfiles merges lines in
2456 * some cases and detects conflicts in others. If files/directories are specified through two equivalent lines
2457 * this is problematic as neither case will be detected. Ideally we'd detect these cases by resolving symlinks
2458 * early, but that's precisely not what we can do here as this code very likely is running very early on, at a
2459 * time where the paths in question are not available yet, or even more importantly, our own tmpfiles rules
2460 * might create the paths that are intermediary to the listed paths. We can't really cover the generic case,
2461 * but the least we can do is cover the specific case of /var/run vs. /run, as /var/run is a legacy name for
2462 * /run only, and we explicitly document that and require that on systemd systems the former is a symlink to
2463 * the latter. Moreover files below this path are by far the primary usecase for tmpfiles.d/. */
2464
2465 k = path_startswith(*path, "/var/run/");
2466 if (isempty(k)) /* Don't complain about other paths than /var/run, and not about /var/run itself either. */
2467 return 0;
2468
2469 n = strjoin("/run/", k);
2470 if (!n)
2471 return log_oom();
2472
2473 /* Also log about this briefly. We do so at LOG_NOTICE level, as we fixed up the situation automatically, hence
2474 * there's no immediate need for action by the user. However, in the interest of making things less confusing
2475 * to the user, let's still inform the user that these snippets should really be updated. */
2476
2477 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);
2478
Lennart Poettering81fa4472018-10-25 13:57:32 +02002479 free_and_replace(*path, n);
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002480
2481 return 0;
2482}
2483
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002484static int parse_line(const char *fname, unsigned line, const char *buffer, bool *invalid_config) {
Lennart Poettering1731e342013-09-17 11:02:02 -05002485
Lennart Poetteringcde684a2014-06-10 22:50:46 +02002486 _cleanup_free_ char *action = NULL, *mode = NULL, *user = NULL, *group = NULL, *age = NULL, *path = NULL;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002487 _cleanup_(item_free_contents) Item i = {};
2488 ItemArray *existing;
Lennart Poetteringef43a392015-04-22 18:18:56 +02002489 OrderedHashmap *h;
daurnimator657cf7f2015-03-09 15:11:44 -04002490 int r, pos;
William Douglas6d7b5432018-09-10 12:07:29 -07002491 bool force = false, boot = false, allow_failure = false;
Lennart Poettering5008d582010-09-28 02:34:02 +02002492
2493 assert(fname);
2494 assert(line >= 1);
2495 assert(buffer);
2496
Richard Maw68685602015-06-23 16:20:53 +00002497 r = extract_many_words(
Lennart Poettering4034a062015-03-23 18:55:36 +07002498 &buffer,
Richard Maw68685602015-06-23 16:20:53 +00002499 NULL,
Richard Maw12ba2c42015-06-23 16:26:49 +00002500 EXTRACT_QUOTES,
Lennart Poettering4034a062015-03-23 18:55:36 +07002501 &action,
2502 &path,
2503 &mode,
2504 &user,
2505 &group,
2506 &age,
2507 NULL);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002508 if (r < 0) {
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002509 if (IN_SET(r, -EINVAL, -EBADSLT))
2510 /* invalid quoting and such or an unknown specifier */
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002511 *invalid_config = true;
daurnimator657cf7f2015-03-09 15:11:44 -04002512 return log_error_errno(r, "[%s:%u] Failed to parse line: %m", fname, line);
Lennart Poettering4b936992018-05-10 11:29:11 -07002513 } else if (r < 2) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002514 *invalid_config = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002515 log_error("[%s:%u] Syntax error.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002516 return -EIO;
Lennart Poettering5008d582010-09-28 02:34:02 +02002517 }
2518
Lennart Poetteringaa5f6812015-04-21 01:10:19 +02002519 if (!isempty(buffer) && !streq(buffer, "-")) {
Lennart Poettering4034a062015-03-23 18:55:36 +07002520 i.argument = strdup(buffer);
2521 if (!i.argument)
2522 return log_oom();
2523 }
2524
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002525 if (isempty(action)) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002526 *invalid_config = true;
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002527 log_error("[%s:%u] Command too short '%s'.", fname, line, action);
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002528 return -EINVAL;
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002529 }
2530
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002531 for (pos = 1; action[pos]; pos++) {
2532 if (action[pos] == '!' && !boot)
2533 boot = true;
2534 else if (action[pos] == '+' && !force)
2535 force = true;
William Douglas6d7b5432018-09-10 12:07:29 -07002536 else if (action[pos] == '-' && !allow_failure)
2537 allow_failure = true;
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002538 else {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002539 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002540 log_error("[%s:%u] Unknown modifiers in command '%s'",
2541 fname, line, action);
2542 return -EINVAL;
2543 }
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002544 }
2545
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002546 if (boot && !arg_boot) {
2547 log_debug("Ignoring entry %s \"%s\" because --boot is not specified.",
2548 action, path);
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002549 return 0;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002550 }
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002551
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002552 i.type = action[0];
2553 i.force = force;
William Douglas6d7b5432018-09-10 12:07:29 -07002554 i.allow_failure = allow_failure;
Lennart Poettering1731e342013-09-17 11:02:02 -05002555
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002556 r = specifier_printf(path, specifier_table, NULL, &i.path);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +01002557 if (r == -ENXIO)
Franck Bui4cef1922017-11-16 11:27:29 +01002558 return log_unresolvable_specifier(fname, line);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002559 if (r < 0) {
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002560 if (IN_SET(r, -EINVAL, -EBADSLT))
2561 *invalid_config = true;
Franck Bui4cef1922017-11-16 11:27:29 +01002562 return log_error_errno(r, "[%s:%u] Failed to replace specifiers: %s", fname, line, path);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002563 }
Lennart Poettering1731e342013-09-17 11:02:02 -05002564
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002565 r = patch_var_run(fname, line, &i.path);
2566 if (r < 0)
2567 return r;
2568
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002569 switch (i.type) {
Lennart Poettering468d7262012-01-17 15:04:12 +01002570
Michal Schmidt777b87e2011-12-16 18:27:35 +01002571 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002572 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002573 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2574 case CREATE_SUBVOLUME_NEW_QUOTA:
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002575 case EMPTY_DIRECTORY:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002576 case TRUNCATE_DIRECTORY:
2577 case CREATE_FIFO:
2578 case IGNORE_PATH:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002579 case IGNORE_DIRECTORY_PATH:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002580 case REMOVE_PATH:
2581 case RECURSIVE_REMOVE_PATH:
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002582 case ADJUST_MODE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002583 case RELABEL_PATH:
2584 case RECURSIVE_RELABEL_PATH:
Lennart Poetteringc82500c2015-04-10 14:46:05 +02002585 if (i.argument)
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002586 log_warning("[%s:%u] %c lines don't take argument fields, ignoring.", fname, line, i.type);
Lennart Poetteringc82500c2015-04-10 14:46:05 +02002587
2588 break;
2589
2590 case CREATE_FILE:
2591 case TRUNCATE_FILE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002592 break;
Lennart Poettering468d7262012-01-17 15:04:12 +01002593
2594 case CREATE_SYMLINK:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002595 if (!i.argument) {
2596 i.argument = strappend("/usr/share/factory/", i.path);
2597 if (!i.argument)
Kay Sievers2f3b8732014-06-20 15:57:43 +02002598 return log_oom();
Lennart Poettering468d7262012-01-17 15:04:12 +01002599 }
2600 break;
2601
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002602 case WRITE_FILE:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002603 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002604 *invalid_config = true;
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002605 log_error("[%s:%u] Write file requires argument.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002606 return -EBADMSG;
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002607 }
2608 break;
2609
Lennart Poettering849958d2014-06-10 23:02:40 +02002610 case COPY_FILES:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002611 if (!i.argument) {
2612 i.argument = strappend("/usr/share/factory/", i.path);
2613 if (!i.argument)
Kay Sievers2f3b8732014-06-20 15:57:43 +02002614 return log_oom();
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002615 } else if (!path_is_absolute(i.argument)) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002616 *invalid_config = true;
Lennart Poettering849958d2014-06-10 23:02:40 +02002617 log_error("[%s:%u] Source path is not absolute.", fname, line);
2618 return -EBADMSG;
2619 }
2620
Yu Watanabe858d36c2018-05-31 23:39:31 +09002621 path_simplify(i.argument, false);
Lennart Poettering849958d2014-06-10 23:02:40 +02002622 break;
2623
Lennart Poettering468d7262012-01-17 15:04:12 +01002624 case CREATE_CHAR_DEVICE:
2625 case CREATE_BLOCK_DEVICE: {
2626 unsigned major, minor;
2627
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002628 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002629 *invalid_config = true;
Lennart Poettering468d7262012-01-17 15:04:12 +01002630 log_error("[%s:%u] Device file requires argument.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002631 return -EBADMSG;
Lennart Poettering468d7262012-01-17 15:04:12 +01002632 }
2633
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002634 if (sscanf(i.argument, "%u:%u", &major, &minor) != 2) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002635 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002636 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 -04002637 return -EBADMSG;
Lennart Poettering468d7262012-01-17 15:04:12 +01002638 }
2639
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002640 i.major_minor = makedev(major, minor);
Lennart Poettering468d7262012-01-17 15:04:12 +01002641 break;
2642 }
2643
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002644 case SET_XATTR:
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002645 case RECURSIVE_SET_XATTR:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002646 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002647 *invalid_config = true;
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002648 log_error("[%s:%u] Set extended attribute requires argument.", fname, line);
2649 return -EBADMSG;
2650 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002651 r = parse_xattrs_from_arg(&i);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002652 if (r < 0)
2653 return r;
2654 break;
2655
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002656 case SET_ACL:
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002657 case RECURSIVE_SET_ACL:
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002658 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002659 *invalid_config = true;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002660 log_error("[%s:%u] Set ACLs requires argument.", fname, line);
2661 return -EBADMSG;
2662 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002663 r = parse_acls_from_arg(&i);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002664 if (r < 0)
2665 return r;
2666 break;
2667
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002668 case SET_ATTRIBUTE:
2669 case RECURSIVE_SET_ATTRIBUTE:
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002670 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002671 *invalid_config = true;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002672 log_error("[%s:%u] Set file attribute requires argument.", fname, line);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002673 return -EBADMSG;
2674 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002675 r = parse_attribute_from_arg(&i);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002676 if (IN_SET(r, -EINVAL, -EBADSLT))
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002677 *invalid_config = true;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002678 if (r < 0)
2679 return r;
2680 break;
2681
Michal Schmidt777b87e2011-12-16 18:27:35 +01002682 default:
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002683 log_error("[%s:%u] Unknown command type '%c'.", fname, line, (char) i.type);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002684 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002685 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002686 }
Lennart Poettering468d7262012-01-17 15:04:12 +01002687
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002688 if (!path_is_absolute(i.path)) {
2689 log_error("[%s:%u] Path '%s' not absolute.", fname, line, i.path);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002690 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002691 return -EBADMSG;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002692 }
2693
Yu Watanabe858d36c2018-05-31 23:39:31 +09002694 path_simplify(i.path, false);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002695
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002696 if (!should_include_path(i.path))
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002697 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02002698
Franck Bui4cef1922017-11-16 11:27:29 +01002699 r = specifier_expansion_from_arg(&i);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +01002700 if (r == -ENXIO)
Franck Bui4cef1922017-11-16 11:27:29 +01002701 return log_unresolvable_specifier(fname, line);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002702 if (r < 0) {
2703 if (IN_SET(r, -EINVAL, -EBADSLT))
2704 *invalid_config = true;
Franck Bui4cef1922017-11-16 11:27:29 +01002705 return log_error_errno(r, "[%s:%u] Failed to substitute specifiers in argument: %m",
2706 fname, line);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002707 }
Franck Bui4cef1922017-11-16 11:27:29 +01002708
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002709 if (arg_root) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +02002710 char *p;
2711
Lennart Poettering1d13f642015-05-13 17:42:10 +02002712 p = prefix_root(arg_root, i.path);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002713 if (!p)
2714 return log_oom();
2715
Lennart Poettering81fa4472018-10-25 13:57:32 +02002716 free_and_replace(i.path, p);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002717 }
2718
Lennart Poettering90937fe2015-04-10 16:04:16 +02002719 if (!isempty(user) && !streq(user, "-")) {
Lennart Poettering4b678342011-07-23 01:17:59 +02002720 const char *u = user;
Lennart Poettering5008d582010-09-28 02:34:02 +02002721
Lennart Poetteringfafff8f2018-08-02 18:36:47 +02002722 r = get_user_creds(&u, &i.uid, NULL, NULL, NULL, USER_CREDS_ALLOW_MISSING);
Lennart Poettering4b678342011-07-23 01:17:59 +02002723 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002724 *invalid_config = true;
2725 return log_error_errno(r, "[%s:%u] Unknown user '%s'.", fname, line, user);
Lennart Poettering5008d582010-09-28 02:34:02 +02002726 }
2727
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002728 i.uid_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002729 }
2730
Lennart Poettering90937fe2015-04-10 16:04:16 +02002731 if (!isempty(group) && !streq(group, "-")) {
Lennart Poettering4b678342011-07-23 01:17:59 +02002732 const char *g = group;
Lennart Poettering5008d582010-09-28 02:34:02 +02002733
Lennart Poetteringfafff8f2018-08-02 18:36:47 +02002734 r = get_group_creds(&g, &i.gid, USER_CREDS_ALLOW_MISSING);
Lennart Poettering4b678342011-07-23 01:17:59 +02002735 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002736 *invalid_config = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002737 log_error("[%s:%u] Unknown group '%s'.", fname, line, group);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002738 return r;
Lennart Poettering5008d582010-09-28 02:34:02 +02002739 }
2740
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002741 i.gid_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002742 }
2743
Lennart Poettering90937fe2015-04-10 16:04:16 +02002744 if (!isempty(mode) && !streq(mode, "-")) {
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002745 const char *mm = mode;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002746 unsigned m;
Lennart Poettering5008d582010-09-28 02:34:02 +02002747
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002748 if (*mm == '~') {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002749 i.mask_perms = true;
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002750 mm++;
2751 }
2752
Lennart Poettering2ff7b0a2015-04-10 14:43:06 +02002753 if (parse_mode(mm, &m) < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002754 *invalid_config = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002755 log_error("[%s:%u] Invalid mode '%s'.", fname, line, mode);
Lennart Poettering2ff7b0a2015-04-10 14:43:06 +02002756 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002757 }
2758
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002759 i.mode = m;
2760 i.mode_set = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002761 } else
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002762 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 +02002763
Lennart Poettering90937fe2015-04-10 16:04:16 +02002764 if (!isempty(age) && !streq(age, "-")) {
Lennart Poettering24f3a372012-06-20 09:05:50 +02002765 const char *a = age;
2766
2767 if (*a == '~') {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002768 i.keep_first_level = true;
Lennart Poettering24f3a372012-06-20 09:05:50 +02002769 a++;
2770 }
2771
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002772 if (parse_sec(a, &i.age) < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002773 *invalid_config = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002774 log_error("[%s:%u] Invalid age '%s'.", fname, line, age);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002775 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002776 }
2777
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002778 i.age_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002779 }
2780
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002781 h = needs_glob(i.type) ? globs : items;
Lennart Poettering022707d2011-01-05 16:11:15 +01002782
Lennart Poetteringef43a392015-04-22 18:18:56 +02002783 existing = ordered_hashmap_get(h, i.path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002784 if (existing) {
Lennart Poettering96d10d72018-10-25 13:51:01 +02002785 size_t n;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002786
Lennart Poettering96d10d72018-10-25 13:51:01 +02002787 for (n = 0; n < existing->n_items; n++) {
Martin Pitt6487ada2015-03-05 14:58:56 +01002788 if (!item_compatible(existing->items + n, &i)) {
Zbigniew Jędrzejewski-Szmeke286dba2017-11-22 14:19:13 +01002789 log_notice("[%s:%u] Duplicate line for path \"%s\", ignoring.",
2790 fname, line, i.path);
Martin Pitt6487ada2015-03-05 14:58:56 +01002791 return 0;
2792 }
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002793 }
2794 } else {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002795 existing = new0(ItemArray, 1);
Lennart Poettering07982ed2018-01-22 15:32:57 +01002796 if (!existing)
2797 return log_oom();
2798
Lennart Poetteringef43a392015-04-22 18:18:56 +02002799 r = ordered_hashmap_put(h, i.path, existing);
Lennart Poetteringccd114f2018-10-25 13:57:44 +02002800 if (r < 0) {
2801 free(existing);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002802 return log_oom();
Lennart Poetteringccd114f2018-10-25 13:57:44 +02002803 }
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002804 }
2805
Lennart Poettering96d10d72018-10-25 13:51:01 +02002806 if (!GREEDY_REALLOC(existing->items, existing->allocated, existing->n_items + 1))
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002807 return log_oom();
Lennart Poettering5008d582010-09-28 02:34:02 +02002808
Lennart Poettering7ab75292018-10-25 13:53:07 +02002809 existing->items[existing->n_items++] = i;
2810 i = (struct Item) {};
Zbigniew Jędrzejewski-Szmekdd449ac2015-04-10 18:57:05 -04002811
2812 /* Sort item array, to enforce stable ordering of application */
Lennart Poettering96d10d72018-10-25 13:51:01 +02002813 typesafe_qsort(existing->items, existing->n_items, item_compare);
Lennart Poettering17493fa2015-04-10 16:22:22 +02002814
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002815 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02002816}
2817
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002818static int cat_config(char **config_dirs, char **args) {
2819 _cleanup_strv_free_ char **files = NULL;
2820 int r;
2821
2822 r = conf_files_list_with_replacement(arg_root, config_dirs, arg_replace, &files, NULL);
2823 if (r < 0)
2824 return r;
2825
2826 return cat_files(NULL, files, 0);
2827}
2828
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02002829static int help(void) {
2830 _cleanup_free_ char *link = NULL;
2831 int r;
2832
2833 r = terminal_urlify_man("systemd-tmpfiles", "8", &link);
2834 if (r < 0)
2835 return log_oom();
2836
Lennart Poettering522d4a42011-02-13 15:08:15 +01002837 printf("%s [OPTIONS...] [CONFIGURATION FILE...]\n\n"
2838 "Creates, deletes and cleans up volatile and temporary files and directories.\n\n"
Dave Reisner5c795112013-07-24 11:19:24 -04002839 " -h --help Show this help\n"
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002840 " --user Execute user configuration\n"
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002841 " --version Show package version\n"
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002842 " --cat-config Show configuration files\n"
Dave Reisner5c795112013-07-24 11:19:24 -04002843 " --create Create marked files/directories\n"
2844 " --clean Clean up marked directories\n"
2845 " --remove Remove marked files/directories\n"
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002846 " --boot Execute actions only safe at boot\n"
Zbigniew Jędrzejewski-Szmek79ca8882015-01-27 21:22:08 -05002847 " --prefix=PATH Only apply rules with the specified prefix\n"
2848 " --exclude-prefix=PATH Ignore rules with the specified prefix\n"
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002849 " --root=PATH Operate on an alternate filesystem root\n"
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002850 " --replace=PATH Treat arguments as replacement for PATH\n"
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002851 " --no-pager Do not pipe output into a pager\n"
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02002852 "\nSee the %s for details.\n"
2853 , program_invocation_short_name
2854 , link
2855 );
2856
2857 return 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002858}
2859
2860static int parse_argv(int argc, char *argv[]) {
2861
2862 enum {
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002863 ARG_VERSION = 0x100,
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002864 ARG_CAT_CONFIG,
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002865 ARG_USER,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002866 ARG_CREATE,
2867 ARG_CLEAN,
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002868 ARG_REMOVE,
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002869 ARG_BOOT,
Dave Reisner5c795112013-07-24 11:19:24 -04002870 ARG_PREFIX,
2871 ARG_EXCLUDE_PREFIX,
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002872 ARG_ROOT,
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002873 ARG_REPLACE,
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002874 ARG_NO_PAGER,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002875 };
2876
2877 static const struct option options[] = {
Dave Reisner5c795112013-07-24 11:19:24 -04002878 { "help", no_argument, NULL, 'h' },
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002879 { "user", no_argument, NULL, ARG_USER },
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002880 { "version", no_argument, NULL, ARG_VERSION },
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002881 { "cat-config", no_argument, NULL, ARG_CAT_CONFIG },
Dave Reisner5c795112013-07-24 11:19:24 -04002882 { "create", no_argument, NULL, ARG_CREATE },
2883 { "clean", no_argument, NULL, ARG_CLEAN },
2884 { "remove", no_argument, NULL, ARG_REMOVE },
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002885 { "boot", no_argument, NULL, ARG_BOOT },
Dave Reisner5c795112013-07-24 11:19:24 -04002886 { "prefix", required_argument, NULL, ARG_PREFIX },
2887 { "exclude-prefix", required_argument, NULL, ARG_EXCLUDE_PREFIX },
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002888 { "root", required_argument, NULL, ARG_ROOT },
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002889 { "replace", required_argument, NULL, ARG_REPLACE },
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002890 { "no-pager", no_argument, NULL, ARG_NO_PAGER },
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002891 {}
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002892 };
2893
Lennart Poettering0f474362015-10-22 19:28:31 +02002894 int c, r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002895
2896 assert(argc >= 0);
2897 assert(argv);
2898
Zbigniew Jędrzejewski-Szmek601185b2014-08-02 11:12:21 -04002899 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002900
2901 switch (c) {
2902
2903 case 'h':
Lennart Poettering37ec0fd2018-08-09 10:32:31 +02002904 return help();
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002905
2906 case ARG_VERSION:
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +02002907 return version();
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002908
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002909 case ARG_CAT_CONFIG:
2910 arg_cat_config = true;
2911 break;
2912
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002913 case ARG_USER:
2914 arg_user = true;
2915 break;
2916
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002917 case ARG_CREATE:
Lennart Poettering1a967b62018-10-25 23:19:00 +02002918 arg_operation |= OPERATION_CREATE;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002919 break;
2920
2921 case ARG_CLEAN:
Lennart Poettering1a967b62018-10-25 23:19:00 +02002922 arg_operation |= OPERATION_CLEAN;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002923 break;
2924
2925 case ARG_REMOVE:
Lennart Poettering1a967b62018-10-25 23:19:00 +02002926 arg_operation |= OPERATION_REMOVE;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002927 break;
2928
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002929 case ARG_BOOT:
2930 arg_boot = true;
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002931 break;
2932
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002933 case ARG_PREFIX:
Lennart Poettering7bc040f2014-06-11 01:26:28 +02002934 if (strv_push(&arg_include_prefixes, optarg) < 0)
Dave Reisnera2aced42013-07-24 11:10:05 -04002935 return log_oom();
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002936 break;
2937
Dave Reisner5c795112013-07-24 11:19:24 -04002938 case ARG_EXCLUDE_PREFIX:
Lennart Poettering7bc040f2014-06-11 01:26:28 +02002939 if (strv_push(&arg_exclude_prefixes, optarg) < 0)
Dave Reisner5c795112013-07-24 11:19:24 -04002940 return log_oom();
2941 break;
2942
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002943 case ARG_ROOT:
Lennart Poettering0f03c2a2015-10-22 19:54:29 +02002944 r = parse_path_argument_and_warn(optarg, true, &arg_root);
Lennart Poettering0f474362015-10-22 19:28:31 +02002945 if (r < 0)
Lennart Poettering0f03c2a2015-10-22 19:54:29 +02002946 return r;
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002947 break;
2948
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002949 case ARG_REPLACE:
2950 if (!path_is_absolute(optarg) ||
2951 !endswith(optarg, ".conf")) {
2952 log_error("The argument to --replace= must an absolute path to a config file");
2953 return -EINVAL;
2954 }
2955
2956 arg_replace = optarg;
2957 break;
2958
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002959 case ARG_NO_PAGER:
2960 arg_no_pager = true;
2961 break;
2962
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002963 case '?':
2964 return -EINVAL;
2965
2966 default:
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002967 assert_not_reached("Unhandled option");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002968 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002969
Lennart Poettering1a967b62018-10-25 23:19:00 +02002970 if (arg_operation == 0 && !arg_cat_config) {
Harald Hoyer35b8ca32011-02-21 15:32:17 +01002971 log_error("You need to specify at least one of --clean, --create or --remove.");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002972 return -EINVAL;
2973 }
2974
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002975 if (arg_replace && arg_cat_config) {
2976 log_error("Option --replace= is not supported with --cat-config");
2977 return -EINVAL;
2978 }
2979
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002980 if (arg_replace && optind >= argc) {
2981 log_error("When --replace= is given, some configuration items must be specified");
2982 return -EINVAL;
2983 }
2984
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002985 return 1;
2986}
2987
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002988static 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 -04002989 _cleanup_fclose_ FILE *_f = NULL;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002990 Iterator iterator;
Lennart Poettering1731e342013-09-17 11:02:02 -05002991 unsigned v = 0;
Lennart Poettering2a98ae42018-10-18 16:21:05 +02002992 FILE *f;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002993 Item *i;
Lennart Poettering4e68ec12016-06-21 13:20:23 +02002994 int r = 0;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002995
2996 assert(fn);
2997
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04002998 if (streq(fn, "-")) {
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002999 log_debug("Reading config from stdin…");
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003000 fn = "<stdin>";
3001 f = stdin;
3002 } else {
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003003 r = search_and_fopen(fn, "re", arg_root, (const char**) config_dirs, &_f);
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003004 if (r < 0) {
3005 if (ignore_enoent && r == -ENOENT) {
3006 log_debug_errno(r, "Failed to open \"%s\", ignoring: %m", fn);
3007 return 0;
3008 }
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003009
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003010 return log_error_errno(r, "Failed to open '%s': %m", fn);
3011 }
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003012 log_debug("Reading config file \"%s\"…", fn);
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04003013 f = _f;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003014 }
3015
Lennart Poettering2a98ae42018-10-18 16:21:05 +02003016 for (;;) {
3017 _cleanup_free_ char *line = NULL;
3018 bool invalid_line = false;
Lennart Poettering1731e342013-09-17 11:02:02 -05003019 char *l;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003020 int k;
Lennart Poettering2a98ae42018-10-18 16:21:05 +02003021
3022 k = read_line(f, LONG_LINE_MAX, &line);
3023 if (k < 0)
3024 return log_error_errno(k, "Failed to read '%s': %m", fn);
3025 if (k == 0)
3026 break;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003027
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003028 v++;
3029
3030 l = strstrip(line);
Yu Watanabe4c701092017-10-04 23:01:32 +09003031 if (IN_SET(*l, 0, '#'))
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003032 continue;
3033
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003034 k = parse_line(fn, v, l, &invalid_line);
3035 if (k < 0) {
3036 if (invalid_line)
3037 /* Allow reporting with a special code if the caller requested this */
3038 *invalid_config = true;
3039 else if (r == 0)
3040 /* The first error becomes our return value */
3041 r = k;
3042 }
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003043 }
3044
Michal Sekletar78a92a52013-01-18 16:13:08 +01003045 /* we have to determine age parameter for each entry of type X */
Lennart Poetteringef43a392015-04-22 18:18:56 +02003046 ORDERED_HASHMAP_FOREACH(i, globs, iterator) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01003047 Iterator iter;
3048 Item *j, *candidate_item = NULL;
3049
3050 if (i->type != IGNORE_DIRECTORY_PATH)
3051 continue;
3052
Lennart Poetteringef43a392015-04-22 18:18:56 +02003053 ORDERED_HASHMAP_FOREACH(j, items, iter) {
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02003054 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 +01003055 continue;
3056
3057 if (path_equal(j->path, i->path)) {
3058 candidate_item = j;
3059 break;
3060 }
3061
3062 if ((!candidate_item && path_startswith(i->path, j->path)) ||
3063 (candidate_item && path_startswith(j->path, candidate_item->path) && (fnmatch(i->path, j->path, FNM_PATHNAME | FNM_PERIOD) == 0)))
3064 candidate_item = j;
3065 }
3066
Richard Weinberger9ed2a352014-09-09 11:09:37 +02003067 if (candidate_item && candidate_item->age_set) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01003068 i->age = candidate_item->age;
3069 i->age_set = true;
3070 }
3071 }
3072
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003073 if (ferror(f)) {
Michal Schmidt56f64d92014-11-28 19:29:59 +01003074 log_error_errno(errno, "Failed to read from file %s: %m", fn);
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003075 if (r == 0)
3076 r = -EIO;
3077 }
3078
Lennart Poetteringfba6e682011-02-13 14:00:54 +01003079 return r;
3080}
3081
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003082static int parse_arguments(char **config_dirs, char **args, bool *invalid_config) {
3083 char **arg;
3084 int r;
3085
3086 STRV_FOREACH(arg, args) {
3087 r = read_config_file(config_dirs, *arg, false, invalid_config);
3088 if (r < 0)
3089 return r;
3090 }
3091
3092 return 0;
3093}
3094
3095static int read_config_files(char **config_dirs, char **args, bool *invalid_config) {
3096 _cleanup_strv_free_ char **files = NULL;
3097 _cleanup_free_ char *p = NULL;
3098 char **f;
3099 int r;
3100
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003101 r = conf_files_list_with_replacement(arg_root, config_dirs, arg_replace, &files, &p);
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003102 if (r < 0)
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003103 return r;
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003104
3105 STRV_FOREACH(f, files)
3106 if (p && path_equal(*f, p)) {
3107 log_debug("Parsing arguments at position \"%s\"…", *f);
3108
3109 r = parse_arguments(config_dirs, args, invalid_config);
3110 if (r < 0)
3111 return r;
3112 } else
3113 /* Just warn, ignore result otherwise.
3114 * read_config_file() has some debug output, so no need to print anything. */
3115 (void) read_config_file(config_dirs, *f, true, invalid_config);
3116
3117 return 0;
3118}
3119
Lennart Poettering5008d582010-09-28 02:34:02 +02003120int main(int argc, char *argv[]) {
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003121 int r, k, r_process = 0;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003122 ItemArray *a;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003123 Iterator iterator;
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003124 _cleanup_strv_free_ char **config_dirs = NULL;
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003125 bool invalid_config = false;
Lennart Poettering5008d582010-09-28 02:34:02 +02003126
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +01003127 r = parse_argv(argc, argv);
3128 if (r <= 0)
Lennart Poettering753615e2014-06-12 23:07:17 +02003129 goto finish;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003130
Lennart Poetteringeb0ca9e2011-02-12 09:31:38 +01003131 log_set_target(LOG_TARGET_AUTO);
Lennart Poettering5008d582010-09-28 02:34:02 +02003132 log_parse_environment();
3133 log_open();
3134
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003135 if (arg_user) {
3136 r = user_config_paths(&config_dirs);
3137 if (r < 0) {
3138 log_error_errno(r, "Failed to initialize configuration directory list: %m");
3139 goto finish;
3140 }
3141 } else {
3142 config_dirs = strv_split_nulstr(CONF_PATHS_NULSTR("tmpfiles.d"));
3143 if (!config_dirs) {
3144 r = log_oom();
3145 goto finish;
3146 }
3147 }
3148
Lennart Poettering79c91ce2018-01-22 15:33:13 +01003149 if (DEBUG_LOGGING) {
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003150 _cleanup_free_ char *t = NULL;
3151
3152 t = strv_join(config_dirs, "\n\t");
3153 if (t)
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003154 log_debug("Looking for configuration files in (higher priority first):\n\t%s", t);
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01003155 }
3156
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003157 if (arg_cat_config) {
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003158 (void) pager_open(arg_no_pager, false);
3159
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02003160 r = cat_config(config_dirs, argv + optind);
3161 goto finish;
3162 }
3163
3164 umask(0022);
3165
3166 mac_selinux_init();
3167
3168 items = ordered_hashmap_new(&string_hash_ops);
3169 globs = ordered_hashmap_new(&string_hash_ops);
3170
3171 if (!items || !globs) {
3172 r = log_oom();
3173 goto finish;
3174 }
3175
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01003176 /* If command line arguments are specified along with --replace, read all
3177 * configuration files and insert the positional arguments at the specified
3178 * place. Otherwise, if command line arguments are specified, execute just
3179 * them, and finally, without --replace= or any positional arguments, just
3180 * read configuration and execute it.
3181 */
3182 if (arg_replace || optind >= argc)
3183 r = read_config_files(config_dirs, argv + optind, &invalid_config);
3184 else
3185 r = parse_arguments(config_dirs, argv + optind, &invalid_config);
3186 if (r < 0)
3187 goto finish;
Lennart Poettering5008d582010-09-28 02:34:02 +02003188
Lennart Poettering17493fa2015-04-10 16:22:22 +02003189 /* The non-globbing ones usually create things, hence we apply
3190 * them first */
Lennart Poetteringef43a392015-04-22 18:18:56 +02003191 ORDERED_HASHMAP_FOREACH(a, items, iterator) {
Lennart Poettering599ebe22018-10-25 23:22:18 +02003192 k = process_item_array(a, arg_operation);
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003193 if (k < 0 && r_process == 0)
3194 r_process = k;
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05003195 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01003196
Lennart Poettering17493fa2015-04-10 16:22:22 +02003197 /* The globbing ones usually alter things, hence we apply them
3198 * second. */
Lennart Poetteringef43a392015-04-22 18:18:56 +02003199 ORDERED_HASHMAP_FOREACH(a, globs, iterator) {
Lennart Poettering599ebe22018-10-25 23:22:18 +02003200 k = process_item_array(a, arg_operation);
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003201 if (k < 0 && r_process == 0)
3202 r_process = k;
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05003203 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003204
Lennart Poettering5008d582010-09-28 02:34:02 +02003205finish:
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003206 pager_close();
3207
Zbigniew Jędrzejewski-Szmek224b0e72017-11-28 12:35:49 +01003208 ordered_hashmap_free_with_destructor(items, item_array_free);
3209 ordered_hashmap_free_with_destructor(globs, item_array_free);
Lennart Poettering5008d582010-09-28 02:34:02 +02003210
Lennart Poettering7bc040f2014-06-11 01:26:28 +02003211 free(arg_include_prefixes);
3212 free(arg_exclude_prefixes);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07003213 free(arg_root);
Dave Reisnera2aced42013-07-24 11:10:05 -04003214
Lennart Poettering17b90522011-02-14 21:55:06 +01003215 set_free_free(unix_sockets);
3216
WaLyong Chocc56faf2014-10-23 17:23:46 +09003217 mac_selinux_finish();
Lennart Poettering29003cf2010-10-19 19:36:45 +02003218
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003219 if (r < 0 || ERRNO_IS_RESOURCE(-r_process))
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003220 return EXIT_FAILURE;
3221 else if (invalid_config)
3222 return EX_DATAERR;
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003223 else if (r_process < 0)
3224 return EX_CANTCREAT;
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003225 else
3226 return EXIT_SUCCESS;
Lennart Poettering5008d582010-09-28 02:34:02 +02003227}