mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
Merge 'master' into 'feature/igc'
This commit is contained in:
commit
6dcb99a2b8
185 changed files with 2143 additions and 9526 deletions
|
|
@ -1736,6 +1736,12 @@ mountpoint (Bug#44631)."
|
|||
(set-file-modes input-file #o400)
|
||||
(set-file-modes output-file #o200)
|
||||
(set-file-modes directory #o500)
|
||||
(skip-unless
|
||||
(zerop (call-process
|
||||
bwrap nil nil nil
|
||||
"--ro-bind" "/" "/"
|
||||
"--bind" unquoted-file unquoted-file
|
||||
"true")))
|
||||
(with-temp-buffer
|
||||
(let ((status (call-process
|
||||
bwrap nil t nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue