mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
Rules for redirecting profiles:
- add exceptions: just add 'seccomp !SYSCALL'
- remove exception:
```
seccomp
ignore seccomp
```
13 lines
356 B
Text
13 lines
356 B
Text
# Firejail profile for riot-desktop
|
|
# Description: A glossy Matrix collaboration client for the desktop
|
|
# This file is overwritten after every install/update
|
|
# Persistent local customizations
|
|
include riot-desktop.local
|
|
# Persistent global definitions
|
|
# added by included profile
|
|
#include globals.local
|
|
|
|
seccomp !chroot
|
|
|
|
# Redirect
|
|
include riot-web.profile
|