Skip to content

Commit

Permalink
added ffmpeg.profile, removed ssh-agent from firecfg
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Sep 21, 2017
1 parent e1af15d commit 0ec8ec6
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ calligraflow, calligraplan, calligraplanwork, calligrasheets, calligrastage,
calligrawords, cin, dooble, dooble-qt4, fetchmail, freecad, freecadcmd, google-earth,
imagej, karbon, kdenlive, krita, linphone, lmms, macrofusion, mpd, natron, Natron,
ricochet, shotcut, teamspeak3, tor, tor-browser-en, Viber, x-terminal-emulator, zart,
conky, arch-audit
conky, arch-audit, ffmpeg
33 changes: 33 additions & 0 deletions etc/ffmpeg.profile
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Firejail profile for default
# This file is overwritten after every install/update
quiet
# Persistent local customizations
include /etc/firejail/ffmpeg.local
# Persistent global definitions
include /etc/firejail/globals.local

include /etc/firejail/disable-common.inc
include /etc/firejail/disable-devel.inc
include /etc/firejail/disable-passwdmgr.inc
include /etc/firejail/disable-programs.inc

caps.drop all
net none
no3d
nodvd
nosound
notv
novideo
nonewprivs
noroot
# protocol none - needs to be implemented!
seccomp
# seccomp.keep futex,write,read,munmap,fstat,mprotect,mmap,open,close,stat,lseek,brk,rt_sigaction,rt_sigprocmask,ioctl,access,select,madvise,getpid,clone,execve,fcntl,getdents,readlink,getrlimit,getrusage,statfs,getpriority,setpriority,arch_prctl,sched_getaffinity,set_tid_address,set_robust_list,getrandom
# memory-deny-write-execute - it breaks old versions of ffmpeg
shell none
tracelog

private-tmp
private-dev
private-bin ffmpeg
include /etc/firejail/whitelist-var-common.inc
1 change: 1 addition & 0 deletions platform/debian/conffiles
Original file line number Diff line number Diff line change
Expand Up @@ -358,3 +358,4 @@
/etc/firejail/yandex-browser.profile
/etc/firejail/itch.profile
/etc/firejail/whitelist-var-common.inc
/etc/firejail/ffmpeg
3 changes: 2 additions & 1 deletion src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ evolution
exiftool
fbreader
feh
ffmpeg
file-roller
filezilla
firefox
Expand Down Expand Up @@ -292,7 +293,7 @@ soundconverter
spotify
sqlitebrowser
ssh
ssh-agent
# ssh-agent - problems on Arch with Fish shell (#1568)
start-tor-browser
steam
stellarium
Expand Down

0 comments on commit 0ec8ec6

Please sign in to comment.