Commit f246be1
committed
bugfix: make checkcfg init/cfg vars global
Instead of them being local to the translation unit.
This should ensure that firejail.config is not read more than once (as
is intended by the code), especially after options like `private-etc`
are applied (which could render the file inaccessible when calling
`checkcfg()`).
Related commits:
* 8bff773 ("add symlink resolution for home directories", 2019-07-09)
/ issue #2877
* d325099 ("rewrite/partial revert of
8bff773", 2019-08-09)
/ issue #2877
* d1aeeb4 ("feature: add arg-max-count and arg-max-len options to
firejail.config (#6878)", 2025-10-30)
Relates to #2877 #6966.1 parent a2283e3 commit f246be1
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
869 | 869 | | |
870 | 870 | | |
871 | 871 | | |
| 872 | + | |
| 873 | + | |
872 | 874 | | |
873 | 875 | | |
874 | 876 | | |
| |||
0 commit comments