mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[PR #2157] [CLOSED] Fix 2155 - Add user-profiles configuration option. #4188
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#4188
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/2157
Author: @crass
Created: 10/9/2018
Status: ❌ Closed
Base:
master← Head:fix-2155📝 Commits (4)
5d36986rename expand_home -> expand_macros to better reflect usage and remove unneeded homedir argument.36c04dbAllow specifying a profile "name" with the profile option (eg. --profile=firefox).1990103Update man pages and usage to reflect --profile enhancement.2625b35Add "user-profiles" config option.📊 Changes
14 files changed (+113 additions, -56 deletions)
View changed files
📝
etc/firejail.config(+3 -0)📝
src/firejail/checkcfg.c(+9 -0)📝
src/firejail/firejail.h(+4 -2)📝
src/firejail/fs.c(+2 -4)📝
src/firejail/fs_home.c(+2 -2)📝
src/firejail/fs_hostname.c(+1 -1)📝
src/firejail/fs_mkdir.c(+2 -2)📝
src/firejail/fs_whitelist.c(+1 -1)📝
src/firejail/macros.c(+3 -4)📝
src/firejail/main.c(+32 -28)📝
src/firejail/profile.c(+30 -8)📝
src/firejail/usage.c(+1 -1)📝
src/man/firejail-profile.txt(+12 -1)📝
src/man/firejail.txt(+11 -2)📄 Description
This is based on the work in pull #2152. The actual code for this pull is the last commit. Its pretty straight forward. This fixes #2155.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.