aboutsummaryrefslogtreecommitdiffstats
path: root/etc/templates/syscalls.txt
Commit message (Collapse)AuthorAge
* Fix wrong syscall names for s390_pci_mmio_{read,write}Libravatar Topi Miettinen2023-08-26
| | | | Closes #5965
* refresh syscall groups (#5188)Libravatar smitsohu2022-07-17
| | | | | | | | | | | | now covers syscalls up to including process_madvise (440) group assignment was blindly copied from systemd: https://github.com/systemd/systemd/blob/729d2df8065ac90ac606e1fff91dc2d588b2795d/src/shared/seccomp-util.c#L305 the only exception is close_range, which was added to both @basic-io and @file-system this commit adds the following syscalls to the default blacklist: pidfd_getfd,fsconfig,fsmount,fsopen,fspick,move_mount,open_tree
* Profile fixesLibravatar rusty-snake2021-08-04
| | | | | | | | | | - Fix #4157 -- [Feature] Should rmenv GitHub auth tokens There are still more token variables from other program that should be added. - Fix #4093 -- darktable needs read access to liblua* - Fix #4383 -- move noblacklist ${HOME}/.bogofilter to email-common.profile for claws-mail (and other mailers) - Fix xournalpp.profile - syscalls.txt: ausyscall i386 -> firejail --debug-syscalls32
* Update etc/templates/syscalls.txtLibravatar rusty-snake2021-07-28
| | | | Rework + suggest --seccomp-error-action=log
* remove kcmp from seccomp default drop list (#3219)Libravatar smitsohu2021-06-26
|
* add support for faccessat2 syscallLibravatar glitsj162021-02-10
|
* update manpages and RELNOTESLibravatar rusty-snake2021-01-08
|
* #3106-1, include @mount in @default insted of all the syscallsLibravatar rusty-snake2020-09-01
|
* typos [skip ci]Libravatar rusty-snake2019-09-14
|
* Update syscalls.txtLibravatar rusty-snake2019-09-05
|
* update syscalls.txtLibravatar rusty-snake2019-08-22
|
* Update syscalls.txtLibravatar rusty-snake2019-07-22
| | | | | | * remove mincore * add @default without chroot * add @default-nodebuggers without chroot
* many profile cleanupsLibravatar rusty-snake2019-06-02
|
* Add profile templatesLibravatar rusty-snake2019-05-30
Create etc/templates * profile.template * redirect_alias-profile.template * syscalls.txt * Notes