mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Update firejail profile to allow pdf previews for templates to work
This commit is contained in:
parent
92f5234580
commit
a41a307b58
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ net none
|
|||
private-tmp
|
||||
private-dev
|
||||
shell none
|
||||
seccomp.keep access,arch_prctl,brk,chown,clone,close,dup,execve,exit_group,fcntl,fstat,futex,getcwd,getdents,getrlimit,getrusage,lseek,mmap,mprotect,munmap,nanosleep,open,openat,prctl,read,readlink,rt_sigaction,rt_sigprocmask,sched_getaffinity,set_robust_list,set_tid_address,stat,symlink,times,unlink,unshare,wait4,write
|
||||
seccomp.keep access,arch_prctl,brk,chown,clone,close,dup,execve,exit_group,fcntl,fstat,futex,getcwd,getdents,getegid,geteuid,getgid,getpeername,getpgrp,getpid,getppid,getrlimit,getrusage,getuid,ioctl,lseek,mmap,mprotect,munmap,nanosleep,open,openat,prctl,read,readlink,rt_sigaction,rt_sigprocmask,sched_getaffinity,set_robust_list,set_tid_address,stat,symlink,times,uname,unlink,unshare,wait4,write,madvise
|
||||
|
||||
rlimit-fsize 524288000 #500Mb
|
||||
rlimit-nproc 100
|
||||
rlimit-nproc 200
|
||||
rlimit-nofile 100
|
Loading…
Reference in a new issue