emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa-admin ceb7580 390/439: * elpa-admin.el (elpaa--sandboxed-r


From: Philip Kaludercic
Subject: [nongnu] elpa-admin ceb7580 390/439: * elpa-admin.el (elpaa--sandboxed-ro-binds): Add `/bin`
Date: Sun, 17 Oct 2021 15:48:42 -0400 (EDT)

branch: elpa-admin
commit ceb7580266c028d4297c1668039b6a4479848a47
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * elpa-admin.el (elpaa--sandboxed-ro-binds): Add `/bin`
---
 elpa-admin.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elpa-admin.el b/elpa-admin.el
index 4581333..5776521 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -565,7 +565,7 @@ The INFILE and DISPLAY arguments are fixed as nil."
     "--tmpfs" "/tmp"))
 
 (defvar elpaa--sandboxed-ro-binds
-  '("/lib" "/lib64" "/usr" "/etc/alternatives" "/etc/emacs"))
+  '("/lib" "/lib64" "/bin" "/usr" "/etc/alternatives" "/etc/emacs"))
 
 (defun elpaa--call-sandboxed (destination &rest args)
   "Like ‘elpaa--call’ but sandboxed.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]