mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #4204] [MERGED] man: corrections regarding --private-FOO options #5062
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#5062
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/4204
Author: @jsquyres
Created: 4/20/2021
Status: ✅ Merged
Merged: 5/4/2021
Merged by: @rusty-snake
Base:
master← Head:pr/man-page-corrections📝 Commits (1)
9e95a38man: corrections regarding --private-FOO options📊 Changes
2 files changed (+19 additions, -7 deletions)
View changed files
📝
src/man/firejail-profile.txt(+9 -3)📝
src/man/firejail.txt(+10 -4)📄 Description
Commit 0.9.60-1070-g40d3604f (
40d3604f) updated the man pages with respect to--private-opt, --private-etc, and --private-srv. It was made after
testing firejail 0.9.52 (from Ubuntu 18.04). However, it
unfortunately did not accurately reflect the the behavior of the
current HEAD at the time, because commit 0.9.56-rc1-14-ga9242301 (
a9242301) hadpreviously slightly changed the behavior of these three options (after
0.9.52), and was released in 0.9.56. The man pages changes made in
commit
40d3604fwere therefore not entirely correct.This commit updates the man pages to describe the behavior as
implemented in
a9242301(and is still the behavior as of the currentHEAD: 0.9.64-737-g937815ba (937815ba)).
Signed-off-by: Jeff Squyres jsquyres@cisco.com
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.