aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/landlock.c
Commit message (Expand)AuthorAge
* landlock: amend empty functions and commentsLibravatar Kelvin M. Klann2024-04-10
* landlock fix for old kernel versionsLibravatar netblue302024-04-06
* 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
* landlock: split .special into .makeipc and .makedevLibravatar Kelvin M. Klann2024-02-02
* update copyright 2024Libravatar netblue302024-01-12
* landlock: add support for PATH macroLibravatar netblue302023-12-22
* landlock: small fixesLibravatar netblue302023-12-22
* 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: 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: 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
* Revert "Merge pull request #5315 from ChrysoliteAzalea/landlock"Libravatar Kelvin M. Klann2022-09-05
* Revert "compile fix"Libravatar Kelvin M. Klann2022-09-05
* compile fixLibravatar 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