Inital 31.1 changes

This commit is contained in:
2026-08-24 17:07:24 -07:00
parent fe65b9bbe4
commit fce9247c63
8 changed files with 41 additions and 354 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ These should end with a slash (/) if their are a directory."
ARGS are passed uncaged to Firejail and should include the proper debug command."
(ignore-error file-missing
(mapcan (lambda (line)
(when (string-match (rx "- " (group (+ any)) eol) line)
(when (string-match (rx "- " (group (+ not-newline)) eol) line)
(list (match-string 1 line))))
(apply 'process-lines firejail-executable args))))