mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3135] Concise command output for documentation purpose #1966
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#1966
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 @Ricky-Tigg on GitHub (Jan 9, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3135
Using Linux, I attempt to document relevant functions I use into my project:
firejail --versionis one of them.Enhancement suggestion: concise commands output:s
Mention
Wayland sandboxingis not present; would this mean that Wayland server is not detected thus not part of the compile time support?@rusty-snake commented on GitHub (Jan 9, 2020):
Wayland is sandboxed by design.
@Ricky-Tigg commented on GitHub (Jan 10, 2020):
On operating systems, such as Fedora, Red Hat, and Centos, Apparmor's counterpart, SELinux, does operate. Thus a mention related to support status regarding AppArmor is irrelevant then its presence as output appropriately not needed.. This is a suitable target for an enhancement
@Vincent43 commented on GitHub (Jan 10, 2020):
This is information if apparmor support was enabled during compiling firejail not if system had apparmor support.
@Ricky-Tigg commented on GitHub (Jan 13, 2020):
Hey. Afterwards, I realise that "Compile time support:" was certainly explicit enough; I then interpreted it wrong since I understood it as follow: listed components that may be supported in user's OS will have either support or not in firejail commands. Is it then so that a component whose support was enabled during Firejail compile time will be supported as well in user's OS?
There is indeed no apprmor component on my system and appimage is supported. Are those cases then coincidences?
What could be then the context in firejail command lines regard Apparmor on Open(SUSE) systems , since those systems do have support for Apparmor?
@rusty-snake commented on GitHub (Jan 13, 2020):
Apparmor and appimage have absolutely no relation to each other (except that both are for linux)
@Vincent43 commented on GitHub (Jan 13, 2020):
firejail --versiondoesn't show what user OS support. You can runfirejail --versionfor the same binary on fedora and opensuse and the output will be the same.@Ricky-Tigg commented on GitHub (Jan 13, 2020):
to rusty-snake – Sure; However I meant regards to that
firejail --versionoutputto Vincent43 – i understand the command. at last.
The _manual page_s would certainly benefit from this elaborated information.