mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4009] [MERGED] Allow changing protocol list after initial set #4991
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#4991
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/4009
Author: @Tomin1
Created: 2/25/2021
Status: ✅ Merged
Merged: 2/26/2021
Merged by: @netblue30
Base:
master← Head:protocol_list_improvements📝 Commits (2)
cddc483Add utility functions for handling comma separated lists5ffd928Allow changing "protocol" list after initial set📊 Changes
3 files changed (+151 additions, -18 deletions)
View changed files
📝
src/firejail/firejail.h(+3 -0)📝
src/firejail/main.c(+4 -9)📝
src/firejail/profile.c(+144 -9)📄 Description
Firejail uses set-once logic for protocol list. This makes it impossible to accumulate list of allowed protocols from multiple include files. Instead of mandating that protocol is set once, allow constructing the list from multiple protocol rules.
These patches were part of Sailfish's firejail packaging. These were developed as part of implementing firejail sandboxing in Sailfish OS and just like the previous patches these were written by my colleague and previously reviewed by me or one of my other colleagues. See also #3960 for discussion.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.