aboutsummaryrefslogtreecommitdiffstats
path: root/src/firejail/util.c
Commit message (Expand)AuthorAge
* update copyright 2024Libravatar netblue302024-01-12
* feature: add Landlock supportLibravatar netblue302023-11-07
* modif: keep pipewire group unless nosound is usedLibravatar Kelvin M. Klann2023-09-20
* build: fix wrong man page pathsLibravatar Kelvin M. Klann2023-08-12
* Deduplicate calls similar to errExitLibravatar Kelvin M. Klann2023-06-28
* docs: document NAME VALIDATION in firejail.txtLibravatar Kelvin M. Klann2023-06-13
* util.c: check first/last char and allow extra charsLibravatar Kelvin M. Klann2023-06-13
* util.c: increase name max length from 64 to 253Libravatar Kelvin M. Klann2023-06-13
* fix for old compilersLibravatar netblue302023-04-06
* util.c: add and use ascii-only char functionsLibravatar Kelvin M. Klann2023-03-21
* codespell github actionLibravatar netblue302023-03-05
* Fix space before/after tab in indentLibravatar 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
* cleanupLibravatar netblue302023-01-19
* Revert "Merge pull request #5315 from ChrysoliteAzalea/landlock"Libravatar Kelvin M. Klann2022-09-05
* Proposed fixes.Libravatar Азалия Смарагдова2022-08-16
* simplify put optionLibravatar smitsohu2022-07-11
* fixing CVE-2022-31214Libravatar smitsohu2022-06-08
* Stop warning on safe supplementary group cleanLibravatar Kelvin M. Klann2022-04-22
* Disable/comment message about nogroups being ignoredLibravatar Kelvin M. Klann2022-02-11
* Keep vglusers group unless no3d is used (virtualgl)Libravatar Kelvin M. Klann2022-01-12
* refactor closing of file descriptorsLibravatar smitsohu2022-01-12
* 2022 copyright updateLibravatar netblue302022-01-07
* Fix keeping certain groups with nogroupsLibravatar Kelvin M. Klann2021-12-07
* util.c: Rename nogroups to force_nogroups on drop_privsLibravatar Kelvin M. Klann2021-12-01
* Keep render, lp, input and other groups regardless of nogroupsLibravatar Kelvin M. Klann2021-11-29
* Merge pull request #4632 from kmk3/consider-nosound-novideo-groupsLibravatar smitsohu2021-11-20
|\
| * Consider nosound and novideo when keeping groupsLibravatar Kelvin M. Klann2021-10-22
| * util.c: check array size on copy_group_ifcontLibravatar Kelvin M. Klann2021-10-22
| * util.c: [ref] move group find/copy into new functionsLibravatar Kelvin M. Klann2021-10-22
* | cleanupLibravatar smitsohu2021-10-22
|/
* readabilityLibravatar smitsohu2021-10-18
* cleanupLibravatar smitsohu2021-10-18
* util.c: rename "group" arg to "groupname" in get_group_idLibravatar Kelvin M. Klann2021-10-16
* util.c: fix return type of get_group_idLibravatar Kelvin M. Klann2021-10-16
* util.c: remove tty comment from get_group_idLibravatar Kelvin M. Klann2021-10-16
* cleanup: move overlayfs code in separate moduleLibravatar smitsohu2021-10-13
* add more EUID improvementsLibravatar smitsohu2021-10-01
* Merge branch 'master' of https://github.com/netblue30/firejailLibravatar smitsohu2021-07-24
|\
| * Merge pull request #4376 from kmk3/gcov-add-nop-functionsLibravatar netblue302021-06-27
| |\
| | * gcov: use no-op functions if not enabledLibravatar Kelvin M. Klann2021-06-27
| * | Merge pull request #4373 from kmk3/gcov-fix-build-gcc11Libravatar netblue302021-06-27
| |\|
| | * gcov: fix build failure with gcc 11.1.0Libravatar Kelvin M. Klann2021-06-25
* | | organize program startupLibravatar smitsohu2021-07-24
|/ /
* | fs_home.c: improve EUID switching, fix selinux relabelingLibravatar smitsohu2021-06-26
* | copy_file_as_user function: drop not needed argumentsLibravatar smitsohu2021-06-23
* | Merge branch 'master' into kuesji/masterLibravatar Reiner Herrmann2021-06-21
|\|
| * gcov: add missing gcov.h includesLibravatar Kelvin M. Klann2021-06-18
| * follow-upLibravatar smitsohu2021-06-11