mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
fix mupdf profile
This commit is contained in:
parent
01ee46f879
commit
2ff3adfa44
2 changed files with 7 additions and 1 deletions
1
RELNOTES
1
RELNOTES
|
|
@ -10,6 +10,7 @@ firejail (0.9.44.1) baseline; urgency=low
|
|||
* bugfix: cannot open files on Deluge running under KDE
|
||||
* bugfix: --private=dir where dir is the user home directory
|
||||
* bugfix: cannot start Vivaldi browser
|
||||
* bugfix: cannot start mupdf
|
||||
-- netblue30 <netblue30@yahoo.com> Wed, 2 Nov 2016 08:00:00 -0500
|
||||
|
||||
firejail (0.9.44) baseline; urgency=low
|
||||
|
|
|
|||
|
|
@ -15,10 +15,15 @@ netfilter
|
|||
shell none
|
||||
tracelog
|
||||
|
||||
private-bin mupdf
|
||||
private-tmp
|
||||
private-dev
|
||||
private-etc fonts
|
||||
|
||||
# mupdf will never write anything
|
||||
read-only ${HOME}
|
||||
|
||||
#
|
||||
# Experimental:
|
||||
#
|
||||
#seccomp.keep access,arch_prctl,brk,clone,close,connect,execve,exit_group,fchmod,fchown,fcntl,fstat,futex,getcwd,getpeername,getrlimit,getsockname,getsockopt,lseek,lstat,mlock,mmap,mprotect,mremap,munmap,nanosleep,open,poll,prctl,read,recvfrom,recvmsg,restart_syscall,rt_sigaction,rt_sigprocmask,select,sendmsg,set_robust_list,set_tid_address,setresgid,setresuid,shmat,shmctl,shmget,shutdown,socket,stat,sysinfo,uname,unshare,wait4,write,writev
|
||||
# private-bin mupdf,sh,tempfile,rm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue