Inital 31.1 changes
This commit is contained in:
@@ -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))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user