aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/firejail.h
Commit message (Expand)AuthorAge
* modif: populate /run/firejail while holding flockLibravatar Simo Piiroinen2024-04-25
* modif: improve flock handlingLibravatar Simo Piiroinen2024-04-25
* refactor: make rundir lock variables globalLibravatar Kelvin M. Klann2024-04-23
* landlock: amend empty functions and commentsLibravatar Kelvin M. Klann2024-04-10
* landlock: add _fs prefix to filesystem functionsLibravatar Kelvin M. Klann2024-02-27
* landlock: split .special into .makeipc and .makedevLibravatar Kelvin M. Klann2024-02-02
* bugfix: print version to stderr on startup (#6172)Libravatar Kelvin M. Klann2024-01-31
* update copyright 2024Libravatar netblue302024-01-12
* landlock: add support for PATH macroLibravatar netblue302023-12-22
* landlock: move commands into profile and add landlock.enforceLibravatar Kelvin M. Klann2023-12-11
* landlock: use uint32_t instead of __u32 in firejail.hLibravatar Kelvin M. Klann2023-12-11
* landlock: remove empty functionsLibravatar Kelvin M. Klann2023-12-08
* landlock: add missing empty function ll_is_supportedLibravatar Kelvin M. Klann2023-12-05
* landlock: detect support at runtimeLibravatar Kelvin M. Klann2023-11-07
* landlock: avoid parsing landlock commands twiceLibravatar netblue302023-11-07
* landlock: apply rules in sandbox before app startLibravatar netblue302023-11-07
* feature: add Landlock supportLibravatar netblue302023-11-07
* feature: use seccomp filters build at install time for --restrict-namespacesLibravatar netblue302023-07-12
* firejail: deduplicate version printingLibravatar Kelvin M. Klann2023-05-14
* firejail: move print_version from checkcfg.c to usage.cLibravatar Kelvin M. Klann2023-05-14
* util.c: add and use ascii-only char functionsLibravatar Kelvin M. Klann2023-03-21
* firejail.h: move invalid_name prototype to proper placeLibravatar Kelvin M. Klann2023-03-20
* private-lib cleanupLibravatar netblue302023-03-09
* random hostname by default; fix --hostname and --hosts-fileLibravatar netblue302023-02-27
* Fix inconsistent leading spacesLibravatar Kelvin M. Klann2023-02-20
* Update copyright to 2023 (#5664)Libravatar David Fetter2023-02-15
* merges; more on cleaning up esc charsLibravatar netblue302023-02-14
* feature: add 'keep-shell-rc' flag and optionLibravatar Antoine Catton2023-02-03
* private-etc rework: /etc file groupsLibravatar netblue302023-01-22
* compile fixLibravatar netblue302023-01-20
* private-etc rework: remove hiding blacklisted files in private-etc directory ...Libravatar netblue302023-01-20
* Rename etc-no-blacklisted to etc-hide-blacklistedLibravatar Kelvin M. Klann2023-01-16
* opt-in: skip blacklisted files in private-etc - #5010, #5230Libravatar smitsohu2023-01-15
* Merge pull request #5475 from KOLANICH-tools/aa_fixLibravatar netblue302023-01-04
|\
| * A temporary fix to the bug caused by apparmor profiles stacking.Libravatar KOLANICH2022-11-15
* | add netlock support in profile filesLibravatar netblue302022-12-21
|/
* nettrace-dns and nettrace-sniLibravatar netblue302022-10-11
* tracelog disabled by default in /etc/firejail/firejail.config fileLibravatar netblue302022-09-05
* Revert "Merge pull request #5315 from ChrysoliteAzalea/landlock"Libravatar Kelvin M. Klann2022-09-05
* Revert "tracelog disabled by default in /etc/firejail/firejail.config file"Libravatar Kelvin M. Klann2022-09-05
* tracelog disabled by default in /etc/firejail/firejail.config fileLibravatar netblue302022-08-29
* Proposed fixes.Libravatar Азалия Смарагдова2022-08-16
* Landlock functions are added to the code of Firejail, removing the dependency...Libravatar Азалия Смарагдова2022-08-15
* Landlock support has been added.Libravatar Азалия Смарагдова2022-08-15
* Add support for custom AppArmor profiles (--apparmor=)Libravatar Азалия Смарагдова2022-08-05
* Merge pull request #5259 from smitsohu/nsLibravatar smitsohu2022-07-31
|\
| * introduce new option restrict-namespacesLibravatar smitsohu2022-07-23
* | apparmor cleanupLibravatar smitsohu2022-07-20
|/
* tweaksLibravatar smitsohu2022-07-12
* minor sandbox lock improvementsLibravatar smitsohu2022-07-11