mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
small changes
- merges - klavaro nitpick - vscodium alias for code, from ParrotSec downstream fork
This commit is contained in:
parent
2323a45ca7
commit
4bb7dee499
7 changed files with 14 additions and 1 deletions
1
README
1
README
|
|
@ -534,6 +534,7 @@ rusty-snake (https://github.com/rusty-snake)
|
|||
- added ghostwriter profle
|
||||
- fix gajim profile, added gajim-history-manager profile
|
||||
- updates for ~/.cargo
|
||||
- added klavaro profile
|
||||
Salvo 'LtWorf' Tomaselli (https://github.com/ltworf)
|
||||
- fixed ktorrent profile
|
||||
sarneaud (https://github.com/sarneaud)
|
||||
|
|
|
|||
1
RELNOTES
1
RELNOTES
|
|
@ -3,6 +3,7 @@ firejail (0.9.59) baseline; urgency=low
|
|||
* cgroup flag in /etc/firejail/firejail.config file
|
||||
* name-change flag in /etc/firejail.config file
|
||||
* --name rework
|
||||
* new profiles: klavaro
|
||||
-- netblue30 <netblue30@yahoo.com> Sun, 27 Jan 2019 08:00:00 -0500
|
||||
|
||||
firejail (0.9.58) baseline; urgency=low
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ include code.local
|
|||
include globals.local
|
||||
|
||||
noblacklist ${HOME}/.vscode
|
||||
noblacklist ${HOME}/.vscode-oss
|
||||
noblacklist ${HOME}/.config/Code
|
||||
|
||||
include disable-common.inc
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ blacklist ${HOME}/.Steampid
|
|||
blacklist ${HOME}/.TelegramDesktop
|
||||
blacklist ${HOME}/.ViberPC
|
||||
blacklist ${HOME}/.VirtualBox
|
||||
blacklist ${HOME}/.VSCodium
|
||||
blacklist ${HOME}/.WebStorm*
|
||||
blacklist ${HOME}/.Wolfram Research
|
||||
blacklist ${HOME}/.ZAP
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ shell none
|
|||
tracelog
|
||||
|
||||
disable-mnt
|
||||
private-bin klavaro,tclsh,tclsh*
|
||||
private-bin klavaro,tclsh,tclsh*,bash
|
||||
private-cache
|
||||
private-dev
|
||||
private-etc fonts
|
||||
|
|
|
|||
8
etc/vscodium.profile
Normal file
8
etc/vscodium.profile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Firejail profile alias for Visual Studio Code
|
||||
# This file is overwritten after every install/update
|
||||
|
||||
|
||||
noblacklist ${HOME}/.VSCodium
|
||||
|
||||
# Redirect
|
||||
include code.profile
|
||||
|
|
@ -456,6 +456,7 @@ vivaldi-beta
|
|||
vivaldi-snapshot
|
||||
vivaldi-stable
|
||||
vlc
|
||||
vscodium
|
||||
vym
|
||||
w3m
|
||||
warzone2100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue