From 4b6621fef34d5270c96731ff8bf997365c06d31d Mon Sep 17 00:00:00 2001 From: Will Fancher Date: Sat, 6 May 2023 16:11:58 -0400 Subject: tmpfiles: Allow C escapes Fixes #26955 --- src/tmpfiles/tmpfiles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 518d8012da..e16f26d8d5 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c @@ -3358,7 +3358,7 @@ static int parse_line( r = extract_many_words( &buffer, NULL, - EXTRACT_UNQUOTE, + EXTRACT_UNQUOTE | EXTRACT_CUNESCAPE, &action, &path, &mode, -- cgit v1.2.3