aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAge
...
* Rewrite globbing code to fix various minor issuesLibravatar sarneaud2015-08-29
| | | | | | | | | | | | | * Plug a memory leak. * Remove the short-circuit. (This breaks when someone uses [] or ? patterns without using *. I figure it's best to use the principle of least surprise and just let the system glob() implementation do what it does.) * Stop sorting results. I've also replaced a lot of disable-history.inc with a glob pattern. Now it catches files like .sqlite_history and whatever the user runs under rlwrap.
* fixed thunderbird profile to allow a browser to startLibravatar netblue302015-08-28
|
* testingLibravatar netblue302015-08-27
|
* support net none in profile filesLibravatar netblue302015-08-22
|
* moved bash completion files under srcLibravatar netblue302015-08-18
|
* Update disable-mgmt.incLibravatar mjudtmann2015-08-17
| | | Jailed applications should not be able to change the configuration of firejail.
* Merge pull request #17 from dewbasaur/masterLibravatar netblue302015-08-14
|\ | | | | A bit more for CVE-2015-4495
| * A bit more for CVE-2015-4495Libravatar dewbasaur2015-08-12
| |
* | disable-history.inc integration - included in all profile filesLibravatar netblue302015-08-12
|/
* Block access to history filesLibravatar dewbasaur2015-08-12
|
* Baseline firejail 0.9.28Libravatar netblue302015-08-08