mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4278] [MERGED] rename noautopulse to keep-config-pulse #5095
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#5095
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?
📋 Pull Request Information
Original PR: https://github.com/netblue30/firejail/pull/4278
Author: @kmk3
Created: 5/14/2021
Status: ✅ Merged
Merged: 5/16/2021
Merged by: @kmk3
Base:
master← Head:rename-noautopulse📝 Commits (2)
5a61202rename noautopulse to keep-config-pulseb7015edrename arg_noautopulse var to arg_keep_config_pulse📊 Changes
9 files changed (+39 additions, -21 deletions)
View changed files
📝
contrib/vim/syntax/firejail.vim(+1 -1)📝
src/firejail/firejail.h(+1 -1)📝
src/firejail/main.c(+7 -4)📝
src/firejail/profile.c(+7 -1)📝
src/firejail/sandbox.c(+1 -1)📝
src/firejail/usage.c(+2 -1)📝
src/man/firejail-profile.txt(+6 -3)📝
src/man/firejail.txt(+13 -9)📝
src/zsh_completion/_firejail.in(+1 -0)📄 Description
Changes:
Even though noautopulse is not intended for hardening, it looks like it
is, because it starts with "no", just like no3d, noroot, etc). In fact,
it is the only "no" option that differs in such a way.
And it has been accidentally misused as such before; see PR #4269 and
commit
e4beaeaa8("drop noautopulse from agetpkg").So effectively rename it to keep-config-pulse in order to avoid
confusion. This is similar to the keep-var-tmp and keep-dev-shm
options, which are used to "leave a path alone", just like noautopulse.
Note: The changes on this patch are based on the ones from commit
617ff40c9("add --noautopulse arg for complex pulse setups") / PR #1854.See #4269 for the discussion.
Cc: @vermeeren (as the author of #1854)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.