blob: 36784a3ad9b2759e4bcf794ef3d0213a5c0db591 [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
Michal Schmidt66ccd032011-12-15 21:31:14 +010068typedef enum ItemType {
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +010069 /* These ones take file names */
Lennart Poettering3b63d2d2010-10-18 22:38:41 +020070 CREATE_FILE = 'f',
71 TRUNCATE_FILE = 'F',
72 CREATE_DIRECTORY = 'd',
73 TRUNCATE_DIRECTORY = 'D',
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +010074 CREATE_SUBVOLUME = 'v',
Lennart Poettering5fb13eb2015-10-21 19:46:23 +020075 CREATE_SUBVOLUME_INHERIT_QUOTA = 'q',
76 CREATE_SUBVOLUME_NEW_QUOTA = 'Q',
Lennart Poetteringee17ee72011-07-12 03:56:56 +020077 CREATE_FIFO = 'p',
Lennart Poettering468d7262012-01-17 15:04:12 +010078 CREATE_SYMLINK = 'L',
79 CREATE_CHAR_DEVICE = 'c',
80 CREATE_BLOCK_DEVICE = 'b',
Lennart Poettering849958d2014-06-10 23:02:40 +020081 COPY_FILES = 'C',
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +010082
83 /* These ones take globs */
Lennart Poettering17493fa2015-04-10 16:22:22 +020084 WRITE_FILE = 'w',
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -040085 EMPTY_DIRECTORY = 'e',
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -050086 SET_XATTR = 't',
87 RECURSIVE_SET_XATTR = 'T',
88 SET_ACL = 'a',
89 RECURSIVE_SET_ACL = 'A',
Lennart Poettering17493fa2015-04-10 16:22:22 +020090 SET_ATTRIBUTE = 'h',
91 RECURSIVE_SET_ATTRIBUTE = 'H',
Lennart Poettering3b63d2d2010-10-18 22:38:41 +020092 IGNORE_PATH = 'x',
Michal Sekletar78a92a52013-01-18 16:13:08 +010093 IGNORE_DIRECTORY_PATH = 'X',
Lennart Poettering3b63d2d2010-10-18 22:38:41 +020094 REMOVE_PATH = 'r',
Michal Schmidta8d88782011-12-15 23:11:07 +010095 RECURSIVE_REMOVE_PATH = 'R',
Michal Schmidt777b87e2011-12-16 18:27:35 +010096 RELABEL_PATH = 'z',
Lennart Poetteringe73a03e2014-06-10 23:42:16 +020097 RECURSIVE_RELABEL_PATH = 'Z',
Lennart Poettering17493fa2015-04-10 16:22:22 +020098 ADJUST_MODE = 'm', /* legacy, 'z' is identical to this */
Michal Schmidt66ccd032011-12-15 21:31:14 +010099} ItemType;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200100
101typedef struct Item {
Michal Schmidt66ccd032011-12-15 21:31:14 +0100102 ItemType type;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200103
104 char *path;
Lennart Poettering468d7262012-01-17 15:04:12 +0100105 char *argument;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100106 char **xattrs;
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +0200107#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500108 acl_t acl_access;
109 acl_t acl_default;
110#endif
Lennart Poettering5008d582010-09-28 02:34:02 +0200111 uid_t uid;
112 gid_t gid;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200113 mode_t mode;
114 usec_t age;
115
Lennart Poettering468d7262012-01-17 15:04:12 +0100116 dev_t major_minor;
Lennart Poettering88ec4df2015-04-08 22:35:52 +0200117 unsigned attribute_value;
118 unsigned attribute_mask;
Lennart Poettering468d7262012-01-17 15:04:12 +0100119
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200120 bool uid_set:1;
121 bool gid_set:1;
122 bool mode_set:1;
123 bool age_set:1;
Lennart Poetteringabef3f92014-06-11 10:14:07 +0200124 bool mask_perms:1;
Lennart Poettering88ec4df2015-04-08 22:35:52 +0200125 bool attribute_set:1;
Lennart Poettering24f3a372012-06-20 09:05:50 +0200126
127 bool keep_first_level:1;
Lennart Poettering1910cd02014-06-11 01:37:35 +0200128
Lennart Poettering2e78fa72014-06-16 13:21:07 +0200129 bool force:1;
130
Lennart Poettering1910cd02014-06-11 01:37:35 +0200131 bool done:1;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200132} Item;
133
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500134typedef struct ItemArray {
135 Item *items;
136 size_t count;
137 size_t size;
138} ItemArray;
139
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100140typedef enum DirectoryType {
141 DIRECTORY_RUNTIME = 0,
142 DIRECTORY_STATE,
143 DIRECTORY_CACHE,
144 DIRECTORY_LOGS,
145 _DIRECTORY_TYPE_MAX,
146} DirectoryType;
147
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +0200148static bool arg_cat_config = false;
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100149static bool arg_user = false;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200150static bool arg_create = false;
151static bool arg_clean = false;
152static bool arg_remove = false;
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -0500153static bool arg_boot = false;
Lennart Poetteringdcd5c892018-06-12 15:37:53 +0200154static bool arg_no_pager = false;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200155
Lennart Poettering7bc040f2014-06-11 01:26:28 +0200156static char **arg_include_prefixes = NULL;
157static char **arg_exclude_prefixes = NULL;
Michael Marineaucf9a4ab2014-03-13 21:32:13 -0700158static char *arg_root = NULL;
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +0100159static char *arg_replace = NULL;
Lennart Poetteringfba6e682011-02-13 14:00:54 +0100160
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200161#define MAX_DEPTH 256
162
Lennart Poetteringef43a392015-04-22 18:18:56 +0200163static OrderedHashmap *items = NULL, *globs = NULL;
Lennart Poettering7bc040f2014-06-11 01:26:28 +0200164static Set *unix_sockets = NULL;
165
Franck Bui4cef1922017-11-16 11:27:29 +0100166static int specifier_machine_id_safe(char specifier, void *data, void *userdata, char **ret);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100167static int specifier_directory(char specifier, void *data, void *userdata, char **ret);
Franck Bui4cef1922017-11-16 11:27:29 +0100168
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200169static const Specifier specifier_table[] = {
Franck Bui4cef1922017-11-16 11:27:29 +0100170 { 'm', specifier_machine_id_safe, NULL },
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100171 { 'b', specifier_boot_id, NULL },
172 { 'H', specifier_host_name, NULL },
173 { 'v', specifier_kernel_release, NULL },
ayekatca23eeb2017-11-24 12:44:08 +0100174
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100175 { 'U', specifier_user_id, NULL },
176 { 'u', specifier_user_name, NULL },
177 { 'h', specifier_user_home, NULL },
Lennart Poetteringb294e592018-05-29 11:25:26 +0200178
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100179 { 't', specifier_directory, UINT_TO_PTR(DIRECTORY_RUNTIME) },
180 { 'S', specifier_directory, UINT_TO_PTR(DIRECTORY_STATE) },
181 { 'C', specifier_directory, UINT_TO_PTR(DIRECTORY_CACHE) },
182 { 'L', specifier_directory, UINT_TO_PTR(DIRECTORY_LOGS) },
Lennart Poetteringb294e592018-05-29 11:25:26 +0200183 { 'T', specifier_tmp_dir, NULL },
184 { 'V', specifier_var_tmp_dir, NULL },
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200185 {}
186};
187
Franck Bui4cef1922017-11-16 11:27:29 +0100188static int specifier_machine_id_safe(char specifier, void *data, void *userdata, char **ret) {
189 int r;
190
Franck Buid8dab752018-01-10 23:28:44 +0100191 /* If /etc/machine_id is missing or empty (e.g. in a chroot environment)
192 * return a recognizable error so that the caller can skip the rule
Franck Bui4cef1922017-11-16 11:27:29 +0100193 * gracefully. */
194
195 r = specifier_machine_id(specifier, data, userdata, ret);
Franck Buid8dab752018-01-10 23:28:44 +0100196 if (IN_SET(r, -ENOENT, -ENOMEDIUM))
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100197 return -ENXIO;
Franck Bui4cef1922017-11-16 11:27:29 +0100198
199 return r;
200}
201
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100202static int specifier_directory(char specifier, void *data, void *userdata, char **ret) {
203 struct table_entry {
204 uint64_t type;
205 const char *suffix;
206 };
207
208 static const struct table_entry paths_system[] = {
209 [DIRECTORY_RUNTIME] = { SD_PATH_SYSTEM_RUNTIME },
210 [DIRECTORY_STATE] = { SD_PATH_SYSTEM_STATE_PRIVATE },
211 [DIRECTORY_CACHE] = { SD_PATH_SYSTEM_STATE_CACHE },
212 [DIRECTORY_LOGS] = { SD_PATH_SYSTEM_STATE_LOGS },
213 };
214
215 static const struct table_entry paths_user[] = {
216 [DIRECTORY_RUNTIME] = { SD_PATH_USER_RUNTIME },
217 [DIRECTORY_STATE] = { SD_PATH_USER_CONFIGURATION },
218 [DIRECTORY_CACHE] = { SD_PATH_USER_STATE_CACHE },
219 [DIRECTORY_LOGS] = { SD_PATH_USER_CONFIGURATION, "log" },
220 };
221
222 unsigned i;
223 const struct table_entry *paths;
224
225 assert_cc(ELEMENTSOF(paths_system) == ELEMENTSOF(paths_user));
226 paths = arg_user ? paths_user : paths_system;
227
228 i = PTR_TO_UINT(data);
229 assert(i < ELEMENTSOF(paths_system));
230
231 return sd_path_home(paths[i].type, paths[i].suffix, ret);
232}
233
Franck Bui4cef1922017-11-16 11:27:29 +0100234static int log_unresolvable_specifier(const char *filename, unsigned line) {
235 static bool notified = false;
236
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100237 /* In system mode, this is called when /etc is not fully initialized (e.g.
238 * in a chroot environment) where some specifiers are unresolvable. In user
239 * mode, this is called when some variables are not defined. These cases are
240 * not considered as an error so log at LOG_NOTICE only for the first time
241 * and then downgrade this to LOG_DEBUG for the rest. */
Franck Bui4cef1922017-11-16 11:27:29 +0100242
243 log_full(notified ? LOG_DEBUG : LOG_NOTICE,
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +0100244 "[%s:%u] Failed to resolve specifier: %s, skipping",
245 filename, line,
246 arg_user ? "Required $XDG_... variable not defined" : "uninitialized /etc detected");
Franck Bui4cef1922017-11-16 11:27:29 +0100247
248 if (!notified)
249 log_notice("All rules containing unresolvable specifiers will be skipped.");
250
251 notified = true;
252 return 0;
253}
254
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100255static int user_config_paths(char*** ret) {
256 _cleanup_strv_free_ char **config_dirs = NULL, **data_dirs = NULL;
257 _cleanup_free_ char *persistent_config = NULL, *runtime_config = NULL, *data_home = NULL;
258 _cleanup_strv_free_ char **res = NULL;
259 int r;
260
261 r = xdg_user_dirs(&config_dirs, &data_dirs);
262 if (r < 0)
263 return r;
264
265 r = xdg_user_config_dir(&persistent_config, "/user-tmpfiles.d");
266 if (r < 0 && r != -ENXIO)
267 return r;
268
269 r = xdg_user_runtime_dir(&runtime_config, "/user-tmpfiles.d");
270 if (r < 0 && r != -ENXIO)
271 return r;
272
273 r = xdg_user_data_dir(&data_home, "/user-tmpfiles.d");
274 if (r < 0 && r != -ENXIO)
275 return r;
276
277 r = strv_extend_strv_concat(&res, config_dirs, "/user-tmpfiles.d");
278 if (r < 0)
279 return r;
280
281 r = strv_extend(&res, persistent_config);
282 if (r < 0)
283 return r;
284
285 r = strv_extend(&res, runtime_config);
286 if (r < 0)
287 return r;
288
289 r = strv_extend(&res, data_home);
290 if (r < 0)
291 return r;
292
293 r = strv_extend_strv_concat(&res, data_dirs, "/user-tmpfiles.d");
294 if (r < 0)
295 return r;
296
297 r = path_strv_make_absolute_cwd(res);
298 if (r < 0)
299 return r;
300
Lennart Poetteringae2a15b2018-03-22 16:53:26 +0100301 *ret = TAKE_PTR(res);
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +0100302 return 0;
303}
304
Michal Schmidt66ccd032011-12-15 21:31:14 +0100305static bool needs_glob(ItemType t) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200306 return IN_SET(t,
307 WRITE_FILE,
308 IGNORE_PATH,
309 IGNORE_DIRECTORY_PATH,
310 REMOVE_PATH,
311 RECURSIVE_REMOVE_PATH,
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -0400312 EMPTY_DIRECTORY,
Lennart Poetteringe73a03e2014-06-10 23:42:16 +0200313 ADJUST_MODE,
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200314 RELABEL_PATH,
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -0500315 RECURSIVE_RELABEL_PATH,
316 SET_XATTR,
317 RECURSIVE_SET_XATTR,
318 SET_ACL,
Lennart Poettering34f64532015-04-09 13:12:06 +0200319 RECURSIVE_SET_ACL,
320 SET_ATTRIBUTE,
321 RECURSIVE_SET_ATTRIBUTE);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100322}
323
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500324static bool takes_ownership(ItemType t) {
325 return IN_SET(t,
326 CREATE_FILE,
327 TRUNCATE_FILE,
328 CREATE_DIRECTORY,
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -0400329 EMPTY_DIRECTORY,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500330 TRUNCATE_DIRECTORY,
331 CREATE_SUBVOLUME,
Lennart Poettering5fb13eb2015-10-21 19:46:23 +0200332 CREATE_SUBVOLUME_INHERIT_QUOTA,
333 CREATE_SUBVOLUME_NEW_QUOTA,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500334 CREATE_FIFO,
335 CREATE_SYMLINK,
336 CREATE_CHAR_DEVICE,
337 CREATE_BLOCK_DEVICE,
338 COPY_FILES,
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500339 WRITE_FILE,
340 IGNORE_PATH,
341 IGNORE_DIRECTORY_PATH,
342 REMOVE_PATH,
343 RECURSIVE_REMOVE_PATH);
344}
345
Lennart Poetteringef43a392015-04-22 18:18:56 +0200346static struct Item* find_glob(OrderedHashmap *h, const char *match) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500347 ItemArray *j;
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100348 Iterator i;
349
Lennart Poetteringef43a392015-04-22 18:18:56 +0200350 ORDERED_HASHMAP_FOREACH(j, h, i) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -0500351 unsigned n;
352
353 for (n = 0; n < j->count; n++) {
354 Item *item = j->items + n;
355
356 if (fnmatch(item->path, match, FNM_PATHNAME|FNM_PERIOD) == 0)
357 return item;
358 }
359 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100360
361 return NULL;
362}
363
Lennart Poettering17b90522011-02-14 21:55:06 +0100364static void load_unix_sockets(void) {
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200365 _cleanup_fclose_ FILE *f = NULL;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100366 int r;
Lennart Poettering17b90522011-02-14 21:55:06 +0100367
368 if (unix_sockets)
369 return;
370
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100371 /* 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 +0100372
Lennart Poettering548f6932018-02-08 18:58:35 +0100373 unix_sockets = set_new(&path_hash_ops);
374 if (!unix_sockets) {
375 log_oom();
Lennart Poettering17b90522011-02-14 21:55:06 +0100376 return;
Lennart Poettering548f6932018-02-08 18:58:35 +0100377 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100378
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100379 f = fopen("/proc/net/unix", "re");
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100380 if (!f) {
381 log_full_errno(errno == ENOENT ? LOG_DEBUG : LOG_WARNING, errno,
382 "Failed to open /proc/net/unix, ignoring: %m");
383 goto fail;
384 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100385
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100386 /* Skip header */
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100387 r = read_line(f, LONG_LINE_MAX, NULL);
388 if (r < 0) {
389 log_warning_errno(r, "Failed to skip /proc/net/unix header line: %m");
Lennart Poettering17b90522011-02-14 21:55:06 +0100390 goto fail;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100391 }
392 if (r == 0) {
393 log_warning("Premature end of file reading /proc/net/unix.");
394 goto fail;
395 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100396
397 for (;;) {
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100398 _cleanup_free_ char *line = NULL;
Lennart Poettering17b90522011-02-14 21:55:06 +0100399 char *p, *s;
Lennart Poettering17b90522011-02-14 21:55:06 +0100400
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100401 r = read_line(f, LONG_LINE_MAX, &line);
402 if (r < 0) {
403 log_warning_errno(r, "Failed to read /proc/net/unix line, ignoring: %m");
404 goto fail;
405 }
406 if (r == 0) /* EOF */
Lennart Poettering17b90522011-02-14 21:55:06 +0100407 break;
408
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100409 p = strchr(line, ':');
410 if (!p)
Lennart Poettering17b90522011-02-14 21:55:06 +0100411 continue;
412
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100413 if (strlen(p) < 37)
414 continue;
415
416 p += 37;
Lennart Poettering17b90522011-02-14 21:55:06 +0100417 p += strspn(p, WHITESPACE);
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100418 p += strcspn(p, WHITESPACE); /* skip one more word */
Lennart Poettering17b90522011-02-14 21:55:06 +0100419 p += strspn(p, WHITESPACE);
420
421 if (*p != '/')
422 continue;
423
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +0100424 s = strdup(p);
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100425 if (!s) {
426 log_oom();
Lennart Poettering17b90522011-02-14 21:55:06 +0100427 goto fail;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100428 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100429
Yu Watanabe858d36c2018-05-31 23:39:31 +0900430 path_simplify(s, false);
Lennart Poettering4ff21d82011-02-17 13:13:34 +0100431
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100432 r = set_consume(unix_sockets, s);
433 if (r < 0 && r != -EEXIST) {
434 log_warning_errno(r, "Failed to add AF_UNIX socket to set, ignoring: %m");
Zbigniew Jędrzejewski-Szmekef422022013-04-22 23:12:15 -0400435 goto fail;
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100436 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100437 }
438
439 return;
440
441fail:
Lennart Poetteringf1ff7342018-01-10 17:28:03 +0100442 unix_sockets = set_free_free(unix_sockets);
Lennart Poettering17b90522011-02-14 21:55:06 +0100443}
444
445static bool unix_socket_alive(const char *fn) {
446 assert(fn);
447
448 load_unix_sockets();
449
450 if (unix_sockets)
451 return !!set_get(unix_sockets, (char*) fn);
452
453 /* We don't know, so assume yes */
454 return true;
455}
456
Kay Sievers99d680a2013-03-13 13:12:36 +0100457static int dir_is_mount_point(DIR *d, const char *subdir) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200458
Kay Sievers99d680a2013-03-13 13:12:36 +0100459 int mount_id_parent, mount_id;
460 int r_p, r;
461
Lennart Poetteringcbfb8672017-11-20 15:29:53 +0100462 r_p = name_to_handle_at_loop(dirfd(d), ".", NULL, &mount_id_parent, 0);
Kay Sievers99d680a2013-03-13 13:12:36 +0100463 if (r_p < 0)
464 r_p = -errno;
465
Lennart Poetteringcbfb8672017-11-20 15:29:53 +0100466 r = name_to_handle_at_loop(dirfd(d), subdir, NULL, &mount_id, 0);
Kay Sievers99d680a2013-03-13 13:12:36 +0100467 if (r < 0)
468 r = -errno;
469
470 /* got no handle; make no assumptions, return error */
471 if (r_p < 0 && r < 0)
472 return r_p;
473
474 /* got both handles; if they differ, it is a mount point */
475 if (r_p >= 0 && r >= 0)
476 return mount_id_parent != mount_id;
477
478 /* got only one handle; assume different mount points if one
479 * of both queries was not supported by the filesystem */
Yu Watanabe4c701092017-10-04 23:01:32 +0900480 if (IN_SET(r_p, -ENOSYS, -EOPNOTSUPP) || IN_SET(r, -ENOSYS, -EOPNOTSUPP))
Kay Sievers99d680a2013-03-13 13:12:36 +0100481 return true;
482
483 /* return error */
484 if (r_p < 0)
485 return r_p;
486 return r;
487}
488
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500489static DIR* xopendirat_nomod(int dirfd, const char *path) {
490 DIR *dir;
491
492 dir = xopendirat(dirfd, path, O_NOFOLLOW|O_NOATIME);
Lennart Poettering15322272015-03-23 18:54:31 +0700493 if (dir)
494 return dir;
495
496 log_debug_errno(errno, "Cannot open %sdirectory \"%s\": %m", dirfd == AT_FDCWD ? "" : "sub", path);
497 if (errno != EPERM)
498 return NULL;
499
500 dir = xopendirat(dirfd, path, O_NOFOLLOW);
501 if (!dir)
502 log_debug_errno(errno, "Cannot open %sdirectory \"%s\": %m", dirfd == AT_FDCWD ? "" : "sub", path);
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500503
504 return dir;
505}
506
507static DIR* opendir_nomod(const char *path) {
508 return xopendirat_nomod(AT_FDCWD, path);
509}
510
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200511static int dir_cleanup(
Michal Sekletar78a92a52013-01-18 16:13:08 +0100512 Item *i,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200513 const char *p,
514 DIR *d,
515 const struct stat *ds,
516 usec_t cutoff,
517 dev_t rootdev,
518 bool mountpoint,
Lennart Poettering24f3a372012-06-20 09:05:50 +0200519 int maxdepth,
Lennart Poettering265ffa12013-09-17 16:33:30 -0500520 bool keep_this_level) {
521
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200522 struct dirent *dent;
523 struct timespec times[2];
524 bool deleted = false;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200525 int r = 0;
526
Reverend Homer8fb3f002016-12-09 12:04:30 +0300527 FOREACH_DIRENT_ALL(dent, d, break) {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200528 struct stat s;
529 usec_t age;
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200530 _cleanup_free_ char *sub_path = NULL;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200531
Lennart Poettering49bfc872017-02-02 00:06:18 +0100532 if (dot_or_dot_dot(dent->d_name))
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200533 continue;
534
535 if (fstatat(dirfd(d), dent->d_name, &s, AT_SYMLINK_NOFOLLOW) < 0) {
Kay Sieversca2f4172013-10-17 03:20:46 +0200536 if (errno == ENOENT)
537 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200538
Kay Sieversca2f4172013-10-17 03:20:46 +0200539 /* FUSE, NFS mounts, SELinux might return EACCES */
Lennart Poetteringecc17092018-01-22 15:29:30 +0100540 r = log_full_errno(errno == EACCES ? LOG_DEBUG : LOG_ERR, errno,
541 "stat(%s/%s) failed: %m", p, dent->d_name);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200542 continue;
543 }
544
545 /* Stay on the same filesystem */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500546 if (s.st_dev != rootdev) {
547 log_debug("Ignoring \"%s/%s\": different filesystem.", p, dent->d_name);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200548 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500549 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200550
Kay Sievers99d680a2013-03-13 13:12:36 +0100551 /* Try to detect bind mounts of the same filesystem instance; they
552 * do not differ in device major/minors. This type of query is not
553 * supported on all kernels or filesystem types though. */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500554 if (S_ISDIR(s.st_mode) && dir_is_mount_point(d, dent->d_name) > 0) {
555 log_debug("Ignoring \"%s/%s\": different mount of the same filesystem.",
556 p, dent->d_name);
Kay Sievers99d680a2013-03-13 13:12:36 +0100557 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500558 }
Kay Sievers99d680a2013-03-13 13:12:36 +0100559
Zbigniew Jędrzejewski-Szmek605405c2016-10-23 11:43:27 -0400560 sub_path = strjoin(p, "/", dent->d_name);
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200561 if (!sub_path) {
Shawn Landden0d0f0c52012-07-25 14:55:59 -0700562 r = log_oom();
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200563 goto finish;
564 }
565
566 /* Is there an item configured for this path? */
Lennart Poetteringef43a392015-04-22 18:18:56 +0200567 if (ordered_hashmap_get(items, sub_path)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500568 log_debug("Ignoring \"%s\": a separate entry exists.", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200569 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500570 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200571
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500572 if (find_glob(globs, sub_path)) {
573 log_debug("Ignoring \"%s\": a separate glob exists.", sub_path);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100574 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500575 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +0100576
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200577 if (S_ISDIR(s.st_mode)) {
578
579 if (mountpoint &&
580 streq(dent->d_name, "lost+found") &&
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500581 s.st_uid == 0) {
582 log_debug("Ignoring \"%s\".", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200583 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500584 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200585
586 if (maxdepth <= 0)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500587 log_warning("Reached max depth on \"%s\".", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200588 else {
Harald Hoyer7fd1b192013-04-18 09:11:22 +0200589 _cleanup_closedir_ DIR *sub_dir;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200590 int q;
591
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -0500592 sub_dir = xopendirat_nomod(dirfd(d), dent->d_name);
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200593 if (!sub_dir) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500594 if (errno != ENOENT)
595 r = log_error_errno(errno, "opendir(%s) failed: %m", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200596
597 continue;
598 }
599
Michal Sekletar78a92a52013-01-18 16:13:08 +0100600 q = dir_cleanup(i, sub_path, sub_dir, &s, cutoff, rootdev, false, maxdepth-1, false);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200601 if (q < 0)
602 r = q;
603 }
604
Lennart Poettering24f3a372012-06-20 09:05:50 +0200605 /* Note: if you are wondering why we don't
606 * support the sticky bit for excluding
607 * directories from cleaning like we do it for
608 * other file system objects: well, the sticky
609 * bit already has a meaning for directories,
610 * so we don't want to overload that. */
611
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500612 if (keep_this_level) {
613 log_debug("Keeping \"%s\".", sub_path);
Lennart Poettering24f3a372012-06-20 09:05:50 +0200614 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500615 }
Lennart Poettering24f3a372012-06-20 09:05:50 +0200616
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200617 /* Ignore ctime, we change it when deleting */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500618 age = timespec_load(&s.st_mtim);
619 if (age >= cutoff) {
620 char a[FORMAT_TIMESTAMP_MAX];
621 /* Follows spelling in stat(1). */
622 log_debug("Directory \"%s\": modify time %s is too new.",
623 sub_path,
624 format_timestamp_us(a, sizeof(a), age));
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200625 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500626 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200627
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500628 age = timespec_load(&s.st_atim);
629 if (age >= cutoff) {
630 char a[FORMAT_TIMESTAMP_MAX];
631 log_debug("Directory \"%s\": access time %s is too new.",
632 sub_path,
633 format_timestamp_us(a, sizeof(a), age));
634 continue;
635 }
636
Zbigniew Jędrzejewski-Szmek61253222015-01-31 01:03:09 -0500637 log_debug("Removing directory \"%s\".", sub_path);
638 if (unlinkat(dirfd(d), dent->d_name, AT_REMOVEDIR) < 0)
Lennart Poettering920ce822018-01-22 15:31:01 +0100639 if (!IN_SET(errno, ENOENT, ENOTEMPTY))
640 r = log_error_errno(errno, "rmdir(%s): %m", sub_path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200641
642 } else {
Lennart Poettering9c737362010-11-14 20:12:51 +0100643 /* Skip files for which the sticky bit is
644 * set. These are semantics we define, and are
645 * unknown elsewhere. See XDG_RUNTIME_DIR
646 * specification for details. */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500647 if (s.st_mode & S_ISVTX) {
648 log_debug("Skipping \"%s\": sticky bit set.", sub_path);
Lennart Poettering9c737362010-11-14 20:12:51 +0100649 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200650 }
651
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500652 if (mountpoint && S_ISREG(s.st_mode))
Zbigniew Jędrzejewski-Szmek1542c012015-06-13 13:14:37 -0400653 if (s.st_uid == 0 && STR_IN_SET(dent->d_name,
654 ".journal",
655 "aquota.user",
656 "aquota.group")) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500657 log_debug("Skipping \"%s\".", sub_path);
658 continue;
659 }
660
Lennart Poettering17b90522011-02-14 21:55:06 +0100661 /* Ignore sockets that are listed in /proc/net/unix */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500662 if (S_ISSOCK(s.st_mode) && unix_socket_alive(sub_path)) {
663 log_debug("Skipping \"%s\": live socket.", sub_path);
Lennart Poettering17b90522011-02-14 21:55:06 +0100664 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500665 }
Lennart Poettering17b90522011-02-14 21:55:06 +0100666
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100667 /* Ignore device nodes */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500668 if (S_ISCHR(s.st_mode) || S_ISBLK(s.st_mode)) {
669 log_debug("Skipping \"%s\": a device.", sub_path);
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100670 continue;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500671 }
Lennart Poettering78ab08e2011-02-19 14:20:16 +0100672
Lennart Poettering24f3a372012-06-20 09:05:50 +0200673 /* Keep files on this level around if this is
674 * requested */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500675 if (keep_this_level) {
676 log_debug("Keeping \"%s\".", sub_path);
Lennart Poettering24f3a372012-06-20 09:05:50 +0200677 continue;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200678 }
679
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500680 age = timespec_load(&s.st_mtim);
681 if (age >= cutoff) {
682 char a[FORMAT_TIMESTAMP_MAX];
683 /* Follows spelling in stat(1). */
684 log_debug("File \"%s\": modify time %s is too new.",
685 sub_path,
686 format_timestamp_us(a, sizeof(a), age));
687 continue;
688 }
689
690 age = timespec_load(&s.st_atim);
691 if (age >= cutoff) {
692 char a[FORMAT_TIMESTAMP_MAX];
693 log_debug("File \"%s\": access time %s is too new.",
694 sub_path,
695 format_timestamp_us(a, sizeof(a), age));
696 continue;
697 }
698
699 age = timespec_load(&s.st_ctim);
700 if (age >= cutoff) {
701 char a[FORMAT_TIMESTAMP_MAX];
702 log_debug("File \"%s\": change time %s is too new.",
703 sub_path,
704 format_timestamp_us(a, sizeof(a), age));
705 continue;
706 }
707
708 log_debug("unlink \"%s\"", sub_path);
709
710 if (unlinkat(dirfd(d), dent->d_name, 0) < 0)
711 if (errno != ENOENT)
712 r = log_error_errno(errno, "unlink(%s): %m", sub_path);
713
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200714 deleted = true;
715 }
716 }
717
718finish:
719 if (deleted) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500720 usec_t age1, age2;
721 char a[FORMAT_TIMESTAMP_MAX], b[FORMAT_TIMESTAMP_MAX];
722
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200723 /* Restore original directory timestamps */
724 times[0] = ds->st_atim;
725 times[1] = ds->st_mtim;
726
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -0500727 age1 = timespec_load(&ds->st_atim);
728 age2 = timespec_load(&ds->st_mtim);
729 log_debug("Restoring access and modification time on \"%s\": %s, %s",
730 p,
731 format_timestamp_us(a, sizeof(a), age1),
732 format_timestamp_us(b, sizeof(b), age2));
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200733 if (futimens(dirfd(d), times) < 0)
Michal Schmidt56f64d92014-11-28 19:29:59 +0100734 log_error_errno(errno, "utimensat(%s): %m", p);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200735 }
736
Lennart Poettering3b63d2d2010-10-18 22:38:41 +0200737 return r;
738}
739
Lennart Poettering5579f852018-01-23 14:03:34 +0100740static bool dangerous_hardlinks(void) {
741 _cleanup_free_ char *value = NULL;
742 static int cached = -1;
743 int r;
744
745 /* Check whether the fs.protected_hardlinks sysctl is on. If we can't determine it we assume its off, as that's
746 * what the upstream default is. */
747
748 if (cached >= 0)
749 return cached;
750
751 r = read_one_line_file("/proc/sys/fs/protected_hardlinks", &value);
752 if (r < 0) {
753 log_debug_errno(r, "Failed to read fs.protected_hardlinks sysctl: %m");
754 return true;
755 }
756
757 r = parse_boolean(value);
758 if (r < 0) {
759 log_debug_errno(r, "Failed to parse fs.protected_hardlinks sysctl: %m");
760 return true;
761 }
762
763 cached = r == 0;
764 return cached;
765}
766
Franck Bui774f79b2018-03-02 16:13:07 +0100767static bool hardlink_vulnerable(const struct stat *st) {
Lennart Poettering5579f852018-01-23 14:03:34 +0100768 assert(st);
769
770 return !S_ISDIR(st->st_mode) && st->st_nlink > 1 && dangerous_hardlinks();
771}
772
Franck Bui936f6bd2018-03-02 17:19:32 +0100773static int fd_set_perms(Item *i, int fd, const struct stat *st) {
774 _cleanup_free_ char *path = NULL;
Franck Buib206ac82018-04-13 11:39:39 +0200775 struct stat stbuf;
Franck Bui936f6bd2018-03-02 17:19:32 +0100776 int r;
777
778 assert(i);
779 assert(fd);
780
781 r = fd_get_path(fd, &path);
782 if (r < 0)
783 return r;
784
785 if (!i->mode_set && !i->uid_set && !i->gid_set)
786 goto shortcut;
787
Franck Buib206ac82018-04-13 11:39:39 +0200788 if (!st) {
789 if (fstat(fd, &stbuf) < 0)
790 return log_error_errno(errno, "fstat(%s) failed: %m", path);
791 st = &stbuf;
792 }
793
Franck Bui936f6bd2018-03-02 17:19:32 +0100794 if (hardlink_vulnerable(st)) {
795 log_error("Refusing to set permissions on hardlinked file %s while the fs.protected_hardlinks sysctl is turned off.", path);
796 return -EPERM;
797 }
798
799 if (i->mode_set) {
800 if (S_ISLNK(st->st_mode))
801 log_debug("Skipping mode fix for symlink %s.", path);
802 else {
803 mode_t m = i->mode;
804
805 if (i->mask_perms) {
806 if (!(st->st_mode & 0111))
807 m &= ~0111;
808 if (!(st->st_mode & 0222))
809 m &= ~0222;
810 if (!(st->st_mode & 0444))
811 m &= ~0444;
812 if (!S_ISDIR(st->st_mode))
813 m &= ~07000; /* remove sticky/sgid/suid bit, unless directory */
814 }
815
816 if (m == (st->st_mode & 07777))
817 log_debug("\"%s\" has correct mode %o already.", path, st->st_mode);
818 else {
Franck Bui936f6bd2018-03-02 17:19:32 +0100819 log_debug("Changing \"%s\" to mode %o.", path, m);
Franck Bui4dfaa522018-04-11 16:58:49 +0200820 if (fchmod_opath(fd, m) < 0)
821 return log_error_errno(errno, "fchmod() of %s failed: %m", path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100822 }
823 }
824 }
825
826 if ((i->uid_set && i->uid != st->st_uid) ||
827 (i->gid_set && i->gid != st->st_gid)) {
828 log_debug("Changing \"%s\" to owner "UID_FMT":"GID_FMT,
829 path,
830 i->uid_set ? i->uid : UID_INVALID,
831 i->gid_set ? i->gid : GID_INVALID);
832
833 if (fchownat(fd,
834 "",
835 i->uid_set ? i->uid : UID_INVALID,
836 i->gid_set ? i->gid : GID_INVALID,
837 AT_EMPTY_PATH) < 0)
838 return log_error_errno(errno, "fchownat() of %s failed: %m", path);
839 }
840
841shortcut:
Lennart Poettering08c84982018-03-27 07:38:26 +0200842 return label_fix(path, 0);
Franck Bui936f6bd2018-03-02 17:19:32 +0100843}
844
Franck Bui5ec9d062018-04-13 17:31:22 +0200845static int path_open_parent_safe(const char *path) {
846 _cleanup_free_ char *dn = NULL;
847 int fd;
848
849 if (path_equal(path, "/") || !path_is_normalized(path)) {
850 log_error("Failed to open parent of '%s': invalid path.", path);
851 return -EINVAL;
852 }
853
854 dn = dirname_malloc(path);
855 if (!dn)
856 return log_oom();
857
858 fd = chase_symlinks(dn, NULL, CHASE_OPEN|CHASE_SAFE, NULL);
859 if (fd == -EPERM)
860 return log_error_errno(fd, "Unsafe symlinks encountered in %s, refusing.", path);
861 if (fd < 0)
862 return log_error_errno(fd, "Failed to validate path %s: %m", path);
863
864 return fd;
865}
866
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -0500867static int path_set_perms(Item *i, const char *path) {
Lennart Poettering48b8aaa2015-04-13 15:16:54 +0200868 _cleanup_close_ int fd = -1;
Franck Buib206ac82018-04-13 11:39:39 +0200869 struct stat stbuf, *st = NULL;
Michael Olbrich1924a972014-08-17 09:45:00 +0200870
Lennart Poetteringcde684a2014-06-10 22:50:46 +0200871 assert(i);
872 assert(path);
873
Alexander Kuleshovc4b69152016-03-02 00:25:09 +0600874 fd = open(path, O_NOFOLLOW|O_CLOEXEC|O_PATH);
Michal Sekletar780e2ee2017-08-31 12:45:25 +0200875 if (fd < 0) {
876 int level = LOG_ERR, r = -errno;
877
878 /* Option "e" operates only on existing objects. Do not
879 * print errors about non-existent files or directories */
880 if (i->type == EMPTY_DIRECTORY && errno == ENOENT) {
881 level = LOG_DEBUG;
882 r = 0;
883 }
884
885 log_full_errno(level, errno, "Adjusting owner and mode for %s failed: %m", path);
Michal Sekletar780e2ee2017-08-31 12:45:25 +0200886 return r;
887 }
Lennart Poetteringabef3f92014-06-11 10:14:07 +0200888
Franck Buib206ac82018-04-13 11:39:39 +0200889 if (i->type == EMPTY_DIRECTORY) {
890 /* FIXME: introduce fd_is_dir() helper ? */
891 if (fstat(fd, &stbuf) < 0)
892 return log_error_errno(errno, "Failed to fstat() file %s: %m", path);
Lennart Poettering48b8aaa2015-04-13 15:16:54 +0200893
Franck Buib206ac82018-04-13 11:39:39 +0200894 if (!S_ISDIR(stbuf.st_mode)) {
895 log_error("'%s' already exists and is not a directory. ", path);
896 return -EEXIST;
897 }
Franck Buid460ba12018-04-24 12:23:29 +0200898
Franck Buib206ac82018-04-13 11:39:39 +0200899 st = &stbuf;
900 }
901
902 return fd_set_perms(i, fd, st);
Michal Schmidt062e01b2011-12-16 18:00:11 +0100903}
904
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200905static int parse_xattrs_from_arg(Item *i) {
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100906 const char *p;
907 int r;
908
909 assert(i);
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500910 assert(i->argument);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100911
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100912 p = i->argument;
913
Lennart Poettering4034a062015-03-23 18:55:36 +0700914 for (;;) {
Franck Bui4cef1922017-11-16 11:27:29 +0100915 _cleanup_free_ char *name = NULL, *value = NULL, *xattr = NULL;
Lennart Poettering4034a062015-03-23 18:55:36 +0700916
Richard Maw12ba2c42015-06-23 16:26:49 +0000917 r = extract_first_word(&p, &xattr, NULL, EXTRACT_QUOTES|EXTRACT_CUNESCAPE);
Lennart Poettering4034a062015-03-23 18:55:36 +0700918 if (r < 0)
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200919 log_warning_errno(r, "Failed to parse extended attribute '%s', ignoring: %m", p);
Lennart Poettering4034a062015-03-23 18:55:36 +0700920 if (r <= 0)
921 break;
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500922
Franck Bui4cef1922017-11-16 11:27:29 +0100923 r = split_pair(xattr, "=", &name, &value);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100924 if (r < 0) {
Lennart Poettering4034a062015-03-23 18:55:36 +0700925 log_warning_errno(r, "Failed to parse extended attribute, ignoring: %s", xattr);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100926 continue;
927 }
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500928
Lennart Poettering4034a062015-03-23 18:55:36 +0700929 if (isempty(name) || isempty(value)) {
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200930 log_warning("Malformed extended attribute found, ignoring: %s", xattr);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100931 continue;
932 }
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500933
Lennart Poettering4034a062015-03-23 18:55:36 +0700934 if (strv_push_pair(&i->xattrs, name, value) < 0)
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100935 return log_oom();
Zbigniew Jędrzejewski-Szmek505ef0e2015-01-09 01:10:02 -0500936
Lennart Poettering4034a062015-03-23 18:55:36 +0700937 name = value = NULL;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100938 }
939
Lennart Poettering4034a062015-03-23 18:55:36 +0700940 return 0;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100941}
942
Franck Bui936f6bd2018-03-02 17:19:32 +0100943static int fd_set_xattrs(Item *i, int fd, const struct stat *st) {
Lennart Poettering34d26772018-03-23 15:41:33 +0100944 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Franck Bui936f6bd2018-03-02 17:19:32 +0100945 _cleanup_free_ char *path = NULL;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100946 char **name, **value;
Franck Bui936f6bd2018-03-02 17:19:32 +0100947 int r;
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100948
949 assert(i);
Franck Bui936f6bd2018-03-02 17:19:32 +0100950 assert(fd);
951
952 r = fd_get_path(fd, &path);
953 if (r < 0)
954 return r;
955
956 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100957
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100958 STRV_FOREACH_PAIR(name, value, i->xattrs) {
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200959 log_debug("Setting extended attribute '%s=%s' on %s.", *name, *value, path);
Franck Bui936f6bd2018-03-02 17:19:32 +0100960 if (setxattr(procfs_path, *name, *value, strlen(*value), 0) < 0)
Zbigniew Jędrzejewski-Szmek25f027c2017-05-13 11:26:55 -0400961 return log_error_errno(errno, "Setting extended attribute %s=%s on %s failed: %m",
962 *name, *value, path);
Maciej Wereskiebf4e802014-12-04 10:32:10 +0100963 }
964 return 0;
965}
966
Franck Bui936f6bd2018-03-02 17:19:32 +0100967static int path_set_xattrs(Item *i, const char *path) {
968 _cleanup_close_ int fd = -1;
969
970 assert(i);
971 assert(path);
972
973 fd = open(path, O_CLOEXEC|O_NOFOLLOW|O_PATH);
974 if (fd < 0)
975 return log_error_errno(errno, "Cannot open '%s': %m", path);
976
977 return fd_set_xattrs(i, fd, NULL);
978}
979
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200980static int parse_acls_from_arg(Item *item) {
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +0200981#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500982 int r;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500983
984 assert(item);
985
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -0500986 /* If force (= modify) is set, we will not modify the acl
987 * afterwards, so the mask can be added now if necessary. */
Lennart Poetteringbd550f72015-04-10 16:03:24 +0200988
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -0500989 r = parse_acl(item->argument, &item->acl_access, &item->acl_default, !item->force);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500990 if (r < 0)
Lennart Poettering4034a062015-03-23 18:55:36 +0700991 log_warning_errno(r, "Failed to parse ACL \"%s\": %m. Ignoring", item->argument);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -0500992#else
993 log_warning_errno(ENOSYS, "ACLs are not supported. Ignoring");
994#endif
995
996 return 0;
997}
998
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +0200999#if HAVE_ACL
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001000static int path_set_acl(const char *path, const char *pretty, acl_type_t type, acl_t acl, bool modify) {
1001 _cleanup_(acl_free_charpp) char *t = NULL;
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001002 _cleanup_(acl_freep) acl_t dup = NULL;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001003 int r;
1004
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001005 /* Returns 0 for success, positive error if already warned,
1006 * negative error otherwise. */
1007
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001008 if (modify) {
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001009 r = acls_for_file(path, type, acl, &dup);
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001010 if (r < 0)
1011 return r;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001012
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001013 r = calc_acl_mask_if_needed(&dup);
1014 if (r < 0)
1015 return r;
1016 } else {
1017 dup = acl_dup(acl);
1018 if (!dup)
1019 return -errno;
1020
1021 /* the mask was already added earlier if needed */
1022 }
1023
1024 r = add_base_acls_if_needed(&dup, path);
1025 if (r < 0)
1026 return r;
1027
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001028 t = acl_to_any_text(dup, NULL, ',', TEXT_ABBREVIATE);
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001029 log_debug("Setting %s ACL %s on %s.",
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001030 type == ACL_TYPE_ACCESS ? "access" : "default",
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001031 strna(t), pretty);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001032
Zbigniew Jędrzejewski-Szmekdd4105b2015-01-18 18:22:27 -05001033 r = acl_set_file(path, type, dup);
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001034 if (r < 0)
Lennart Poettering3ea40b72015-04-10 14:44:52 +02001035 /* Return positive to indicate we already warned */
1036 return -log_error_errno(errno,
1037 "Setting %s ACL \"%s\" on %s failed: %m",
1038 type == ACL_TYPE_ACCESS ? "access" : "default",
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001039 strna(t), pretty);
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001040
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001041 return 0;
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001042}
Zbigniew Jędrzejewski-Szmek35888b62015-02-02 20:28:39 -05001043#endif
Zbigniew Jędrzejewski-Szmek50d9e462015-01-18 05:02:47 -05001044
Franck Bui936f6bd2018-03-02 17:19:32 +01001045static int fd_set_acls(Item *item, int fd, const struct stat *st) {
Hans-Peter Deifeld873e872015-03-03 00:35:08 +01001046 int r = 0;
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02001047#if HAVE_ACL
Lennart Poettering34d26772018-03-23 15:41:33 +01001048 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Franck Bui936f6bd2018-03-02 17:19:32 +01001049 _cleanup_free_ char *path = NULL;
Franck Buib206ac82018-04-13 11:39:39 +02001050 struct stat stbuf;
Franck Bui936f6bd2018-03-02 17:19:32 +01001051
1052 assert(item);
1053 assert(fd);
Franck Bui936f6bd2018-03-02 17:19:32 +01001054
1055 r = fd_get_path(fd, &path);
1056 if (r < 0)
1057 return r;
1058
Franck Buib206ac82018-04-13 11:39:39 +02001059 if (!st) {
1060 if (fstat(fd, &stbuf) < 0)
1061 return log_error_errno(errno, "fstat(%s) failed: %m", path);
1062 st = &stbuf;
1063 }
1064
Franck Bui936f6bd2018-03-02 17:19:32 +01001065 if (hardlink_vulnerable(st)) {
1066 log_error("Refusing to set ACLs on hardlinked file %s while the fs.protected_hardlinks sysctl is turned off.", path);
1067 return -EPERM;
1068 }
1069
1070 if (S_ISLNK(st->st_mode)) {
1071 log_debug("Skipping ACL fix for symlink %s.", path);
1072 return 0;
1073 }
1074
1075 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
1076
1077 if (item->acl_access)
1078 r = path_set_acl(procfs_path, path, ACL_TYPE_ACCESS, item->acl_access, item->force);
1079
remueller26673852018-07-16 16:56:01 +02001080 /* set only default acls to folders */
1081 if (r == 0 && item->acl_default && S_ISDIR(st->st_mode))
Franck Bui936f6bd2018-03-02 17:19:32 +01001082 r = path_set_acl(procfs_path, path, ACL_TYPE_DEFAULT, item->acl_default, item->force);
1083
1084 if (r > 0)
1085 return -r; /* already warned */
1086 if (r == -EOPNOTSUPP) {
1087 log_debug_errno(r, "ACLs not supported by file system at %s", path);
1088 return 0;
1089 }
1090 if (r < 0)
1091 return log_error_errno(r, "ACL operation on \"%s\" failed: %m", path);
1092#endif
1093 return r;
1094}
1095
1096static int path_set_acls(Item *item, const char *path) {
1097 int r = 0;
Yu Watanabe545cdb92018-06-29 16:26:49 +09001098#if HAVE_ACL
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001099 _cleanup_close_ int fd = -1;
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001100
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001101 assert(item);
1102 assert(path);
1103
Alexander Kuleshovc4b69152016-03-02 00:25:09 +06001104 fd = open(path, O_NOFOLLOW|O_CLOEXEC|O_PATH);
Lennart Poettering48b8aaa2015-04-13 15:16:54 +02001105 if (fd < 0)
1106 return log_error_errno(errno, "Adjusting ACL of %s failed: %m", path);
1107
Franck Buib206ac82018-04-13 11:39:39 +02001108 r = fd_set_acls(item, fd, NULL);
Yu Watanabe545cdb92018-06-29 16:26:49 +09001109#endif
1110 return r;
1111}
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001112
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001113#define ATTRIBUTES_ALL \
1114 (FS_NOATIME_FL | \
1115 FS_SYNC_FL | \
1116 FS_DIRSYNC_FL | \
1117 FS_APPEND_FL | \
1118 FS_COMPR_FL | \
1119 FS_NODUMP_FL | \
1120 FS_EXTENT_FL | \
1121 FS_IMMUTABLE_FL | \
1122 FS_JOURNAL_DATA_FL | \
1123 FS_SECRM_FL | \
1124 FS_UNRM_FL | \
1125 FS_NOTAIL_FL | \
1126 FS_TOPDIR_FL | \
1127 FS_NOCOW_FL)
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001128
Lennart Poetteringbd550f72015-04-10 16:03:24 +02001129static int parse_attribute_from_arg(Item *item) {
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001130
1131 static const struct {
1132 char character;
1133 unsigned value;
1134 } attributes[] = {
1135 { 'A', FS_NOATIME_FL }, /* do not update atime */
1136 { 'S', FS_SYNC_FL }, /* Synchronous updates */
1137 { 'D', FS_DIRSYNC_FL }, /* dirsync behaviour (directories only) */
1138 { 'a', FS_APPEND_FL }, /* writes to file may only append */
1139 { 'c', FS_COMPR_FL }, /* Compress file */
1140 { 'd', FS_NODUMP_FL }, /* do not dump file */
kpengboy8c35b2c2016-05-29 08:31:14 -07001141 { 'e', FS_EXTENT_FL }, /* Extents */
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001142 { 'i', FS_IMMUTABLE_FL }, /* Immutable file */
1143 { 'j', FS_JOURNAL_DATA_FL }, /* Reserved for ext3 */
1144 { 's', FS_SECRM_FL }, /* Secure deletion */
1145 { 'u', FS_UNRM_FL }, /* Undelete */
1146 { 't', FS_NOTAIL_FL }, /* file tail should not be merged */
AsciiWolf13e785f2017-02-24 18:14:02 +01001147 { 'T', FS_TOPDIR_FL }, /* Top of directory hierarchies */
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001148 { 'C', FS_NOCOW_FL }, /* Do not cow file */
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001149 };
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001150
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001151 enum {
1152 MODE_ADD,
1153 MODE_DEL,
1154 MODE_SET
1155 } mode = MODE_ADD;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001156
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001157 unsigned value = 0, mask = 0;
1158 const char *p;
1159
1160 assert(item);
1161
1162 p = item->argument;
1163 if (p) {
1164 if (*p == '+') {
1165 mode = MODE_ADD;
1166 p++;
1167 } else if (*p == '-') {
1168 mode = MODE_DEL;
1169 p++;
1170 } else if (*p == '=') {
1171 mode = MODE_SET;
1172 p++;
1173 }
1174 }
1175
1176 if (isempty(p) && mode != MODE_SET) {
1177 log_error("Setting file attribute on '%s' needs an attribute specification.", item->path);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001178 return -EINVAL;
1179 }
1180
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001181 for (; p && *p ; p++) {
1182 unsigned i, v;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001183
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001184 for (i = 0; i < ELEMENTSOF(attributes); i++)
1185 if (*p == attributes[i].character)
1186 break;
1187
1188 if (i >= ELEMENTSOF(attributes)) {
1189 log_error("Unknown file attribute '%c' on '%s'.", *p, item->path);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001190 return -EINVAL;
1191 }
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001192
1193 v = attributes[i].value;
1194
Andreas Rammhold37420952017-09-29 00:37:23 +02001195 SET_FLAG(value, v, IN_SET(mode, MODE_ADD, MODE_SET));
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001196
1197 mask |= v;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001198 }
1199
1200 if (mode == MODE_SET)
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001201 mask |= ATTRIBUTES_ALL;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001202
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001203 assert(mask != 0);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001204
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001205 item->attribute_mask = mask;
1206 item->attribute_value = value;
1207 item->attribute_set = true;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001208
1209 return 0;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001210}
1211
Franck Bui936f6bd2018-03-02 17:19:32 +01001212static int fd_set_attribute(Item *item, int fd, const struct stat *st) {
Franck Bui936f6bd2018-03-02 17:19:32 +01001213 _cleanup_close_ int procfs_fd = -1;
1214 _cleanup_free_ char *path = NULL;
Franck Buib206ac82018-04-13 11:39:39 +02001215 struct stat stbuf;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001216 unsigned f;
1217 int r;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001218
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001219 if (!item->attribute_set || item->attribute_mask == 0)
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001220 return 0;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001221
Franck Bui936f6bd2018-03-02 17:19:32 +01001222 r = fd_get_path(fd, &path);
1223 if (r < 0)
1224 return r;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001225
Franck Buib206ac82018-04-13 11:39:39 +02001226 if (!st) {
1227 if (fstat(fd, &stbuf) < 0)
1228 return log_error_errno(errno, "fstat(%s) failed: %m", path);
1229 st = &stbuf;
1230 }
1231
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001232 /* Issuing the file attribute ioctls on device nodes is not
1233 * safe, as that will be delivered to the drivers, not the
1234 * file system containing the device node. */
Franck Bui936f6bd2018-03-02 17:19:32 +01001235 if (!S_ISREG(st->st_mode) && !S_ISDIR(st->st_mode)) {
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001236 log_error("Setting file flags is only supported on regular files and directories, cannot set on '%s'.", path);
1237 return -EINVAL;
1238 }
1239
1240 f = item->attribute_value & item->attribute_mask;
1241
1242 /* Mask away directory-specific flags */
Franck Bui936f6bd2018-03-02 17:19:32 +01001243 if (!S_ISDIR(st->st_mode))
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001244 f &= ~FS_DIRSYNC_FL;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001245
Lennart Poetteringf2324782018-03-26 13:25:51 +02001246 procfs_fd = fd_reopen(fd, O_RDONLY|O_CLOEXEC|O_NOATIME);
Franck Bui936f6bd2018-03-02 17:19:32 +01001247 if (procfs_fd < 0)
1248 return -errno;
1249
1250 r = chattr_fd(procfs_fd, f, item->attribute_mask);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001251 if (r < 0)
Yu Watanabe4c701092017-10-04 23:01:32 +09001252 log_full_errno(IN_SET(r, -ENOTTY, -EOPNOTSUPP) ? LOG_DEBUG : LOG_WARNING,
Lennart Poetteringad75a972015-07-22 22:02:14 +02001253 r,
1254 "Cannot set file attribute for '%s', value=0x%08x, mask=0x%08x: %m",
1255 path, item->attribute_value, item->attribute_mask);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001256
1257 return 0;
1258}
1259
Franck Bui936f6bd2018-03-02 17:19:32 +01001260static int path_set_attribute(Item *item, const char *path) {
1261 _cleanup_close_ int fd = -1;
Franck Bui936f6bd2018-03-02 17:19:32 +01001262
1263 if (!item->attribute_set || item->attribute_mask == 0)
1264 return 0;
1265
1266 fd = open(path, O_CLOEXEC|O_NOFOLLOW|O_PATH);
1267 if (fd < 0)
1268 return log_error_errno(errno, "Cannot open '%s': %m", path);
1269
Franck Buib206ac82018-04-13 11:39:39 +02001270 return fd_set_attribute(item, fd, NULL);
Franck Bui936f6bd2018-03-02 17:19:32 +01001271}
1272
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001273static int write_one_file(Item *i, const char *path) {
Franck Bui551470e2018-04-13 17:54:09 +02001274 _cleanup_close_ int fd = -1, dir_fd = -1;
1275 char *bn;
Franck Bui31c84ff2018-04-13 09:19:24 +02001276 int r;
1277
1278 assert(i);
1279 assert(path);
1280 assert(i->argument);
1281 assert(i->type == WRITE_FILE);
1282
Franck Bui551470e2018-04-13 17:54:09 +02001283 /* Validate the path and keep the fd on the directory for opening the
1284 * file so we're sure that it can't be changed behind our back. */
1285 dir_fd = path_open_parent_safe(path);
1286 if (dir_fd < 0)
1287 return dir_fd;
1288
1289 bn = basename(path);
1290
Franck Bui31c84ff2018-04-13 09:19:24 +02001291 /* Follows symlinks */
Franck Bui551470e2018-04-13 17:54:09 +02001292 fd = openat(dir_fd, bn, O_NONBLOCK|O_CLOEXEC|O_WRONLY|O_NOCTTY, i->mode);
Franck Bui31c84ff2018-04-13 09:19:24 +02001293 if (fd < 0) {
1294 if (errno == ENOENT) {
1295 log_debug_errno(errno, "Not writing missing file \"%s\": %m", path);
1296 return 0;
1297 }
1298 return log_error_errno(errno, "Failed to open file \"%s\": %m", path);
1299 }
1300
1301 /* 'w' is allowed to write into any kind of files. */
1302 log_debug("Writing to \"%s\".", path);
1303
1304 r = loop_write(fd, i->argument, strlen(i->argument), false);
1305 if (r < 0)
1306 return log_error_errno(r, "Failed to write file \"%s\": %m", path);
1307
Franck Bui551470e2018-04-13 17:54:09 +02001308 return fd_set_perms(i, fd, NULL);
Franck Bui31c84ff2018-04-13 09:19:24 +02001309}
1310
1311static int create_file(Item *i, const char *path) {
Franck Bui5ec9d062018-04-13 17:31:22 +02001312 _cleanup_close_ int fd = -1, dir_fd = -1;
1313 struct stat stbuf, *st = NULL;
1314 int r = 0;
1315 char *bn;
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001316
Lennart Poettering874f1942014-06-10 22:48:56 +02001317 assert(i);
1318 assert(path);
Franck Bui5ec9d062018-04-13 17:31:22 +02001319 assert(i->type == CREATE_FILE);
Lennart Poettering874f1942014-06-10 22:48:56 +02001320
Franck Bui5ec9d062018-04-13 17:31:22 +02001321 /* 'f' operates on regular files exclusively. */
1322
1323 /* Validate the path and keep the fd on the directory for opening the
1324 * file so we're sure that it can't be changed behind our back. */
1325 dir_fd = path_open_parent_safe(path);
1326 if (dir_fd < 0)
1327 return dir_fd;
1328
1329 bn = basename(path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001330
Lennart Poettering43ad6e32014-06-18 00:01:39 +02001331 RUN_WITH_UMASK(0000) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001332 mac_selinux_create_file_prepare(path, S_IFREG);
Franck Bui5ec9d062018-04-13 17:31:22 +02001333 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 +02001334 mac_selinux_create_file_clear();
Lennart Poettering5c0d3982013-04-04 03:39:39 +02001335 }
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001336
1337 if (fd < 0) {
Franck Bui5ec9d062018-04-13 17:31:22 +02001338 /* Even on a read-only filesystem, open(2) returns EEXIST if the
1339 * file already exists. It returns EROFS only if it needs to
1340 * create the file. */
1341 if (errno != EEXIST)
1342 return log_error_errno(errno, "Failed to create file %s: %m", path);
1343
1344 /* Re-open the file. At that point it must exist since open(2)
1345 * failed with EEXIST. We still need to check if the perms/mode
1346 * need to be changed. For read-only filesystems, we let
1347 * fd_set_perms() report the error if the perms need to be
1348 * modified. */
1349 fd = openat(dir_fd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH, i->mode);
1350 if (fd < 0)
1351 return log_error_errno(errno, "Failed to re-open file %s: %m", path);
1352
1353 if (fstat(fd, &stbuf) < 0)
1354 return log_error_errno(errno, "stat(%s) failed: %m", path);
1355
1356 if (!S_ISREG(stbuf.st_mode)) {
1357 log_error("%s exists and is not a regular file.", path);
1358 return -EEXIST;
Lennart Poettering49e87292018-01-24 10:54:10 +01001359 }
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001360
Franck Bui5ec9d062018-04-13 17:31:22 +02001361 st = &stbuf;
1362 } else {
Michael Olbrichf44b28f2015-04-30 20:50:38 +02001363
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001364 log_debug("\"%s\" has been created.", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001365
Franck Bui5ec9d062018-04-13 17:31:22 +02001366 if (i->argument) {
1367 log_debug("Writing to \"%s\".", path);
Dave Reisner3612fbc2012-09-12 16:21:00 -04001368
Franck Bui5ec9d062018-04-13 17:31:22 +02001369 r = loop_write(fd, i->argument, strlen(i->argument), false);
1370 if (r < 0)
1371 return log_error_errno(r, "Failed to write file \"%s\": %m", path);
1372 }
1373 }
1374
1375 return fd_set_perms(i, fd, st);
1376}
1377
1378static int truncate_file(Item *i, const char *path) {
Franck Bui14ab8042018-04-13 17:50:49 +02001379 _cleanup_close_ int fd = -1, dir_fd = -1;
Franck Bui5ec9d062018-04-13 17:31:22 +02001380 struct stat stbuf, *st = NULL;
1381 bool erofs = false;
1382 int r = 0;
Franck Bui14ab8042018-04-13 17:50:49 +02001383 char *bn;
Franck Bui5ec9d062018-04-13 17:31:22 +02001384
1385 assert(i);
1386 assert(path);
1387 assert(i->type == TRUNCATE_FILE);
1388
1389 /* We want to operate on regular file exclusively especially since
1390 * O_TRUNC is unspecified if the file is neither a regular file nor a
1391 * fifo nor a terminal device. Therefore we first open the file and make
1392 * sure it's a regular one before truncating it. */
1393
Franck Bui14ab8042018-04-13 17:50:49 +02001394 /* Validate the path and keep the fd on the directory for opening the
1395 * file so we're sure that it can't be changed behind our back. */
1396 dir_fd = path_open_parent_safe(path);
1397 if (dir_fd < 0)
1398 return dir_fd;
1399
1400 bn = basename(path);
1401
Franck Bui5ec9d062018-04-13 17:31:22 +02001402 RUN_WITH_UMASK(0000) {
1403 mac_selinux_create_file_prepare(path, S_IFREG);
Franck Bui14ab8042018-04-13 17:50:49 +02001404 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 +02001405 mac_selinux_create_file_clear();
1406 }
1407
1408 if (fd < 0) {
1409 if (errno != EROFS)
1410 return log_error_errno(errno, "Failed to open/create file %s: %m", path);
1411
1412 /* On a read-only filesystem, we don't want to fail if the
1413 * target is already empty and the perms are set. So we still
1414 * proceed with the sanity checks and let the remaining
1415 * operations fail with EROFS if they try to modify the target
1416 * file. */
1417
Franck Bui14ab8042018-04-13 17:50:49 +02001418 fd = openat(dir_fd, bn, O_NOFOLLOW|O_CLOEXEC|O_PATH, i->mode);
Franck Bui5ec9d062018-04-13 17:31:22 +02001419 if (fd < 0) {
1420 if (errno == ENOENT) {
1421 log_error("Cannot create file %s on a read-only file system.", path);
1422 return -EROFS;
1423 }
1424
1425 return log_error_errno(errno, "Failed to re-open file %s: %m", path);
1426 }
1427
1428 erofs = true;
1429 }
1430
1431 if (fstat(fd, &stbuf) < 0)
Michal Schmidt4a62c712014-11-28 19:57:32 +01001432 return log_error_errno(errno, "stat(%s) failed: %m", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001433
Franck Bui5ec9d062018-04-13 17:31:22 +02001434 if (!S_ISREG(stbuf.st_mode)) {
1435 log_error("%s exists and is not a regular file.", path);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001436 return -EEXIST;
1437 }
1438
Franck Bui5ec9d062018-04-13 17:31:22 +02001439 if (stbuf.st_size > 0) {
1440 if (ftruncate(fd, 0) < 0) {
1441 r = erofs ? -EROFS : -errno;
1442 return log_error_errno(r, "Failed to truncate file %s: %m", path);
1443 }
1444 } else
1445 st = &stbuf;
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001446
Franck Bui5ec9d062018-04-13 17:31:22 +02001447 log_debug("\"%s\" has been created.", path);
1448
1449 if (i->argument) {
1450 log_debug("Writing to \"%s\".", path);
1451
1452 r = loop_write(fd, i->argument, strlen(i->argument), false);
1453 if (r < 0) {
1454 r = erofs ? -EROFS : r;
1455 return log_error_errno(r, "Failed to write file %s: %m", path);
1456 }
1457 }
1458
1459 return fd_set_perms(i, fd, st);
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001460}
1461
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001462typedef int (*action_t)(Item *, const char *);
Franck Bui936f6bd2018-03-02 17:19:32 +01001463typedef int (*fdaction_t)(Item *, int fd, const struct stat *st);
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001464
Franck Bui14f34802018-05-24 14:17:07 +02001465static int item_do(Item *i, int fd, fdaction_t action) {
1466 struct stat st;
Franck Bui936f6bd2018-03-02 17:19:32 +01001467 int r = 0, q;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001468
1469 assert(i);
Franck Bui936f6bd2018-03-02 17:19:32 +01001470 assert(fd >= 0);
Franck Bui14f34802018-05-24 14:17:07 +02001471
1472 if (fstat(fd, &st) < 0) {
1473 r = -errno;
1474 goto finish;
1475 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001476
1477 /* This returns the first error we run into, but nevertheless
1478 * tries to go on */
Franck Bui14f34802018-05-24 14:17:07 +02001479 r = action(i, fd, &st);
Michal Schmidta8d88782011-12-15 23:11:07 +01001480
Franck Bui14f34802018-05-24 14:17:07 +02001481 if (S_ISDIR(st.st_mode)) {
Zbigniew Jędrzejewski-Szmek22dd8d32018-05-11 11:09:37 +02001482 char procfs_path[STRLEN("/proc/self/fd/") + DECIMAL_STR_MAX(int)];
Franck Bui936f6bd2018-03-02 17:19:32 +01001483 _cleanup_closedir_ DIR *d = NULL;
1484 struct dirent *de;
Michal Schmidta8d88782011-12-15 23:11:07 +01001485
Franck Bui936f6bd2018-03-02 17:19:32 +01001486 /* The passed 'fd' was opened with O_PATH. We need to convert
1487 * it into a 'regular' fd before reading the directory content. */
1488 xsprintf(procfs_path, "/proc/self/fd/%i", fd);
Michal Schmidta8d88782011-12-15 23:11:07 +01001489
Franck Bui936f6bd2018-03-02 17:19:32 +01001490 d = opendir(procfs_path);
1491 if (!d) {
1492 r = r ?: -errno;
1493 goto finish;
1494 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001495
Franck Bui936f6bd2018-03-02 17:19:32 +01001496 FOREACH_DIRENT_ALL(de, d, q = -errno; goto finish) {
Franck Bui936f6bd2018-03-02 17:19:32 +01001497 int de_fd;
Michal Schmidta8d88782011-12-15 23:11:07 +01001498
Franck Bui936f6bd2018-03-02 17:19:32 +01001499 if (dot_or_dot_dot(de->d_name))
1500 continue;
Michal Schmidta8d88782011-12-15 23:11:07 +01001501
Franck Bui936f6bd2018-03-02 17:19:32 +01001502 de_fd = openat(fd, de->d_name, O_NOFOLLOW|O_CLOEXEC|O_PATH);
Franck Bui14f34802018-05-24 14:17:07 +02001503 if (de_fd >= 0)
Franck Bui936f6bd2018-03-02 17:19:32 +01001504 /* pass ownership of dirent fd over */
Franck Bui14f34802018-05-24 14:17:07 +02001505 q = item_do(i, de_fd, action);
Franck Bui936f6bd2018-03-02 17:19:32 +01001506 else
1507 q = -errno;
1508
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001509 if (q < 0 && r == 0)
1510 r = q;
Michal Schmidta8d88782011-12-15 23:11:07 +01001511 }
Michal Schmidta8d88782011-12-15 23:11:07 +01001512 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001513finish:
1514 safe_close(fd);
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001515 return r;
Michal Schmidta8d88782011-12-15 23:11:07 +01001516}
1517
Franck Bui936f6bd2018-03-02 17:19:32 +01001518static int glob_item(Item *i, action_t action) {
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05001519 _cleanup_globfree_ glob_t g = {
Zbigniew Jędrzejewski-Szmekebf31a12015-01-26 10:39:03 -05001520 .gl_opendir = (void *(*)(const char *)) opendir_nomod,
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05001521 };
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001522 int r = 0, k;
Michal Schmidt99e68c02011-12-15 23:45:26 +01001523 char **fn;
1524
Zbigniew Jędrzejewski-Szmek84e72b52017-04-25 23:50:35 -04001525 k = safe_glob(i->path, GLOB_NOSORT|GLOB_BRACE, &g);
1526 if (k < 0 && k != -ENOENT)
1527 return log_error_errno(k, "glob(%s) failed: %m", i->path);
Zbigniew Jędrzejewski-Szmekc84a9482013-03-24 19:09:19 -04001528
1529 STRV_FOREACH(fn, g.gl_pathv) {
1530 k = action(i, *fn);
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001531 if (k < 0 && r == 0)
Zbigniew Jędrzejewski-Szmekc84a9482013-03-24 19:09:19 -04001532 r = k;
Franck Bui936f6bd2018-03-02 17:19:32 +01001533 }
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001534
Franck Bui936f6bd2018-03-02 17:19:32 +01001535 return r;
1536}
1537
1538static int glob_item_recursively(Item *i, fdaction_t action) {
1539 _cleanup_globfree_ glob_t g = {
1540 .gl_opendir = (void *(*)(const char *)) opendir_nomod,
1541 };
1542 int r = 0, k;
1543 char **fn;
1544
1545 k = safe_glob(i->path, GLOB_NOSORT|GLOB_BRACE, &g);
1546 if (k < 0 && k != -ENOENT)
1547 return log_error_errno(k, "glob(%s) failed: %m", i->path);
1548
1549 STRV_FOREACH(fn, g.gl_pathv) {
1550 _cleanup_close_ int fd = -1;
Franck Bui936f6bd2018-03-02 17:19:32 +01001551
1552 /* Make sure we won't trigger/follow file object (such as
1553 * device nodes, automounts, ...) pointed out by 'fn' with
1554 * O_PATH. Note, when O_PATH is used, flags other than
1555 * O_CLOEXEC, O_DIRECTORY, and O_NOFOLLOW are ignored. */
1556
1557 fd = open(*fn, O_CLOEXEC|O_NOFOLLOW|O_PATH);
1558 if (fd < 0) {
1559 r = r ?: -errno;
1560 continue;
Zbigniew Jędrzejewski-Szmek081043c2015-01-18 01:33:39 -05001561 }
Franck Bui936f6bd2018-03-02 17:19:32 +01001562
Franck Bui14f34802018-05-24 14:17:07 +02001563 k = item_do(i, fd, action);
Franck Bui936f6bd2018-03-02 17:19:32 +01001564 if (k < 0 && r == 0)
1565 r = k;
1566
1567 /* we passed fd ownership to the previous call */
1568 fd = -1;
Michal Schmidt99e68c02011-12-15 23:45:26 +01001569 }
1570
Michal Schmidt99e68c02011-12-15 23:45:26 +01001571 return r;
1572}
1573
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001574typedef enum {
1575 CREATION_NORMAL,
1576 CREATION_EXISTING,
1577 CREATION_FORCE,
Lennart Poettering7a7d5db2015-02-02 21:34:09 +01001578 _CREATION_MODE_MAX,
1579 _CREATION_MODE_INVALID = -1
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001580} CreationMode;
1581
Lennart Poettering7a7d5db2015-02-02 21:34:09 +01001582static const char *creation_mode_verb_table[_CREATION_MODE_MAX] = {
1583 [CREATION_NORMAL] = "Created",
1584 [CREATION_EXISTING] = "Found existing",
1585 [CREATION_FORCE] = "Created replacement",
1586};
1587
1588DEFINE_PRIVATE_STRING_TABLE_LOOKUP_TO_STRING(creation_mode_verb, CreationMode);
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001589
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001590static int create_item(Item *i) {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001591 struct stat st;
Kay Sieversdf28bc02013-10-21 15:24:18 +02001592 int r = 0;
Evgeny Vereshchagin114a17d2016-02-01 04:21:06 +00001593 int q = 0;
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001594 CreationMode creation;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001595
1596 assert(i);
1597
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001598 log_debug("Running create action for entry %c %s", (char) i->type, i->path);
1599
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001600 switch (i->type) {
1601
1602 case IGNORE_PATH:
Michal Sekletar78a92a52013-01-18 16:13:08 +01001603 case IGNORE_DIRECTORY_PATH:
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001604 case REMOVE_PATH:
1605 case RECURSIVE_REMOVE_PATH:
1606 return 0;
1607
1608 case CREATE_FILE:
Lennart Poettering7fa10742018-01-23 14:14:19 +01001609 RUN_WITH_UMASK(0000)
1610 (void) mkdir_parents_label(i->path, 0755);
1611
Franck Bui31c84ff2018-04-13 09:19:24 +02001612 r = create_file(i, i->path);
Dave Reisner1845fdd2012-09-27 20:48:13 -04001613 if (r < 0)
1614 return r;
1615 break;
Lennart Poettering265ffa12013-09-17 16:33:30 -05001616
Franck Bui5ec9d062018-04-13 17:31:22 +02001617 case TRUNCATE_FILE:
1618 RUN_WITH_UMASK(0000)
1619 (void) mkdir_parents_label(i->path, 0755);
1620
1621 r = truncate_file(i, i->path);
1622 if (r < 0)
1623 return r;
1624 break;
1625
Franck Bui7b887f22018-04-12 12:18:19 +02001626 case COPY_FILES:
Lennart Poettering7fa10742018-01-23 14:14:19 +01001627 RUN_WITH_UMASK(0000)
1628 (void) mkdir_parents_label(i->path, 0755);
1629
Franck Bui4cef1922017-11-16 11:27:29 +01001630 log_debug("Copying tree \"%s\" to \"%s\".", i->argument, i->path);
Lennart Poettering7fa10742018-01-23 14:14:19 +01001631 r = copy_tree(i->argument, i->path,
1632 i->uid_set ? i->uid : UID_INVALID,
1633 i->gid_set ? i->gid : GID_INVALID,
1634 COPY_REFLINK);
Michael Olbrichf44b28f2015-04-30 20:50:38 +02001635
1636 if (r == -EROFS && stat(i->path, &st) == 0)
1637 r = -EEXIST;
1638
Lennart Poettering849958d2014-06-10 23:02:40 +02001639 if (r < 0) {
Lennart Poetteringe1563472014-06-19 19:36:08 +02001640 struct stat a, b;
1641
Michal Schmidt8d3d7072014-11-28 19:13:53 +01001642 if (r != -EEXIST)
1643 return log_error_errno(r, "Failed to copy files to %s: %m", i->path);
Lennart Poetteringe1563472014-06-19 19:36:08 +02001644
Franck Bui4cef1922017-11-16 11:27:29 +01001645 if (stat(i->argument, &a) < 0)
1646 return log_error_errno(errno, "stat(%s) failed: %m", i->argument);
Lennart Poetteringe1563472014-06-19 19:36:08 +02001647
Michal Schmidt4a62c712014-11-28 19:57:32 +01001648 if (stat(i->path, &b) < 0)
1649 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
Lennart Poetteringe1563472014-06-19 19:36:08 +02001650
1651 if ((a.st_mode ^ b.st_mode) & S_IFMT) {
1652 log_debug("Can't copy to %s, file exists already and is of different type", i->path);
1653 return 0;
1654 }
Lennart Poettering849958d2014-06-10 23:02:40 +02001655 }
1656
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05001657 r = path_set_perms(i, i->path);
Lennart Poettering849958d2014-06-10 23:02:40 +02001658 if (r < 0)
1659 return r;
1660
1661 break;
1662
Dave Reisnerd4e9eb92012-09-03 17:13:18 -04001663 case WRITE_FILE:
Franck Bui936f6bd2018-03-02 17:19:32 +01001664 r = glob_item(i, write_one_file);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01001665 if (r < 0)
1666 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001667
1668 break;
1669
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001670 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001671 case TRUNCATE_DIRECTORY:
1672 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02001673 case CREATE_SUBVOLUME_INHERIT_QUOTA:
1674 case CREATE_SUBVOLUME_NEW_QUOTA:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001675 RUN_WITH_UMASK(0000)
Lennart Poettering7fa10742018-01-23 14:14:19 +01001676 (void) mkdir_parents_label(i->path, 0755);
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001677
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02001678 if (IN_SET(i->type, CREATE_SUBVOLUME, CREATE_SUBVOLUME_INHERIT_QUOTA, CREATE_SUBVOLUME_NEW_QUOTA)) {
Lennart Poettering2904e942015-11-16 15:25:42 +01001679
Yu Watanabe945403e2018-05-11 01:47:33 +09001680 if (btrfs_is_subvol(empty_to_root(arg_root)) <= 0)
Lennart Poettering2904e942015-11-16 15:25:42 +01001681
1682 /* Don't create a subvolume unless the
1683 * root directory is one, too. We do
1684 * this under the assumption that if
1685 * the root directory is just a plain
1686 * directory (i.e. very light-weight),
1687 * we shouldn't try to split it up
1688 * into subvolumes (i.e. more
1689 * heavy-weight). Thus, chroot()
1690 * environments and suchlike will get
1691 * a full brtfs subvolume set up below
1692 * their tree only if they
1693 * specifically set up a btrfs
1694 * subvolume for the root dir too. */
1695
1696 r = -ENOTTY;
1697 else {
1698 RUN_WITH_UMASK((~i->mode) & 0777)
1699 r = btrfs_subvol_make(i->path);
1700 }
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02001701 } else
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001702 r = 0;
1703
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001704 if (IN_SET(i->type, CREATE_DIRECTORY, TRUNCATE_DIRECTORY) || r == -ENOTTY)
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01001705 RUN_WITH_UMASK(0000)
1706 r = mkdir_label(i->path, i->mode);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001707
Lennart Poetteringe1563472014-06-19 19:36:08 +02001708 if (r < 0) {
Lennart Poettering7b135a72015-05-15 21:47:22 +02001709 int k;
1710
Yu Watanabe4c701092017-10-04 23:01:32 +09001711 if (!IN_SET(r, -EEXIST, -EROFS))
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001712 return log_error_errno(r, "Failed to create directory or subvolume \"%s\": %m", i->path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001713
Lennart Poettering7b135a72015-05-15 21:47:22 +02001714 k = is_dir(i->path, false);
1715 if (k == -ENOENT && r == -EROFS)
1716 return log_error_errno(r, "%s does not exist and cannot be created as the file system is read-only.", i->path);
1717 if (k < 0)
1718 return log_error_errno(k, "Failed to check if %s exists: %m", i->path);
1719 if (!k) {
1720 log_warning("\"%s\" already exists and is not a directory.", i->path);
Lennart Poetteringe1563472014-06-19 19:36:08 +02001721 return 0;
1722 }
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001723
1724 creation = CREATION_EXISTING;
1725 } else
1726 creation = CREATION_NORMAL;
Lennart Poettering7b135a72015-05-15 21:47:22 +02001727
Lennart Poettering7a7d5db2015-02-02 21:34:09 +01001728 log_debug("%s directory \"%s\".", creation_mode_verb_to_string(creation), i->path);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001729
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02001730 if (IN_SET(i->type, CREATE_SUBVOLUME_NEW_QUOTA, CREATE_SUBVOLUME_INHERIT_QUOTA)) {
1731 r = btrfs_subvol_auto_qgroup(i->path, 0, i->type == CREATE_SUBVOLUME_NEW_QUOTA);
Evgeny Vereshchagin114a17d2016-02-01 04:21:06 +00001732 if (r == -ENOTTY)
Zbigniew Jędrzejewski-Szmek022ffe42016-04-19 22:42:00 -04001733 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (unsupported fs or dir not a subvolume): %m", i->path);
Evgeny Vereshchagin114a17d2016-02-01 04:21:06 +00001734 else if (r == -EROFS)
Zbigniew Jędrzejewski-Szmek022ffe42016-04-19 22:42:00 -04001735 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (fs is read-only).", i->path);
Evgeny Vereshchagin114a17d2016-02-01 04:21:06 +00001736 else if (r == -ENOPROTOOPT)
Zbigniew Jędrzejewski-Szmek022ffe42016-04-19 22:42:00 -04001737 log_debug_errno(r, "Couldn't adjust quota for subvolume \"%s\" (quota support is disabled).", i->path);
Evgeny Vereshchagin114a17d2016-02-01 04:21:06 +00001738 else if (r < 0)
1739 q = log_error_errno(r, "Failed to adjust quota for subvolume \"%s\": %m", i->path);
1740 else if (r > 0)
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02001741 log_debug("Adjusted quota for subvolume \"%s\".", i->path);
Evgeny Vereshchagin114a17d2016-02-01 04:21:06 +00001742 else if (r == 0)
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02001743 log_debug("Quota for subvolume \"%s\" already in place, no change made.", i->path);
1744 }
1745
Shawn Landden48319812017-11-19 10:06:10 -08001746 _fallthrough_;
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04001747 case EMPTY_DIRECTORY:
Franck Bui939ca212018-04-24 12:24:38 +02001748 r = glob_item(i, path_set_perms);
Evgeny Vereshchagin114a17d2016-02-01 04:21:06 +00001749 if (q < 0)
1750 return q;
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01001751 if (r < 0)
1752 return r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001753
1754 break;
Lennart Poetteringee17ee72011-07-12 03:56:56 +02001755
1756 case CREATE_FIFO:
Lennart Poettering5c0d3982013-04-04 03:39:39 +02001757 RUN_WITH_UMASK(0000) {
Lennart Poettering7fa10742018-01-23 14:14:19 +01001758 (void) mkdir_parents_label(i->path, 0755);
1759
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001760 mac_selinux_create_file_prepare(i->path, S_IFIFO);
Lennart Poettering5c0d3982013-04-04 03:39:39 +02001761 r = mkfifo(i->path, i->mode);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001762 mac_selinux_create_file_clear();
Lennart Poetteringee17ee72011-07-12 03:56:56 +02001763 }
1764
Lennart Poettering1554afa2014-06-17 23:50:22 +02001765 if (r < 0) {
Michal Schmidt4a62c712014-11-28 19:57:32 +01001766 if (errno != EEXIST)
1767 return log_error_errno(errno, "Failed to create fifo %s: %m", i->path);
Lennart Poetteringee17ee72011-07-12 03:56:56 +02001768
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02001769 if (lstat(i->path, &st) < 0)
Michal Schmidt4a62c712014-11-28 19:57:32 +01001770 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
Lennart Poettering1554afa2014-06-17 23:50:22 +02001771
1772 if (!S_ISFIFO(st.st_mode)) {
1773
1774 if (i->force) {
Lennart Poettering1554afa2014-06-17 23:50:22 +02001775 RUN_WITH_UMASK(0000) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001776 mac_selinux_create_file_prepare(i->path, S_IFIFO);
Lennart Poettering1554afa2014-06-17 23:50:22 +02001777 r = mkfifo_atomic(i->path, i->mode);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001778 mac_selinux_create_file_clear();
Lennart Poettering1554afa2014-06-17 23:50:22 +02001779 }
1780
Michal Schmidtf6479622014-11-28 18:50:43 +01001781 if (r < 0)
1782 return log_error_errno(r, "Failed to create fifo %s: %m", i->path);
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001783 creation = CREATION_FORCE;
Lennart Poettering1554afa2014-06-17 23:50:22 +02001784 } else {
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02001785 log_warning("\"%s\" already exists and is not a fifo.", i->path);
Lennart Poettering1554afa2014-06-17 23:50:22 +02001786 return 0;
1787 }
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001788 } else
1789 creation = CREATION_EXISTING;
1790 } else
1791 creation = CREATION_NORMAL;
Lennart Poettering7a7d5db2015-02-02 21:34:09 +01001792 log_debug("%s fifo \"%s\".", creation_mode_verb_to_string(creation), i->path);
Lennart Poetteringee17ee72011-07-12 03:56:56 +02001793
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05001794 r = path_set_perms(i, i->path);
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01001795 if (r < 0)
1796 return r;
Lennart Poetteringee17ee72011-07-12 03:56:56 +02001797
1798 break;
Michal Schmidta8d88782011-12-15 23:11:07 +01001799
Lennart Poettering5c5ccf12015-04-10 18:07:04 +02001800 case CREATE_SYMLINK: {
Lennart Poettering7fa10742018-01-23 14:14:19 +01001801 RUN_WITH_UMASK(0000)
1802 (void) mkdir_parents_label(i->path, 0755);
1803
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001804 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01001805 r = symlink(i->argument, i->path);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001806 mac_selinux_create_file_clear();
Kay Sieverse9a5ef72012-04-17 16:05:03 +02001807
Lennart Poettering468d7262012-01-17 15:04:12 +01001808 if (r < 0) {
Lennart Poettering2e78fa72014-06-16 13:21:07 +02001809 _cleanup_free_ char *x = NULL;
Lennart Poettering468d7262012-01-17 15:04:12 +01001810
Michal Schmidt4a62c712014-11-28 19:57:32 +01001811 if (errno != EEXIST)
Franck Bui4cef1922017-11-16 11:27:29 +01001812 return log_error_errno(errno, "symlink(%s, %s) failed: %m", i->argument, i->path);
Lennart Poettering2e78fa72014-06-16 13:21:07 +02001813
1814 r = readlink_malloc(i->path, &x);
Franck Bui4cef1922017-11-16 11:27:29 +01001815 if (r < 0 || !streq(i->argument, x)) {
Lennart Poettering2e78fa72014-06-16 13:21:07 +02001816
1817 if (i->force) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001818 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01001819 r = symlink_atomic(i->argument, i->path);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001820 mac_selinux_create_file_clear();
Lennart Poettering2e78fa72014-06-16 13:21:07 +02001821
Ricardo Salveti de Araujo2ef5de12018-04-03 10:05:11 -03001822 if (IN_SET(r, -EISDIR, -EEXIST, -ENOTEMPTY)) {
William Douglasb3f58972017-08-09 08:53:03 -07001823 r = rm_rf(i->path, REMOVE_ROOT|REMOVE_PHYSICAL);
1824 if (r < 0)
1825 return log_error_errno(r, "rm -fr %s failed: %m", i->path);
1826
1827 mac_selinux_create_file_prepare(i->path, S_IFLNK);
Franck Bui4cef1922017-11-16 11:27:29 +01001828 r = symlink(i->argument, i->path) < 0 ? -errno : 0;
William Douglasb3f58972017-08-09 08:53:03 -07001829 mac_selinux_create_file_clear();
1830 }
Michal Schmidtf6479622014-11-28 18:50:43 +01001831 if (r < 0)
Franck Bui4cef1922017-11-16 11:27:29 +01001832 return log_error_errno(r, "symlink(%s, %s) failed: %m", i->argument, i->path);
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02001833
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001834 creation = CREATION_FORCE;
Lennart Poettering1554afa2014-06-17 23:50:22 +02001835 } else {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001836 log_debug("\"%s\" is not a symlink or does not point to the correct path.", i->path);
Lennart Poettering1554afa2014-06-17 23:50:22 +02001837 return 0;
1838 }
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001839 } else
1840 creation = CREATION_EXISTING;
1841 } else
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02001842
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001843 creation = CREATION_NORMAL;
Lennart Poettering7a7d5db2015-02-02 21:34:09 +01001844 log_debug("%s symlink \"%s\".", creation_mode_verb_to_string(creation), i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01001845 break;
Lennart Poettering5c5ccf12015-04-10 18:07:04 +02001846 }
Lennart Poettering468d7262012-01-17 15:04:12 +01001847
1848 case CREATE_BLOCK_DEVICE:
1849 case CREATE_CHAR_DEVICE: {
Lennart Poetteringcb7ed9d2012-09-05 23:39:55 -07001850 mode_t file_type;
1851
1852 if (have_effective_cap(CAP_MKNOD) == 0) {
1853 /* In a container we lack CAP_MKNOD. We
Anatol Pomozovab06eef2013-04-14 19:37:54 -07001854 shouldn't attempt to create the device node in
Lennart Poetteringcb7ed9d2012-09-05 23:39:55 -07001855 that case to avoid noise, and we don't support
1856 virtualized devices in containers anyway. */
1857
1858 log_debug("We lack CAP_MKNOD, skipping creation of device node %s.", i->path);
1859 return 0;
1860 }
1861
Lennart Poettering7fa10742018-01-23 14:14:19 +01001862 RUN_WITH_UMASK(0000)
1863 (void) mkdir_parents_label(i->path, 0755);
1864
Lennart Poettering1554afa2014-06-17 23:50:22 +02001865 file_type = i->type == CREATE_BLOCK_DEVICE ? S_IFBLK : S_IFCHR;
Lennart Poettering468d7262012-01-17 15:04:12 +01001866
Lennart Poettering5c0d3982013-04-04 03:39:39 +02001867 RUN_WITH_UMASK(0000) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001868 mac_selinux_create_file_prepare(i->path, file_type);
Lennart Poettering5c0d3982013-04-04 03:39:39 +02001869 r = mknod(i->path, i->mode | file_type, i->major_minor);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001870 mac_selinux_create_file_clear();
Lennart Poettering5c0d3982013-04-04 03:39:39 +02001871 }
Lennart Poettering468d7262012-01-17 15:04:12 +01001872
Kay Sievers6555ad82014-06-13 04:11:11 +02001873 if (r < 0) {
1874 if (errno == EPERM) {
1875 log_debug("We lack permissions, possibly because of cgroup configuration; "
1876 "skipping creation of device node %s.", i->path);
1877 return 0;
1878 }
1879
Michal Schmidt4a62c712014-11-28 19:57:32 +01001880 if (errno != EEXIST)
1881 return log_error_errno(errno, "Failed to create device node %s: %m", i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01001882
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02001883 if (lstat(i->path, &st) < 0)
Michal Schmidt4a62c712014-11-28 19:57:32 +01001884 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01001885
Lennart Poettering1554afa2014-06-17 23:50:22 +02001886 if ((st.st_mode & S_IFMT) != file_type) {
1887
1888 if (i->force) {
1889
1890 RUN_WITH_UMASK(0000) {
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001891 mac_selinux_create_file_prepare(i->path, file_type);
Lennart Poettering1554afa2014-06-17 23:50:22 +02001892 r = mknod_atomic(i->path, i->mode | file_type, i->major_minor);
Lennart Poetteringecabcf82014-10-23 19:41:27 +02001893 mac_selinux_create_file_clear();
Lennart Poettering1554afa2014-06-17 23:50:22 +02001894 }
1895
Michal Schmidtf6479622014-11-28 18:50:43 +01001896 if (r < 0)
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001897 return log_error_errno(r, "Failed to create device node \"%s\": %m", i->path);
1898 creation = CREATION_FORCE;
Lennart Poettering1554afa2014-06-17 23:50:22 +02001899 } else {
1900 log_debug("%s is not a device node.", i->path);
1901 return 0;
1902 }
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001903 } else
1904 creation = CREATION_EXISTING;
1905 } else
1906 creation = CREATION_NORMAL;
Lennart Poetteringa542c4d2015-05-15 21:48:20 +02001907
Zbigniew Jędrzejewski-Szmek294929f2015-02-01 12:29:27 -05001908 log_debug("%s %s device node \"%s\" %u:%u.",
Lennart Poettering7a7d5db2015-02-02 21:34:09 +01001909 creation_mode_verb_to_string(creation),
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001910 i->type == CREATE_BLOCK_DEVICE ? "block" : "char",
1911 i->path, major(i->mode), minor(i->mode));
Lennart Poettering468d7262012-01-17 15:04:12 +01001912
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05001913 r = path_set_perms(i, i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01001914 if (r < 0)
1915 return r;
1916
1917 break;
1918 }
1919
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001920 case ADJUST_MODE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01001921 case RELABEL_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01001922 r = glob_item(i, path_set_perms);
Michal Schmidt777b87e2011-12-16 18:27:35 +01001923 if (r < 0)
Lennart Poettering96ca8192013-06-21 15:57:42 +02001924 return r;
Michal Schmidt777b87e2011-12-16 18:27:35 +01001925 break;
1926
Michal Schmidta8d88782011-12-15 23:11:07 +01001927 case RECURSIVE_RELABEL_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01001928 r = glob_item_recursively(i, fd_set_perms);
Michal Schmidta8d88782011-12-15 23:11:07 +01001929 if (r < 0)
1930 return r;
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001931 break;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001932
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001933 case SET_XATTR:
Franck Bui936f6bd2018-03-02 17:19:32 +01001934 r = glob_item(i, path_set_xattrs);
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05001935 if (r < 0)
1936 return r;
1937 break;
1938
1939 case RECURSIVE_SET_XATTR:
Franck Bui936f6bd2018-03-02 17:19:32 +01001940 r = glob_item_recursively(i, fd_set_xattrs);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01001941 if (r < 0)
1942 return r;
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02001943 break;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001944
1945 case SET_ACL:
Franck Bui936f6bd2018-03-02 17:19:32 +01001946 r = glob_item(i, path_set_acls);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05001947 if (r < 0)
1948 return r;
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05001949 break;
1950
1951 case RECURSIVE_SET_ACL:
Franck Bui936f6bd2018-03-02 17:19:32 +01001952 r = glob_item_recursively(i, fd_set_acls);
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05001953 if (r < 0)
1954 return r;
1955 break;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001956
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001957 case SET_ATTRIBUTE:
Franck Bui936f6bd2018-03-02 17:19:32 +01001958 r = glob_item(i, path_set_attribute);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001959 if (r < 0)
1960 return r;
1961 break;
1962
Lennart Poettering88ec4df2015-04-08 22:35:52 +02001963 case RECURSIVE_SET_ATTRIBUTE:
Franck Bui936f6bd2018-03-02 17:19:32 +01001964 r = glob_item_recursively(i, fd_set_attribute);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01001965 if (r < 0)
1966 return r;
1967 break;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001968 }
1969
Michal Schmidtf05bc3f2011-12-15 23:44:23 +01001970 return 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001971}
1972
Michal Schmidta0896122011-12-15 21:32:50 +01001973static int remove_item_instance(Item *i, const char *instance) {
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001974 int r;
1975
1976 assert(i);
1977
1978 switch (i->type) {
1979
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001980 case REMOVE_PATH:
Michal Schmidt4a62c712014-11-28 19:57:32 +01001981 if (remove(instance) < 0 && errno != ENOENT)
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05001982 return log_error_errno(errno, "rm(%s): %m", instance);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001983
1984 break;
1985
1986 case TRUNCATE_DIRECTORY:
1987 case RECURSIVE_REMOVE_PATH:
Lennart Poetteringd139b242012-06-20 14:31:00 +02001988 /* FIXME: we probably should use dir_cleanup() here
1989 * instead of rm_rf() so that 'x' is honoured. */
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05001990 log_debug("rm -rf \"%s\"", instance);
Lennart Poettering1b26f092015-06-15 19:11:15 +02001991 r = rm_rf(instance, (i->type == RECURSIVE_REMOVE_PATH ? REMOVE_ROOT|REMOVE_SUBVOLUME : 0) | REMOVE_PHYSICAL);
Michal Schmidtf6479622014-11-28 18:50:43 +01001992 if (r < 0 && r != -ENOENT)
1993 return log_error_errno(r, "rm_rf(%s): %m", instance);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001994
1995 break;
Zbigniew Jędrzejewski-Szmek7fcb4b92015-01-22 23:35:34 -05001996
1997 default:
1998 assert_not_reached("wut?");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02001999 }
2000
2001 return 0;
2002}
2003
Michal Schmidta0896122011-12-15 21:32:50 +01002004static int remove_item(Item *i) {
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002005 assert(i);
2006
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002007 log_debug("Running remove action for entry %c %s", (char) i->type, i->path);
2008
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002009 switch (i->type) {
2010
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002011 case REMOVE_PATH:
2012 case TRUNCATE_DIRECTORY:
Michal Schmidt99e68c02011-12-15 23:45:26 +01002013 case RECURSIVE_REMOVE_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002014 return glob_item(i, remove_item_instance);
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002015
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002016 default:
2017 return 0;
2018 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01002019}
2020
Michal Sekletar78a92a52013-01-18 16:13:08 +01002021static int clean_item_instance(Item *i, const char* instance) {
Harald Hoyer7fd1b192013-04-18 09:11:22 +02002022 _cleanup_closedir_ DIR *d = NULL;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002023 struct stat s, ps;
2024 bool mountpoint;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002025 usec_t cutoff, n;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002026 char timestamp[FORMAT_TIMESTAMP_MAX];
Michal Sekletar78a92a52013-01-18 16:13:08 +01002027
2028 assert(i);
2029
2030 if (!i->age_set)
2031 return 0;
2032
2033 n = now(CLOCK_REALTIME);
2034 if (n < i->age)
2035 return 0;
2036
2037 cutoff = n - i->age;
2038
Zbigniew Jędrzejewski-Szmekdf99a9e2014-01-02 00:02:31 -05002039 d = opendir_nomod(instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002040 if (!d) {
Zbigniew Jędrzejewski-Szmekd710aaf2016-07-22 20:27:45 -04002041 if (IN_SET(errno, ENOENT, ENOTDIR)) {
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002042 log_debug_errno(errno, "Directory \"%s\": %m", instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002043 return 0;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002044 }
Michal Sekletar78a92a52013-01-18 16:13:08 +01002045
Zbigniew Jędrzejewski-Szmekd710aaf2016-07-22 20:27:45 -04002046 return log_error_errno(errno, "Failed to open directory %s: %m", instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002047 }
2048
Michal Schmidt4a62c712014-11-28 19:57:32 +01002049 if (fstat(dirfd(d), &s) < 0)
2050 return log_error_errno(errno, "stat(%s) failed: %m", i->path);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002051
2052 if (!S_ISDIR(s.st_mode)) {
2053 log_error("%s is not a directory.", i->path);
Zbigniew Jędrzejewski-Szmek19fbec12013-03-03 18:42:52 -05002054 return -ENOTDIR;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002055 }
2056
Michal Schmidt4a62c712014-11-28 19:57:32 +01002057 if (fstatat(dirfd(d), "..", &ps, AT_SYMLINK_NOFOLLOW) != 0)
2058 return log_error_errno(errno, "stat(%s/..) failed: %m", i->path);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002059
Thomas Hindoe Paaboel Andersen2bb158c2015-10-23 20:15:17 +02002060 mountpoint = s.st_dev != ps.st_dev || s.st_ino == ps.st_ino;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002061
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002062 log_debug("Cleanup threshold for %s \"%s\" is %s",
2063 mountpoint ? "mount point" : "directory",
2064 instance,
2065 format_timestamp_us(timestamp, sizeof(timestamp), cutoff));
2066
2067 return dir_cleanup(i, instance, d, &s, cutoff, s.st_dev, mountpoint,
2068 MAX_DEPTH, i->keep_first_level);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002069}
2070
2071static int clean_item(Item *i) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01002072 assert(i);
2073
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002074 log_debug("Running clean action for entry %c %s", (char) i->type, i->path);
2075
Michal Sekletar78a92a52013-01-18 16:13:08 +01002076 switch (i->type) {
2077 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002078 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002079 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2080 case CREATE_SUBVOLUME_NEW_QUOTA:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002081 case TRUNCATE_DIRECTORY:
2082 case IGNORE_PATH:
Lennart Poettering849958d2014-06-10 23:02:40 +02002083 case COPY_FILES:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002084 clean_item_instance(i, i->path);
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002085 return 0;
Zbigniew Jędrzejewski-Szmek65241c12017-11-22 15:16:48 +01002086 case EMPTY_DIRECTORY:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002087 case IGNORE_DIRECTORY_PATH:
Franck Bui936f6bd2018-03-02 17:19:32 +01002088 return glob_item(i, clean_item_instance);
Michal Sekletar78a92a52013-01-18 16:13:08 +01002089 default:
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002090 return 0;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002091 }
Michal Sekletar78a92a52013-01-18 16:13:08 +01002092}
2093
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002094static int process_item_array(ItemArray *array);
2095
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002096static int process_item(Item *i) {
Lennart Poettering1e958932015-01-06 20:33:46 +01002097 int r, q, p, t = 0;
Zbigniew Jędrzejewski-Szmek9348f0e2014-10-01 07:33:22 -05002098 _cleanup_free_ char *prefix = NULL;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002099
2100 assert(i);
2101
Lennart Poettering1910cd02014-06-11 01:37:35 +02002102 if (i->done)
2103 return 0;
2104
2105 i->done = true;
2106
Zbigniew Jędrzejewski-Szmek9348f0e2014-10-01 07:33:22 -05002107 prefix = malloc(strlen(i->path) + 1);
2108 if (!prefix)
2109 return log_oom();
2110
Lennart Poettering1910cd02014-06-11 01:37:35 +02002111 PATH_FOREACH_PREFIX(prefix, i->path) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002112 ItemArray *j;
Lennart Poettering1910cd02014-06-11 01:37:35 +02002113
Lennart Poetteringef43a392015-04-22 18:18:56 +02002114 j = ordered_hashmap_get(items, prefix);
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05002115 if (j) {
2116 int s;
2117
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002118 s = process_item_array(j);
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05002119 if (s < 0 && t == 0)
2120 t = s;
2121 }
Lennart Poettering1910cd02014-06-11 01:37:35 +02002122 }
2123
NeilBrown655f2da2017-09-04 23:35:07 +10002124 if (chase_symlinks(i->path, NULL, CHASE_NO_AUTOFS, NULL) == -EREMOTE)
2125 return t;
2126
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002127 r = arg_create ? create_item(i) : 0;
Michal Schmidta0896122011-12-15 21:32:50 +01002128 q = arg_remove ? remove_item(i) : 0;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002129 p = arg_clean ? clean_item(i) : 0;
2130
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05002131 return t < 0 ? t :
2132 r < 0 ? r :
2133 q < 0 ? q :
2134 p;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002135}
2136
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002137static int process_item_array(ItemArray *array) {
2138 unsigned n;
2139 int r = 0, k;
Lennart Poettering753615e2014-06-12 23:07:17 +02002140
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002141 assert(array);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002142
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002143 for (n = 0; n < array->count; n++) {
2144 k = process_item(array->items + n);
2145 if (k < 0 && r == 0)
2146 r = k;
2147 }
2148
2149 return r;
2150}
2151
2152static void item_free_contents(Item *i) {
2153 assert(i);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002154 free(i->path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002155 free(i->argument);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002156 strv_free(i->xattrs);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002157
Zbigniew Jędrzejewski-Szmek349cc4a2017-10-03 10:41:51 +02002158#if HAVE_ACL
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002159 acl_free(i->acl_access);
2160 acl_free(i->acl_default);
2161#endif
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002162}
2163
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002164static void item_array_free(ItemArray *a) {
2165 unsigned n;
Maciej Wereskie2f2fb72013-07-19 15:43:12 +02002166
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002167 if (!a)
2168 return;
2169
2170 for (n = 0; n < a->count; n++)
2171 item_free_contents(a->items + n);
2172 free(a->items);
2173 free(a);
2174}
2175
Lennart Poettering17493fa2015-04-10 16:22:22 +02002176static int item_compare(const void *a, const void *b) {
2177 const Item *x = a, *y = b;
2178
2179 /* Make sure that the ownership taking item is put first, so
2180 * that we first create the node, and then can adjust it */
2181
2182 if (takes_ownership(x->type) && !takes_ownership(y->type))
2183 return -1;
2184 if (!takes_ownership(x->type) && takes_ownership(y->type))
2185 return 1;
2186
2187 return (int) x->type - (int) y->type;
2188}
2189
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002190static bool item_compatible(Item *a, Item *b) {
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002191 assert(a);
2192 assert(b);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002193 assert(streq(a->path, b->path));
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002194
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002195 if (takes_ownership(a->type) && takes_ownership(b->type))
2196 /* check if the items are the same */
2197 return streq_ptr(a->argument, b->argument) &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002198
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002199 a->uid_set == b->uid_set &&
2200 a->uid == b->uid &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002201
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002202 a->gid_set == b->gid_set &&
2203 a->gid == b->gid &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002204
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002205 a->mode_set == b->mode_set &&
2206 a->mode == b->mode &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002207
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002208 a->age_set == b->age_set &&
2209 a->age == b->age &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002210
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002211 a->mask_perms == b->mask_perms &&
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002212
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002213 a->keep_first_level == b->keep_first_level &&
Lennart Poettering468d7262012-01-17 15:04:12 +01002214
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002215 a->major_minor == b->major_minor;
Lennart Poettering468d7262012-01-17 15:04:12 +01002216
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002217 return true;
2218}
2219
Dave Reisnera2aced42013-07-24 11:10:05 -04002220static bool should_include_path(const char *path) {
2221 char **prefix;
2222
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002223 STRV_FOREACH(prefix, arg_exclude_prefixes)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002224 if (path_startswith(path, *prefix)) {
2225 log_debug("Entry \"%s\" matches exclude prefix \"%s\", skipping.",
2226 path, *prefix);
Dave Reisner5c795112013-07-24 11:19:24 -04002227 return false;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002228 }
Dave Reisnera2aced42013-07-24 11:10:05 -04002229
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002230 STRV_FOREACH(prefix, arg_include_prefixes)
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002231 if (path_startswith(path, *prefix)) {
2232 log_debug("Entry \"%s\" matches include prefix \"%s\".", path, *prefix);
Dave Reisnera2aced42013-07-24 11:10:05 -04002233 return true;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002234 }
Dave Reisnera2aced42013-07-24 11:10:05 -04002235
Dave Reisner5c795112013-07-24 11:19:24 -04002236 /* no matches, so we should include this path only if we
2237 * have no whitelist at all */
Lennart Poettering7b943bb2017-11-29 12:40:22 +01002238 if (strv_isempty(arg_include_prefixes))
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002239 return true;
2240
2241 log_debug("Entry \"%s\" does not match any include prefix, skipping.", path);
2242 return false;
Dave Reisnera2aced42013-07-24 11:10:05 -04002243}
2244
Franck Bui4cef1922017-11-16 11:27:29 +01002245static int specifier_expansion_from_arg(Item *i) {
2246 _cleanup_free_ char *unescaped = NULL, *resolved = NULL;
2247 char **xattr;
2248 int r;
2249
2250 assert(i);
2251
2252 if (i->argument == NULL)
2253 return 0;
2254
2255 switch (i->type) {
2256 case COPY_FILES:
2257 case CREATE_SYMLINK:
2258 case CREATE_FILE:
2259 case TRUNCATE_FILE:
2260 case WRITE_FILE:
2261 r = cunescape(i->argument, 0, &unescaped);
2262 if (r < 0)
2263 return log_error_errno(r, "Failed to unescape parameter to write: %s", i->argument);
2264
2265 r = specifier_printf(unescaped, specifier_table, NULL, &resolved);
2266 if (r < 0)
2267 return r;
2268
2269 free_and_replace(i->argument, resolved);
2270 break;
2271
2272 case SET_XATTR:
2273 case RECURSIVE_SET_XATTR:
2274 assert(i->xattrs);
2275
2276 STRV_FOREACH (xattr, i->xattrs) {
2277 r = specifier_printf(*xattr, specifier_table, NULL, &resolved);
2278 if (r < 0)
2279 return r;
2280
2281 free_and_replace(*xattr, resolved);
2282 }
2283 break;
2284
2285 default:
2286 break;
2287 }
2288 return 0;
2289}
2290
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002291static int patch_var_run(const char *fname, unsigned line, char **path) {
2292 const char *k;
2293 char *n;
2294
2295 assert(path);
2296 assert(*path);
2297
2298 /* Optionally rewrites lines referencing /var/run/, to use /run/ instead. Why bother? tmpfiles merges lines in
2299 * some cases and detects conflicts in others. If files/directories are specified through two equivalent lines
2300 * this is problematic as neither case will be detected. Ideally we'd detect these cases by resolving symlinks
2301 * early, but that's precisely not what we can do here as this code very likely is running very early on, at a
2302 * time where the paths in question are not available yet, or even more importantly, our own tmpfiles rules
2303 * might create the paths that are intermediary to the listed paths. We can't really cover the generic case,
2304 * but the least we can do is cover the specific case of /var/run vs. /run, as /var/run is a legacy name for
2305 * /run only, and we explicitly document that and require that on systemd systems the former is a symlink to
2306 * the latter. Moreover files below this path are by far the primary usecase for tmpfiles.d/. */
2307
2308 k = path_startswith(*path, "/var/run/");
2309 if (isempty(k)) /* Don't complain about other paths than /var/run, and not about /var/run itself either. */
2310 return 0;
2311
2312 n = strjoin("/run/", k);
2313 if (!n)
2314 return log_oom();
2315
2316 /* Also log about this briefly. We do so at LOG_NOTICE level, as we fixed up the situation automatically, hence
2317 * there's no immediate need for action by the user. However, in the interest of making things less confusing
2318 * to the user, let's still inform the user that these snippets should really be updated. */
2319
2320 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);
2321
2322 free(*path);
2323 *path = n;
2324
2325 return 0;
2326}
2327
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002328static int parse_line(const char *fname, unsigned line, const char *buffer, bool *invalid_config) {
Lennart Poettering1731e342013-09-17 11:02:02 -05002329
Lennart Poetteringcde684a2014-06-10 22:50:46 +02002330 _cleanup_free_ char *action = NULL, *mode = NULL, *user = NULL, *group = NULL, *age = NULL, *path = NULL;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002331 _cleanup_(item_free_contents) Item i = {};
2332 ItemArray *existing;
Lennart Poetteringef43a392015-04-22 18:18:56 +02002333 OrderedHashmap *h;
daurnimator657cf7f2015-03-09 15:11:44 -04002334 int r, pos;
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002335 bool force = false, boot = false;
Lennart Poettering5008d582010-09-28 02:34:02 +02002336
2337 assert(fname);
2338 assert(line >= 1);
2339 assert(buffer);
2340
Richard Maw68685602015-06-23 16:20:53 +00002341 r = extract_many_words(
Lennart Poettering4034a062015-03-23 18:55:36 +07002342 &buffer,
Richard Maw68685602015-06-23 16:20:53 +00002343 NULL,
Richard Maw12ba2c42015-06-23 16:26:49 +00002344 EXTRACT_QUOTES,
Lennart Poettering4034a062015-03-23 18:55:36 +07002345 &action,
2346 &path,
2347 &mode,
2348 &user,
2349 &group,
2350 &age,
2351 NULL);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002352 if (r < 0) {
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002353 if (IN_SET(r, -EINVAL, -EBADSLT))
2354 /* invalid quoting and such or an unknown specifier */
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002355 *invalid_config = true;
daurnimator657cf7f2015-03-09 15:11:44 -04002356 return log_error_errno(r, "[%s:%u] Failed to parse line: %m", fname, line);
Lennart Poettering4b936992018-05-10 11:29:11 -07002357 } else if (r < 2) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002358 *invalid_config = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002359 log_error("[%s:%u] Syntax error.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002360 return -EIO;
Lennart Poettering5008d582010-09-28 02:34:02 +02002361 }
2362
Lennart Poetteringaa5f6812015-04-21 01:10:19 +02002363 if (!isempty(buffer) && !streq(buffer, "-")) {
Lennart Poettering4034a062015-03-23 18:55:36 +07002364 i.argument = strdup(buffer);
2365 if (!i.argument)
2366 return log_oom();
2367 }
2368
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002369 if (isempty(action)) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002370 *invalid_config = true;
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002371 log_error("[%s:%u] Command too short '%s'.", fname, line, action);
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002372 return -EINVAL;
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002373 }
2374
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002375 for (pos = 1; action[pos]; pos++) {
2376 if (action[pos] == '!' && !boot)
2377 boot = true;
2378 else if (action[pos] == '+' && !force)
2379 force = true;
2380 else {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002381 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek5f255142015-01-09 01:11:01 -05002382 log_error("[%s:%u] Unknown modifiers in command '%s'",
2383 fname, line, action);
2384 return -EINVAL;
2385 }
Lennart Poettering2e78fa72014-06-16 13:21:07 +02002386 }
2387
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002388 if (boot && !arg_boot) {
2389 log_debug("Ignoring entry %s \"%s\" because --boot is not specified.",
2390 action, path);
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002391 return 0;
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002392 }
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002393
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002394 i.type = action[0];
2395 i.force = force;
Lennart Poettering1731e342013-09-17 11:02:02 -05002396
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002397 r = specifier_printf(path, specifier_table, NULL, &i.path);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +01002398 if (r == -ENXIO)
Franck Bui4cef1922017-11-16 11:27:29 +01002399 return log_unresolvable_specifier(fname, line);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002400 if (r < 0) {
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002401 if (IN_SET(r, -EINVAL, -EBADSLT))
2402 *invalid_config = true;
Franck Bui4cef1922017-11-16 11:27:29 +01002403 return log_error_errno(r, "[%s:%u] Failed to replace specifiers: %s", fname, line, path);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002404 }
Lennart Poettering1731e342013-09-17 11:02:02 -05002405
Lennart Poetteringa2d1fb82018-05-16 22:15:46 -04002406 r = patch_var_run(fname, line, &i.path);
2407 if (r < 0)
2408 return r;
2409
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002410 switch (i.type) {
Lennart Poettering468d7262012-01-17 15:04:12 +01002411
Michal Schmidt777b87e2011-12-16 18:27:35 +01002412 case CREATE_DIRECTORY:
Lennart Poetteringd7b8eec2014-12-27 18:46:36 +01002413 case CREATE_SUBVOLUME:
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002414 case CREATE_SUBVOLUME_INHERIT_QUOTA:
2415 case CREATE_SUBVOLUME_NEW_QUOTA:
Zbigniew Jędrzejewski-Szmekdf8dee82016-04-20 00:06:25 -04002416 case EMPTY_DIRECTORY:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002417 case TRUNCATE_DIRECTORY:
2418 case CREATE_FIFO:
2419 case IGNORE_PATH:
Michal Sekletar78a92a52013-01-18 16:13:08 +01002420 case IGNORE_DIRECTORY_PATH:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002421 case REMOVE_PATH:
2422 case RECURSIVE_REMOVE_PATH:
Lennart Poetteringe73a03e2014-06-10 23:42:16 +02002423 case ADJUST_MODE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002424 case RELABEL_PATH:
2425 case RECURSIVE_RELABEL_PATH:
Lennart Poetteringc82500c2015-04-10 14:46:05 +02002426 if (i.argument)
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002427 log_warning("[%s:%u] %c lines don't take argument fields, ignoring.", fname, line, i.type);
Lennart Poetteringc82500c2015-04-10 14:46:05 +02002428
2429 break;
2430
2431 case CREATE_FILE:
2432 case TRUNCATE_FILE:
Michal Schmidt777b87e2011-12-16 18:27:35 +01002433 break;
Lennart Poettering468d7262012-01-17 15:04:12 +01002434
2435 case CREATE_SYMLINK:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002436 if (!i.argument) {
2437 i.argument = strappend("/usr/share/factory/", i.path);
2438 if (!i.argument)
Kay Sievers2f3b8732014-06-20 15:57:43 +02002439 return log_oom();
Lennart Poettering468d7262012-01-17 15:04:12 +01002440 }
2441 break;
2442
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002443 case WRITE_FILE:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002444 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002445 *invalid_config = true;
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002446 log_error("[%s:%u] Write file requires argument.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002447 return -EBADMSG;
Lennart Poettering31ed59c2012-01-18 16:39:04 +01002448 }
2449 break;
2450
Lennart Poettering849958d2014-06-10 23:02:40 +02002451 case COPY_FILES:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002452 if (!i.argument) {
2453 i.argument = strappend("/usr/share/factory/", i.path);
2454 if (!i.argument)
Kay Sievers2f3b8732014-06-20 15:57:43 +02002455 return log_oom();
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002456 } else if (!path_is_absolute(i.argument)) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002457 *invalid_config = true;
Lennart Poettering849958d2014-06-10 23:02:40 +02002458 log_error("[%s:%u] Source path is not absolute.", fname, line);
2459 return -EBADMSG;
2460 }
2461
Yu Watanabe858d36c2018-05-31 23:39:31 +09002462 path_simplify(i.argument, false);
Lennart Poettering849958d2014-06-10 23:02:40 +02002463 break;
2464
Lennart Poettering468d7262012-01-17 15:04:12 +01002465 case CREATE_CHAR_DEVICE:
2466 case CREATE_BLOCK_DEVICE: {
2467 unsigned major, minor;
2468
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002469 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002470 *invalid_config = true;
Lennart Poettering468d7262012-01-17 15:04:12 +01002471 log_error("[%s:%u] Device file requires argument.", fname, line);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002472 return -EBADMSG;
Lennart Poettering468d7262012-01-17 15:04:12 +01002473 }
2474
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002475 if (sscanf(i.argument, "%u:%u", &major, &minor) != 2) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002476 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002477 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 -04002478 return -EBADMSG;
Lennart Poettering468d7262012-01-17 15:04:12 +01002479 }
2480
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002481 i.major_minor = makedev(major, minor);
Lennart Poettering468d7262012-01-17 15:04:12 +01002482 break;
2483 }
2484
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002485 case SET_XATTR:
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002486 case RECURSIVE_SET_XATTR:
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002487 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002488 *invalid_config = true;
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002489 log_error("[%s:%u] Set extended attribute requires argument.", fname, line);
2490 return -EBADMSG;
2491 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002492 r = parse_xattrs_from_arg(&i);
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002493 if (r < 0)
2494 return r;
2495 break;
2496
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002497 case SET_ACL:
Zbigniew Jędrzejewski-Szmekb705ab62015-01-18 02:10:00 -05002498 case RECURSIVE_SET_ACL:
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002499 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002500 *invalid_config = true;
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002501 log_error("[%s:%u] Set ACLs requires argument.", fname, line);
2502 return -EBADMSG;
2503 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002504 r = parse_acls_from_arg(&i);
Zbigniew Jędrzejewski-Szmekf8eeeaf2015-01-17 23:27:39 -05002505 if (r < 0)
2506 return r;
2507 break;
2508
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002509 case SET_ATTRIBUTE:
2510 case RECURSIVE_SET_ATTRIBUTE:
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002511 if (!i.argument) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002512 *invalid_config = true;
Lennart Poettering88ec4df2015-04-08 22:35:52 +02002513 log_error("[%s:%u] Set file attribute requires argument.", fname, line);
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002514 return -EBADMSG;
2515 }
Lennart Poetteringbd550f72015-04-10 16:03:24 +02002516 r = parse_attribute_from_arg(&i);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002517 if (IN_SET(r, -EINVAL, -EBADSLT))
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002518 *invalid_config = true;
Goffredo Baroncelli22c3a6c2015-03-16 20:33:50 +01002519 if (r < 0)
2520 return r;
2521 break;
2522
Michal Schmidt777b87e2011-12-16 18:27:35 +01002523 default:
Zbigniew Jędrzejewski-Szmek582deb82015-01-24 01:54:05 -05002524 log_error("[%s:%u] Unknown command type '%c'.", fname, line, (char) i.type);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002525 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002526 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002527 }
Lennart Poettering468d7262012-01-17 15:04:12 +01002528
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002529 if (!path_is_absolute(i.path)) {
2530 log_error("[%s:%u] Path '%s' not absolute.", fname, line, i.path);
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002531 *invalid_config = true;
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002532 return -EBADMSG;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002533 }
2534
Yu Watanabe858d36c2018-05-31 23:39:31 +09002535 path_simplify(i.path, false);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002536
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002537 if (!should_include_path(i.path))
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002538 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02002539
Franck Bui4cef1922017-11-16 11:27:29 +01002540 r = specifier_expansion_from_arg(&i);
Zbigniew Jędrzejewski-Szmek5a8575e2017-11-23 13:56:32 +01002541 if (r == -ENXIO)
Franck Bui4cef1922017-11-16 11:27:29 +01002542 return log_unresolvable_specifier(fname, line);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002543 if (r < 0) {
2544 if (IN_SET(r, -EINVAL, -EBADSLT))
2545 *invalid_config = true;
Franck Bui4cef1922017-11-16 11:27:29 +01002546 return log_error_errno(r, "[%s:%u] Failed to substitute specifiers in argument: %m",
2547 fname, line);
Zbigniew Jędrzejewski-Szmek751223f2017-11-24 12:19:40 +01002548 }
Franck Bui4cef1922017-11-16 11:27:29 +01002549
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002550 if (arg_root) {
Lennart Poetteringcde684a2014-06-10 22:50:46 +02002551 char *p;
2552
Lennart Poettering1d13f642015-05-13 17:42:10 +02002553 p = prefix_root(arg_root, i.path);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002554 if (!p)
2555 return log_oom();
2556
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002557 free(i.path);
2558 i.path = p;
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002559 }
2560
Lennart Poettering90937fe2015-04-10 16:04:16 +02002561 if (!isempty(user) && !streq(user, "-")) {
Lennart Poettering4b678342011-07-23 01:17:59 +02002562 const char *u = user;
Lennart Poettering5008d582010-09-28 02:34:02 +02002563
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002564 r = get_user_creds(&u, &i.uid, NULL, NULL, NULL);
Lennart Poettering4b678342011-07-23 01:17:59 +02002565 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002566 *invalid_config = true;
2567 return log_error_errno(r, "[%s:%u] Unknown user '%s'.", fname, line, user);
Lennart Poettering5008d582010-09-28 02:34:02 +02002568 }
2569
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002570 i.uid_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002571 }
2572
Lennart Poettering90937fe2015-04-10 16:04:16 +02002573 if (!isempty(group) && !streq(group, "-")) {
Lennart Poettering4b678342011-07-23 01:17:59 +02002574 const char *g = group;
Lennart Poettering5008d582010-09-28 02:34:02 +02002575
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002576 r = get_group_creds(&g, &i.gid);
Lennart Poettering4b678342011-07-23 01:17:59 +02002577 if (r < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002578 *invalid_config = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002579 log_error("[%s:%u] Unknown group '%s'.", fname, line, group);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002580 return r;
Lennart Poettering5008d582010-09-28 02:34:02 +02002581 }
2582
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002583 i.gid_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002584 }
2585
Lennart Poettering90937fe2015-04-10 16:04:16 +02002586 if (!isempty(mode) && !streq(mode, "-")) {
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002587 const char *mm = mode;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002588 unsigned m;
Lennart Poettering5008d582010-09-28 02:34:02 +02002589
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002590 if (*mm == '~') {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002591 i.mask_perms = true;
Lennart Poetteringabef3f92014-06-11 10:14:07 +02002592 mm++;
2593 }
2594
Lennart Poettering2ff7b0a2015-04-10 14:43:06 +02002595 if (parse_mode(mm, &m) < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002596 *invalid_config = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002597 log_error("[%s:%u] Invalid mode '%s'.", fname, line, mode);
Lennart Poettering2ff7b0a2015-04-10 14:43:06 +02002598 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002599 }
2600
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002601 i.mode = m;
2602 i.mode_set = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002603 } else
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002604 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 +02002605
Lennart Poettering90937fe2015-04-10 16:04:16 +02002606 if (!isempty(age) && !streq(age, "-")) {
Lennart Poettering24f3a372012-06-20 09:05:50 +02002607 const char *a = age;
2608
2609 if (*a == '~') {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002610 i.keep_first_level = true;
Lennart Poettering24f3a372012-06-20 09:05:50 +02002611 a++;
2612 }
2613
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002614 if (parse_sec(a, &i.age) < 0) {
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002615 *invalid_config = true;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002616 log_error("[%s:%u] Invalid age '%s'.", fname, line, age);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002617 return -EBADMSG;
Lennart Poettering5008d582010-09-28 02:34:02 +02002618 }
2619
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002620 i.age_set = true;
Lennart Poettering5008d582010-09-28 02:34:02 +02002621 }
2622
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002623 h = needs_glob(i.type) ? globs : items;
Lennart Poettering022707d2011-01-05 16:11:15 +01002624
Lennart Poetteringef43a392015-04-22 18:18:56 +02002625 existing = ordered_hashmap_get(h, i.path);
Lennart Poettering468d7262012-01-17 15:04:12 +01002626 if (existing) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002627 unsigned n;
2628
2629 for (n = 0; n < existing->count; n++) {
Martin Pitt6487ada2015-03-05 14:58:56 +01002630 if (!item_compatible(existing->items + n, &i)) {
Zbigniew Jędrzejewski-Szmeke286dba2017-11-22 14:19:13 +01002631 log_notice("[%s:%u] Duplicate line for path \"%s\", ignoring.",
2632 fname, line, i.path);
Martin Pitt6487ada2015-03-05 14:58:56 +01002633 return 0;
2634 }
Maciej Wereskiebf4e802014-12-04 10:32:10 +01002635 }
2636 } else {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002637 existing = new0(ItemArray, 1);
Lennart Poettering07982ed2018-01-22 15:32:57 +01002638 if (!existing)
2639 return log_oom();
2640
Lennart Poetteringef43a392015-04-22 18:18:56 +02002641 r = ordered_hashmap_put(h, i.path, existing);
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002642 if (r < 0)
2643 return log_oom();
Lennart Poetteringbfe95f32011-04-08 04:49:43 +02002644 }
2645
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002646 if (!GREEDY_REALLOC(existing->items, existing->size, existing->count + 1))
2647 return log_oom();
Lennart Poettering5008d582010-09-28 02:34:02 +02002648
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002649 memcpy(existing->items + existing->count++, &i, sizeof(i));
Zbigniew Jędrzejewski-Szmekdd449ac2015-04-10 18:57:05 -04002650
2651 /* Sort item array, to enforce stable ordering of application */
2652 qsort_safe(existing->items, existing->count, sizeof(Item), item_compare);
Lennart Poettering17493fa2015-04-10 16:22:22 +02002653
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002654 zero(i);
Zbigniew Jędrzejewski-Szmek7f2c1f42013-03-31 16:29:46 -04002655 return 0;
Lennart Poettering5008d582010-09-28 02:34:02 +02002656}
2657
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002658static int cat_config(char **config_dirs, char **args) {
2659 _cleanup_strv_free_ char **files = NULL;
2660 int r;
2661
2662 r = conf_files_list_with_replacement(arg_root, config_dirs, arg_replace, &files, NULL);
2663 if (r < 0)
2664 return r;
2665
2666 return cat_files(NULL, files, 0);
2667}
2668
Zbigniew Jędrzejewski-Szmek601185b2014-08-02 11:12:21 -04002669static void help(void) {
Lennart Poettering522d4a42011-02-13 15:08:15 +01002670 printf("%s [OPTIONS...] [CONFIGURATION FILE...]\n\n"
2671 "Creates, deletes and cleans up volatile and temporary files and directories.\n\n"
Dave Reisner5c795112013-07-24 11:19:24 -04002672 " -h --help Show this help\n"
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002673 " --user Execute user configuration\n"
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002674 " --version Show package version\n"
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002675 " --cat-config Show configuration files\n"
Dave Reisner5c795112013-07-24 11:19:24 -04002676 " --create Create marked files/directories\n"
2677 " --clean Clean up marked directories\n"
2678 " --remove Remove marked files/directories\n"
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002679 " --boot Execute actions only safe at boot\n"
Zbigniew Jędrzejewski-Szmek79ca8882015-01-27 21:22:08 -05002680 " --prefix=PATH Only apply rules with the specified prefix\n"
2681 " --exclude-prefix=PATH Ignore rules with the specified prefix\n"
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002682 " --root=PATH Operate on an alternate filesystem root\n"
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002683 " --replace=PATH Treat arguments as replacement for PATH\n"
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002684 " --no-pager Do not pipe output into a pager\n"
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002685 , program_invocation_short_name);
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002686}
2687
2688static int parse_argv(int argc, char *argv[]) {
2689
2690 enum {
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002691 ARG_VERSION = 0x100,
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002692 ARG_CAT_CONFIG,
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002693 ARG_USER,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002694 ARG_CREATE,
2695 ARG_CLEAN,
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002696 ARG_REMOVE,
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002697 ARG_BOOT,
Dave Reisner5c795112013-07-24 11:19:24 -04002698 ARG_PREFIX,
2699 ARG_EXCLUDE_PREFIX,
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002700 ARG_ROOT,
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002701 ARG_REPLACE,
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002702 ARG_NO_PAGER,
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002703 };
2704
2705 static const struct option options[] = {
Dave Reisner5c795112013-07-24 11:19:24 -04002706 { "help", no_argument, NULL, 'h' },
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002707 { "user", no_argument, NULL, ARG_USER },
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002708 { "version", no_argument, NULL, ARG_VERSION },
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002709 { "cat-config", no_argument, NULL, ARG_CAT_CONFIG },
Dave Reisner5c795112013-07-24 11:19:24 -04002710 { "create", no_argument, NULL, ARG_CREATE },
2711 { "clean", no_argument, NULL, ARG_CLEAN },
2712 { "remove", no_argument, NULL, ARG_REMOVE },
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002713 { "boot", no_argument, NULL, ARG_BOOT },
Dave Reisner5c795112013-07-24 11:19:24 -04002714 { "prefix", required_argument, NULL, ARG_PREFIX },
2715 { "exclude-prefix", required_argument, NULL, ARG_EXCLUDE_PREFIX },
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002716 { "root", required_argument, NULL, ARG_ROOT },
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002717 { "replace", required_argument, NULL, ARG_REPLACE },
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002718 { "no-pager", no_argument, NULL, ARG_NO_PAGER },
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002719 {}
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002720 };
2721
Lennart Poettering0f474362015-10-22 19:28:31 +02002722 int c, r;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002723
2724 assert(argc >= 0);
2725 assert(argv);
2726
Zbigniew Jędrzejewski-Szmek601185b2014-08-02 11:12:21 -04002727 while ((c = getopt_long(argc, argv, "h", options, NULL)) >= 0)
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002728
2729 switch (c) {
2730
2731 case 'h':
Zbigniew Jędrzejewski-Szmek601185b2014-08-02 11:12:21 -04002732 help();
2733 return 0;
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002734
2735 case ARG_VERSION:
Lennart Poettering3f6fd1b2015-09-23 03:01:06 +02002736 return version();
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002737
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002738 case ARG_CAT_CONFIG:
2739 arg_cat_config = true;
2740 break;
2741
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002742 case ARG_USER:
2743 arg_user = true;
2744 break;
2745
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002746 case ARG_CREATE:
2747 arg_create = true;
2748 break;
2749
2750 case ARG_CLEAN:
2751 arg_clean = true;
2752 break;
2753
2754 case ARG_REMOVE:
2755 arg_remove = true;
2756 break;
2757
Zbigniew Jędrzejewski-Szmek81815652013-12-30 13:00:38 -05002758 case ARG_BOOT:
2759 arg_boot = true;
Zbigniew Jędrzejewski-Szmekc4708f12013-12-20 20:25:39 -05002760 break;
2761
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002762 case ARG_PREFIX:
Lennart Poettering7bc040f2014-06-11 01:26:28 +02002763 if (strv_push(&arg_include_prefixes, optarg) < 0)
Dave Reisnera2aced42013-07-24 11:10:05 -04002764 return log_oom();
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002765 break;
2766
Dave Reisner5c795112013-07-24 11:19:24 -04002767 case ARG_EXCLUDE_PREFIX:
Lennart Poettering7bc040f2014-06-11 01:26:28 +02002768 if (strv_push(&arg_exclude_prefixes, optarg) < 0)
Dave Reisner5c795112013-07-24 11:19:24 -04002769 return log_oom();
2770 break;
2771
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002772 case ARG_ROOT:
Lennart Poettering0f03c2a2015-10-22 19:54:29 +02002773 r = parse_path_argument_and_warn(optarg, true, &arg_root);
Lennart Poettering0f474362015-10-22 19:28:31 +02002774 if (r < 0)
Lennart Poettering0f03c2a2015-10-22 19:54:29 +02002775 return r;
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07002776 break;
2777
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002778 case ARG_REPLACE:
2779 if (!path_is_absolute(optarg) ||
2780 !endswith(optarg, ".conf")) {
2781 log_error("The argument to --replace= must an absolute path to a config file");
2782 return -EINVAL;
2783 }
2784
2785 arg_replace = optarg;
2786 break;
2787
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002788 case ARG_NO_PAGER:
2789 arg_no_pager = true;
2790 break;
2791
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002792 case '?':
2793 return -EINVAL;
2794
2795 default:
Lennart Poetteringeb9da372013-11-06 18:28:39 +01002796 assert_not_reached("Unhandled option");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002797 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002798
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002799 if (!arg_clean && !arg_create && !arg_remove && !arg_cat_config) {
Harald Hoyer35b8ca32011-02-21 15:32:17 +01002800 log_error("You need to specify at least one of --clean, --create or --remove.");
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002801 return -EINVAL;
2802 }
2803
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002804 if (arg_replace && arg_cat_config) {
2805 log_error("Option --replace= is not supported with --cat-config");
2806 return -EINVAL;
2807 }
2808
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002809 if (arg_replace && optind >= argc) {
2810 log_error("When --replace= is given, some configuration items must be specified");
2811 return -EINVAL;
2812 }
2813
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002814 return 1;
2815}
2816
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002817static 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 -04002818 _cleanup_fclose_ FILE *_f = NULL;
2819 FILE *f;
Lennart Poettering1731e342013-09-17 11:02:02 -05002820 char line[LINE_MAX];
Michal Sekletar78a92a52013-01-18 16:13:08 +01002821 Iterator iterator;
Lennart Poettering1731e342013-09-17 11:02:02 -05002822 unsigned v = 0;
Michal Sekletar78a92a52013-01-18 16:13:08 +01002823 Item *i;
Lennart Poettering4e68ec12016-06-21 13:20:23 +02002824 int r = 0;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002825
2826 assert(fn);
2827
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04002828 if (streq(fn, "-")) {
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002829 log_debug("Reading config from stdin…");
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04002830 fn = "<stdin>";
2831 f = stdin;
2832 } else {
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002833 r = search_and_fopen(fn, "re", arg_root, (const char**) config_dirs, &_f);
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04002834 if (r < 0) {
2835 if (ignore_enoent && r == -ENOENT) {
2836 log_debug_errno(r, "Failed to open \"%s\", ignoring: %m", fn);
2837 return 0;
2838 }
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002839
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04002840 return log_error_errno(r, "Failed to open '%s': %m", fn);
2841 }
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002842 log_debug("Reading config file \"%s\"…", fn);
Zbigniew Jędrzejewski-Szmekf7ac1ed2016-04-19 22:34:04 -04002843 f = _f;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002844 }
2845
Lennart Poettering1731e342013-09-17 11:02:02 -05002846 FOREACH_LINE(line, f, break) {
2847 char *l;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002848 int k;
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002849 bool invalid_line = false;
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002850
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002851 v++;
2852
2853 l = strstrip(line);
Yu Watanabe4c701092017-10-04 23:01:32 +09002854 if (IN_SET(*l, 0, '#'))
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002855 continue;
2856
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002857 k = parse_line(fn, v, l, &invalid_line);
2858 if (k < 0) {
2859 if (invalid_line)
2860 /* Allow reporting with a special code if the caller requested this */
2861 *invalid_config = true;
2862 else if (r == 0)
2863 /* The first error becomes our return value */
2864 r = k;
2865 }
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002866 }
2867
Michal Sekletar78a92a52013-01-18 16:13:08 +01002868 /* we have to determine age parameter for each entry of type X */
Lennart Poetteringef43a392015-04-22 18:18:56 +02002869 ORDERED_HASHMAP_FOREACH(i, globs, iterator) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01002870 Iterator iter;
2871 Item *j, *candidate_item = NULL;
2872
2873 if (i->type != IGNORE_DIRECTORY_PATH)
2874 continue;
2875
Lennart Poetteringef43a392015-04-22 18:18:56 +02002876 ORDERED_HASHMAP_FOREACH(j, items, iter) {
Lennart Poettering5fb13eb2015-10-21 19:46:23 +02002877 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 +01002878 continue;
2879
2880 if (path_equal(j->path, i->path)) {
2881 candidate_item = j;
2882 break;
2883 }
2884
2885 if ((!candidate_item && path_startswith(i->path, j->path)) ||
2886 (candidate_item && path_startswith(j->path, candidate_item->path) && (fnmatch(i->path, j->path, FNM_PATHNAME | FNM_PERIOD) == 0)))
2887 candidate_item = j;
2888 }
2889
Richard Weinberger9ed2a352014-09-09 11:09:37 +02002890 if (candidate_item && candidate_item->age_set) {
Michal Sekletar78a92a52013-01-18 16:13:08 +01002891 i->age = candidate_item->age;
2892 i->age_set = true;
2893 }
2894 }
2895
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002896 if (ferror(f)) {
Michal Schmidt56f64d92014-11-28 19:29:59 +01002897 log_error_errno(errno, "Failed to read from file %s: %m", fn);
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002898 if (r == 0)
2899 r = -EIO;
2900 }
2901
Lennart Poetteringfba6e682011-02-13 14:00:54 +01002902 return r;
2903}
2904
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002905static int parse_arguments(char **config_dirs, char **args, bool *invalid_config) {
2906 char **arg;
2907 int r;
2908
2909 STRV_FOREACH(arg, args) {
2910 r = read_config_file(config_dirs, *arg, false, invalid_config);
2911 if (r < 0)
2912 return r;
2913 }
2914
2915 return 0;
2916}
2917
2918static int read_config_files(char **config_dirs, char **args, bool *invalid_config) {
2919 _cleanup_strv_free_ char **files = NULL;
2920 _cleanup_free_ char *p = NULL;
2921 char **f;
2922 int r;
2923
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002924 r = conf_files_list_with_replacement(arg_root, config_dirs, arg_replace, &files, &p);
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002925 if (r < 0)
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002926 return r;
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002927
2928 STRV_FOREACH(f, files)
2929 if (p && path_equal(*f, p)) {
2930 log_debug("Parsing arguments at position \"%s\"…", *f);
2931
2932 r = parse_arguments(config_dirs, args, invalid_config);
2933 if (r < 0)
2934 return r;
2935 } else
2936 /* Just warn, ignore result otherwise.
2937 * read_config_file() has some debug output, so no need to print anything. */
2938 (void) read_config_file(config_dirs, *f, true, invalid_config);
2939
2940 return 0;
2941}
2942
Lennart Poettering5008d582010-09-28 02:34:02 +02002943int main(int argc, char *argv[]) {
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02002944 int r, k, r_process = 0;
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05002945 ItemArray *a;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002946 Iterator iterator;
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002947 _cleanup_strv_free_ char **config_dirs = NULL;
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01002948 bool invalid_config = false;
Lennart Poettering5008d582010-09-28 02:34:02 +02002949
Lennart Poetteringfdcad0c2012-01-11 22:07:35 +01002950 r = parse_argv(argc, argv);
2951 if (r <= 0)
Lennart Poettering753615e2014-06-12 23:07:17 +02002952 goto finish;
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02002953
Lennart Poetteringeb0ca9e2011-02-12 09:31:38 +01002954 log_set_target(LOG_TARGET_AUTO);
Lennart Poettering5008d582010-09-28 02:34:02 +02002955 log_parse_environment();
2956 log_open();
2957
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002958 if (arg_user) {
2959 r = user_config_paths(&config_dirs);
2960 if (r < 0) {
2961 log_error_errno(r, "Failed to initialize configuration directory list: %m");
2962 goto finish;
2963 }
2964 } else {
2965 config_dirs = strv_split_nulstr(CONF_PATHS_NULSTR("tmpfiles.d"));
2966 if (!config_dirs) {
2967 r = log_oom();
2968 goto finish;
2969 }
2970 }
2971
Lennart Poettering79c91ce2018-01-22 15:33:13 +01002972 if (DEBUG_LOGGING) {
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002973 _cleanup_free_ char *t = NULL;
2974
2975 t = strv_join(config_dirs, "\n\t");
2976 if (t)
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02002977 log_debug("Looking for configuration files in (higher priority first):\n\t%s", t);
Zbigniew Jędrzejewski-Szmekf2b5ca02017-11-23 11:20:29 +01002978 }
2979
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002980 if (arg_cat_config) {
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02002981 (void) pager_open(arg_no_pager, false);
2982
Zbigniew Jędrzejewski-Szmekceaaeb92018-04-26 19:07:54 +02002983 r = cat_config(config_dirs, argv + optind);
2984 goto finish;
2985 }
2986
2987 umask(0022);
2988
2989 mac_selinux_init();
2990
2991 items = ordered_hashmap_new(&string_hash_ops);
2992 globs = ordered_hashmap_new(&string_hash_ops);
2993
2994 if (!items || !globs) {
2995 r = log_oom();
2996 goto finish;
2997 }
2998
Zbigniew Jędrzejewski-Szmeka6d84742018-02-05 14:53:11 +01002999 /* If command line arguments are specified along with --replace, read all
3000 * configuration files and insert the positional arguments at the specified
3001 * place. Otherwise, if command line arguments are specified, execute just
3002 * them, and finally, without --replace= or any positional arguments, just
3003 * read configuration and execute it.
3004 */
3005 if (arg_replace || optind >= argc)
3006 r = read_config_files(config_dirs, argv + optind, &invalid_config);
3007 else
3008 r = parse_arguments(config_dirs, argv + optind, &invalid_config);
3009 if (r < 0)
3010 goto finish;
Lennart Poettering5008d582010-09-28 02:34:02 +02003011
Lennart Poettering17493fa2015-04-10 16:22:22 +02003012 /* The non-globbing ones usually create things, hence we apply
3013 * them first */
Lennart Poetteringef43a392015-04-22 18:18:56 +02003014 ORDERED_HASHMAP_FOREACH(a, items, iterator) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003015 k = process_item_array(a);
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003016 if (k < 0 && r_process == 0)
3017 r_process = k;
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05003018 }
Lennart Poetteringb8bb3e82011-02-12 09:31:25 +01003019
Lennart Poettering17493fa2015-04-10 16:22:22 +02003020 /* The globbing ones usually alter things, hence we apply them
3021 * second. */
Lennart Poetteringef43a392015-04-22 18:18:56 +02003022 ORDERED_HASHMAP_FOREACH(a, globs, iterator) {
Zbigniew Jędrzejewski-Szmek3f93da92015-01-09 02:00:37 -05003023 k = process_item_array(a);
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003024 if (k < 0 && r_process == 0)
3025 r_process = k;
Zbigniew Jędrzejewski-Szmek1db50422015-01-06 09:53:12 -05003026 }
Lennart Poettering3b63d2d2010-10-18 22:38:41 +02003027
Lennart Poettering5008d582010-09-28 02:34:02 +02003028finish:
Lennart Poetteringdcd5c892018-06-12 15:37:53 +02003029 pager_close();
3030
Zbigniew Jędrzejewski-Szmek224b0e72017-11-28 12:35:49 +01003031 ordered_hashmap_free_with_destructor(items, item_array_free);
3032 ordered_hashmap_free_with_destructor(globs, item_array_free);
Lennart Poettering5008d582010-09-28 02:34:02 +02003033
Lennart Poettering7bc040f2014-06-11 01:26:28 +02003034 free(arg_include_prefixes);
3035 free(arg_exclude_prefixes);
Michael Marineaucf9a4ab2014-03-13 21:32:13 -07003036 free(arg_root);
Dave Reisnera2aced42013-07-24 11:10:05 -04003037
Lennart Poettering17b90522011-02-14 21:55:06 +01003038 set_free_free(unix_sockets);
3039
WaLyong Chocc56faf2014-10-23 17:23:46 +09003040 mac_selinux_finish();
Lennart Poettering29003cf2010-10-19 19:36:45 +02003041
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003042 if (r < 0 || ERRNO_IS_RESOURCE(-r_process))
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003043 return EXIT_FAILURE;
3044 else if (invalid_config)
3045 return EX_DATAERR;
Zbigniew Jędrzejewski-Szmekbb9947b2018-03-29 16:19:33 +02003046 else if (r_process < 0)
3047 return EX_CANTCREAT;
Zbigniew Jędrzejewski-Szmekd9daae52017-11-22 14:13:32 +01003048 else
3049 return EXIT_SUCCESS;
Lennart Poettering5008d582010-09-28 02:34:02 +02003050}