mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
build: fix codespell errors in more files
Found by simply running `codespell .`. Environment: codespell 2.2.5-2 on Artix Linux.
This commit is contained in:
parent
b7820492f9
commit
9490fc1e71
7 changed files with 9 additions and 9 deletions
4
RELNOTES
4
RELNOTES
|
|
@ -363,7 +363,7 @@ firejail (0.9.62) baseline; urgency=low
|
|||
* whitelisting /usr/share in a large number of profiles
|
||||
* new scripts in contrib: gdb-firejail.sh and sort.py
|
||||
* enhancement: whitelist /usr/share in some profiles
|
||||
* added signal mediation ot apparmor profile
|
||||
* added signal mediation to apparmor profile
|
||||
* new conditions: HAS_X11, HAS_NET
|
||||
* new profiles: qgis, klatexformula, klatexformula_cmdl, links, xlinks
|
||||
* new profiles: pandoc, teams-for-linux, OpenArena, gnome-sound-recorder
|
||||
|
|
@ -758,7 +758,7 @@ firejail (0.9.44.4) baseline; urgency=low
|
|||
|
||||
firejail (0.9.44.2) baseline; urgency=low
|
||||
* security: overwrite /etc/resolv.conf found by Martin Carpenter (CVE-2016-10118)
|
||||
* secuirty: TOCTOU exploit for --get and --put found by Daniel Hodson
|
||||
* security: TOCTOU exploit for --get and --put found by Daniel Hodson
|
||||
* security: invalid environment exploit found by Martin Carpenter (CVE-2016-10122)
|
||||
* security: several security enhancements
|
||||
* bugfix: crashing VLC by pressing Ctrl-O
|
||||
|
|
|
|||
|
|
@ -151,8 +151,8 @@ def run_firejail(program, all_args):
|
|||
if arg:
|
||||
myargs.insert(-1, arg)
|
||||
subprocess.call(myargs)
|
||||
ans = input('Did %s run correctly? [y]/n ' % program)
|
||||
if ans in ['n', 'N']:
|
||||
answer = input('Did %s run correctly? [y]/n ' % program)
|
||||
if answer in ['n', 'N']:
|
||||
bad_args.append(arg)
|
||||
elif arg:
|
||||
good_args.insert(-1, arg)
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ include kwin_x11.local
|
|||
# Persistent global definitions
|
||||
include globals.local
|
||||
|
||||
# fix automatical kwin_x11 sandboxing:
|
||||
# fix automatic kwin_x11 sandboxing:
|
||||
# echo KDEWM=kwin_x11 >> ~/.pam_environment
|
||||
|
||||
noblacklist ${HOME}/.cache/kwin
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Firejail profile for tvbrowser
|
||||
# Description: java tv programm form tvbrowser.org
|
||||
# Description: java tv program form tvbrowser.org
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include tvbrowser.local
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Firejail profile for twitch
|
||||
# Description: Unofficial electron based desktop warpper for Twitch
|
||||
# Description: Unofficial electron based desktop wrapper for Twitch
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include twitch.local
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Firejail profile for youtube
|
||||
# Description: Unofficial electron based desktop warpper for YouTube
|
||||
# Description: Unofficial electron based desktop wrapper for YouTube
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include youtube.local
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Firejail profile for youtubemusic-nativefier
|
||||
# Description: Unofficial electron based desktop warpper for YouTube Music
|
||||
# Description: Unofficial electron based desktop wrapper for YouTube Music
|
||||
# This file is overwritten after every install/update
|
||||
# Persistent local customizations
|
||||
include youtube.local
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue