summary refs log tree commit diff
path: root/nixos/modules/programs/firejail.nix
Commit message (Collapse)AuthorAge
* nixos/firejail: Fix order of extrsArgs before profile wrappedBinaries optionJonas Heinrich2022-03-03
|
* firejail: clarify wrappedBinaries option descriptionAidan Gauland2022-01-01
| | | | | | | | | I had trouble getting programs.firejail.wrappedBinaries to have any effect on my system (#152852), because I did not realise that "put[ting] the actual application binary in the global environment" included adding the program package to environment.systemPackages, and I thought that the package must be present for this option to take effect. I have added a clarifying parenthetical statement explicitly mentioning environment.systemPackages in this caveat.
* nixos/doc: clean up defaults and examplesNaïm Favier2021-10-04
|
* nixos: explicitely set security.wrappers ownershiprnhmjoj2021-09-13
| | | | | This is slightly more verbose and inconvenient, but it forces you to think about what the wrapper ownership and permissions will be.
* nixos/firejail: allow to pass options to firejailSymphorien Gibol2020-11-14
|
* nixos/firejail: use local runCommandJoachim Fasting2020-03-14
| | | | | | | | Also: - use `runtimeShell`; and - remove unused `makeWrapper` input; and - `exec()` to shed wrapping shell
* firejail: system package on `programs.firejail.enable`snicket21002020-03-13
| | | | | this way the man page etc. becomes available if we enable firejail with `programs.firejail.enable = true`
* nixos/firejail: add example for wrappedBinariesMartin Milata2020-02-29
|
* treewide: remove redundant recvolth2019-08-28
|
* firejail: add nixos modulePeter Hoeg2018-07-14
Also add support for wrapping binaries with firejail.