aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail
Commit message (Expand)AuthorAge
* bugfix: fix various resource leaks (#6367)Libravatar Ilya Pankratov2024-06-05
* landlock: fix misc alignment/newlineLibravatar Kelvin M. Klann2024-05-12
* landlock: fix building without landlock.hLibravatar Kelvin M. Klann2024-04-29
* 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 fix for old kernel versionsLibravatar netblue302024-04-06
* landlock: use "landlock.fs." prefix in filesystem commandsLibravatar Kelvin M. Klann2024-02-27
* landlock: add _fs prefix to filesystem functionsLibravatar Kelvin M. Klann2024-02-27
* landlock: fix struct initialization (#6200)Libravatar Kelvin M. Klann2024-02-08
* landlock: fix inconsistent error msg format in createLibravatar Kelvin M. Klann2024-02-05
* landlock: fix code alignment in landlock.cLibravatar Kelvin M. Klann2024-02-05
* Merge pull request #6187 from kmk3/landlock-add-devLibravatar Kelvin M. Klann2024-02-05
|\
| * landlock: split .special into .makeipc and .makedevLibravatar Kelvin M. Klann2024-02-02
* | security: fix sscanf rv checks (CodeQL) (#6184)Libravatar Kelvin M. Klann2024-02-04
|/
* bugfix: print version to stderr on startup (#6172)Libravatar Kelvin M. Klann2024-01-31
* build: automatically generate header dependenciesLibravatar Kelvin M. Klann2024-01-22
* build: use full paths on compile/link targetsLibravatar Kelvin M. Klann2024-01-19
* update copyright 2024Libravatar netblue302024-01-12
* remove LTS and FIRETUNNEL supportLibravatar netblue302023-12-23
* fix cppcheckLibravatar netblue302023-12-23
* fix /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games macro initLibravatar netblue302023-12-22
* landlock: add support for PATH macroLibravatar netblue302023-12-22
* landlock: small fixesLibravatar netblue302023-12-22
* Merge pull request #6129 from kmk3/revert-lookup-xauthLibravatar netblue302023-12-21
|\
| * Revert "Lookup xauth in PATH."Libravatar Kelvin M. Klann2023-12-13
* | landlock: move commands into profile and add landlock.enforceLibravatar Kelvin M. Klann2023-12-11
* | landlock: avoid landlock syscalls before ll_restrictLibravatar Kelvin M. Klann2023-12-11
* | landlock: sort --landlock commandsLibravatar Kelvin M. Klann2023-12-11
* | landlock: expand simple macros in commandsLibravatar Kelvin M. Klann2023-12-11
|/
* landlock: use uint32_t instead of __u32 in firejail.hLibravatar Kelvin M. Klann2023-12-11
* landlock: improve logs for debuggingLibravatar Kelvin M. Klann2023-12-11
* landlock: remove empty functionsLibravatar Kelvin M. Klann2023-12-08
* landlock: deduplicate fs functions into ll_fsLibravatar Kelvin M. Klann2023-12-06
* landlock: fix profile entries processed in reverseLibravatar Kelvin M. Klann2023-12-05
* landlock: simplify variables in ll_add_profileLibravatar Kelvin M. Klann2023-12-05
* landlock: stop setting global ruleset in ll_create_full_rulesetLibravatar Kelvin M. Klann2023-12-05
* landlock: make parameters void in ll_create_full_rulesetLibravatar Kelvin M. Klann2023-12-05
* landlock: fix misc messages in ll_is_supportedLibravatar Kelvin M. Klann2023-12-05
* landlock: add missing empty function ll_is_supportedLibravatar Kelvin M. Klann2023-12-05
* Merge pull request #6078 from kmk3/landlock_v3Libravatar netblue302023-12-04
|\
| * 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
| * landlock: new filesystem for --landlock commandLibravatar netblue302023-11-07
| * feature: add Landlock supportLibravatar netblue302023-11-07
| * cleanupLibravatar netblue302023-11-06
* | feature: expand simple macros in more commandsLibravatar Kelvin M. Klann2023-11-27
* | Merge pull request #6087 from chestnykh/issue-6006Libravatar netblue302023-11-24
|\ \