From 2e85e1d565d4a60f0feab56eefab426ac89b0459 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Thu, 4 Jul 2019 17:28:02 +0000 Subject: Fix seccomp sorting in riot-desktop --- etc/riot-desktop.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') diff --git a/etc/riot-desktop.profile b/etc/riot-desktop.profile index f62b0cdc1..e6af4c2cb 100644 --- a/etc/riot-desktop.profile +++ b/etc/riot-desktop.profile @@ -8,7 +8,7 @@ include riot-desktop.local #include globals.local ignore seccomp -seccomp.drop @clock,@cpu-emulation,@debug,@module,@obsolete,@raw-io,@reboot,@resources,@swap,acct,add_key,bpf,fanotify_init,io_cancel,io_destroy,io_getevents,ioprio_set,io_setup,io_submit,kcmp,keyctl,mincore,mount,name_to_handle_at,nfsservctl,ni_syscall,open_by_handle_at,pivot_root,remap_file_pages,request_key,setdomainname,sethostname,syslog,umount,umount2,userfaultfd,vhangup,vmsplice +seccomp.drop @clock,@cpu-emulation,@debug,@module,@obsolete,@raw-io,@reboot,@resources,@swap,acct,add_key,bpf,fanotify_init,io_cancel,io_destroy,io_getevents,io_setup,io_submit,ioprio_set,kcmp,keyctl,mincore,mount,name_to_handle_at,nfsservctl,ni_syscall,open_by_handle_at,pivot_root,remap_file_pages,request_key,setdomainname,sethostname,syslog,umount,umount2,userfaultfd,vhangup,vmsplice # Redirect include riot-web.profile -- cgit v1.2.3-54-g00ecf