mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #5950] [CLOSED] profiles: safeguard single line comments #5748
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#5748
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/5950
Author: @ghost
Created: 8/11/2023
Status: ❌ Closed
Base:
master← Head:comm-improv📝 Commits (10+)
eaa29ccakonadi_control: safeguard single line comments8e244f7artha: safeguard single line commentsc74f8c3atril: safeguard single line comments12eec45audio-recorder: safeguard single line comments7b193f4authenticator: safeguard single line comments45caf53autokey-common: safeguard single line commentsf1c2992bcompare: safeguard single line comments23b31f0cameramonitor: safeguard single line comments918fe78chromium-common: safeguard single line commentscd4f101clac: safeguard single line comments📊 Changes
85 files changed (+142 additions, -150 deletions)
View changed files
📝
etc/inc/disable-common.inc(+6 -6)📝
etc/inc/disable-devel.inc(+2 -4)📝
etc/profile-a-l/akonadi_control.profile(+1 -1)📝
etc/profile-a-l/artha.profile(+1 -1)📝
etc/profile-a-l/atril.profile(+1 -1)📝
etc/profile-a-l/audio-recorder.profile(+1 -1)📝
etc/profile-a-l/authenticator.profile(+1 -1)📝
etc/profile-a-l/autokey-common.profile(+1 -1)📝
etc/profile-a-l/bcompare.profile(+1 -1)📝
etc/profile-a-l/cameramonitor.profile(+1 -1)📝
etc/profile-a-l/chromium-common.profile(+2 -2)📝
etc/profile-a-l/clac.profile(+2 -2)📝
etc/profile-a-l/clawsker.profile(+1 -1)📝
etc/profile-a-l/clipgrab.profile(+1 -1)📝
etc/profile-a-l/d-feet.profile(+2 -2)📝
etc/profile-a-l/dconf-editor.profile(+1 -1)📝
etc/profile-a-l/ddgtk.profile(+1 -1)📝
etc/profile-a-l/devhelp.profile(+2 -2)📝
etc/profile-a-l/dig.profile(+1 -1)📝
etc/profile-a-l/digikam.profile(+1 -1)...and 65 more files
📄 Description
Using
-on single line comments can break easily when users just uncomment a line. It's advised to use#instead.Relates to https://github.com/netblue30/firejail/pull/5942
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.