summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* exit with error if length of quoted command line is longer than ARG_MAXLibravatar Aleksey Manevich2016-07-30
|
* fix cmdline quoting on --join + move cmdline quoting code to functionsLibravatar Aleksey Manevich2016-07-30
|
* using UID_MIN/GID_MIN values from /etc/login.defLibravatar netblue302016-07-29
|
* config file fixLibravatar netblue302016-07-29
|
* noexec fixLibravatar netblue302016-07-29
|
* added netfilter-default config option in /etc/firejail/firejail.configLibravatar netblue302016-07-28
|
* whitelist fixLibravatar netblue302016-07-28
|
* symlink whitelist fixLibravatar netblue302016-07-27
|
* symlink whitelist fixLibravatar netblue302016-07-27
|
* Honor --shell option when joiningLibravatar Aleksey Manevich2016-07-27
|
* Honor --nice option when joiningLibravatar Aleksey Manevich2016-07-27
|
* fixed faudit compile problem for non-intel platformsLibravatar netblue302016-07-27
|
* fixesLibravatar netblue302016-07-25
|
* Merge pull request #646 from reinerh/masterLibravatar netblue302016-07-25
|\ | | | | Fix spelling errors found by lintian
| * Fix spelling errors found by lintianLibravatar Reiner Herrmann2016-07-24
| |
* | Merge pull request #629 from manevich/patch-2Libravatar netblue302016-07-25
|\ \ | |/ |/| Additional fixes of command line quoting
| * Fix problem with single quotes in argsLibravatar Aleksey Manevich2016-07-19
| | | | | | Single quotes can't be represented in single quoted text, so quote them separately by double quotes. Better version.
| * Fix problem with single quotes in argsLibravatar Aleksey Manevich2016-07-16
| | | | | | Single quotes can't be represented in single quoted text, so quote them separately by double quotes.
| * Small fixLibravatar Aleksey Manevich2016-07-12
| | | | | | args prepared here are only for shell
| * Remove redundant codeLibravatar Aleksey Manevich2016-07-12
| | | | | | This code also causes obscure errors in some rare cases
| * Another command line quoting fixLibravatar Aleksey Manevich2016-07-12
| | | | | | | | 1. Arguments passed to shell should always be quoted by single quotes. 2. Arguments passed directly to program (--shell=none) should never be quoted.
* | added missing programmesLibravatar Fred-Barclay2016-07-24
| |
* | extra eom filesLibravatar Fred-Barclay2016-07-24
| |
* | audit fixesLibravatar netblue302016-07-21
| |
* | --read-write reworkLibravatar netblue302016-07-19
| |
* | --read-write reworkLibravatar netblue302016-07-19
| |
* | default.profile bugLibravatar netblue302016-07-19
| |
* | faudit fixLibravatar netblue302016-07-16
| |
* | testingLibravatar netblue302016-07-16
| |
* | fixesLibravatar netblue302016-07-16
| |
* | faudit workLibravatar netblue302016-07-15
| |
* | whitelist reworkLibravatar netblue302016-07-12
|/
* audit workLibravatar netblue302016-07-11
|
* Merge pull request #628 from Fred-Barclay/jitsiLibravatar netblue302016-07-11
|\ | | | | Jitsi
| * extra Jitsi filesLibravatar Fred-Barclay2016-07-11
| |
* | removed snap from firecfg listLibravatar netblue302016-07-10
| |
* | compile fixesLibravatar netblue302016-07-10
|/
* --noexecLibravatar netblue302016-07-10
|
* noexec inside /var directoryLibravatar netblue302016-07-10
|
* /var and /etc are noexec by defaultLibravatar netblue302016-07-10
|
* --noexecLibravatar netblue302016-07-10
|
* adding nodev, nosuid, and noexecLibravatar netblue302016-07-10
|
* removed --userLibravatar netblue302016-07-09
|
* added --rmenvLibravatar netblue302016-07-09
|
* seccomp filter updateLibravatar netblue302016-07-09
|
* added mkfile profile commandLibravatar netblue302016-07-08
|
* private-devLibravatar netblue302016-07-08
|
* pulseaudio fixLibravatar netblue302016-07-08
|
* extra Atom filesLibravatar Fred-Barclay2016-07-08
|
* Merge pull request #620 from Fred-Barclay/VariousLibravatar netblue302016-07-06
|\ | | | | Various