mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 06:06:02 -06:00
[GH-ISSUE #4707] elinks on Arch complains about missing access to liblua #2759
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#2759
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jose1711 on GitHub (Nov 22, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4707
Description
Getting the following error message when executing
elinks:Steps to Reproduce
LC_ALL=C firejail elinksExpected behavior
Program should run normally.
Actual behavior
Error appears.
Behavior without a profile
Works fine.
Additional context
Seems to be caused by disabling interpreters in
links-common.profile. Placing the following links toelinks.profileresolves the situation:Environment
a6672757d)Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
not required
@rusty-snake commented on GitHub (Nov 22, 2021):
include allow-lua.inc😉@jose1711 commented on GitHub (Nov 22, 2021):
aw.. 😄
@ghost commented on GitHub (Nov 22, 2021):
@rusty-snake Should we add
include allow-lua.incto our elinks.profile?@kmk3 commented on GitHub (Dec 8, 2021):
@glitsj16 commented on Nov 22:
I don't see why not. Do you want to add it or do I add it?
@ghost commented on GitHub (Dec 8, 2021):
Feel free to add it :-)