branch: elpa-admin
commit ceb7580266c028d4297c1668039b6a4479848a47
Author: Stefan Monnier <[email protected]>
Commit: Stefan Monnier <[email protected]>
* 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.