aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAge
* merge #1100 from zackw: follow link support in --private-binLibravatar netblue302017-02-15
|
* merge #1100 from zackw: fcopy rework, --follow-link support in fcopyLibravatar netblue302017-02-15
|
* cleanupLibravatar netblue302017-02-15
|
* merge #1100 from zackw: rework X11 xorg processing - this is a partial mergeLibravatar netblue302017-02-15
|
* merge #1100 from zackw: rework X11 display number assignmentLibravatar netblue302017-02-15
|
* merge #1100 from zackw: rework abstract X11 socket detectionLibravatar netblue302017-02-15
|
* merge #1100 from zackw: rework xpra and xephyr detectionLibravatar netblue302017-02-15
|
* merge #1100 from zackw: rework DISPLAY environment parsing, rework masking ↵Libravatar netblue302017-02-14
| | | | X11 sockets in /tmp/.X11-unix directory
* compile cleanupLibravatar netblue302017-02-14
|
* merge #1100 from zackw: fix ugly memeory corruption in noblacklist processingLibravatar netblue302017-02-14
|
* merge #1100 from zackw: removed libconnectLibravatar netblue302017-02-14
|
* force-nonewprivs fix for /etc/firejail/firejail.configLibravatar netblue302017-02-12
|
* follow-symlink-as-user runtime config option in /etc/firejail/firejail.configLibravatar netblue302017-02-12
|
* firecfg.config fixLibravatar netblue302017-02-12
|
* copyright 2017Libravatar netblue302017-02-11
|
* copyright 2017Libravatar netblue302017-02-11
|
* adding macro for include command in profile filesLibravatar netblue302017-02-09
|
* firemon fixLibravatar netblue302017-02-07
|
* --git-install: default disabled in ./configure scriptLibravatar netblue302017-02-07
|
* disable --git-install at compile timeLibravatar netblue302017-02-05
|
* enable strict seccomp filter on overlay optionsLibravatar netblue302017-02-05
|
* --git-install/--git-uninstallLibravatar netblue302017-02-05
|
* --git-installLibravatar netblue302017-02-04
|
* --git-installLibravatar netblue302017-02-04
|
* git-installLibravatar netblue302017-02-04
|
* quiet fixLibravatar netblue302017-02-04
|
* --writable-var-logLibravatar netblue302017-01-30
|
* --quiet fixLibravatar netblue302017-01-30
|
* mergesLibravatar netblue302017-01-29
|
* fixing --hosts-file privelege checkLibravatar Igor Bukanov2017-01-29
| | | | | | Currently the code uses the access() call to check if the user has an access to a file that is copied into the root as /etc/hosts. This inevitably adds a race when the user changes the file to a symbolic link pointing to an arbitrary location on the filsystem after the access check is done but before opening the file to copy it. This potentially allows to read any file on the system. To close this the code adds a utility copy_file_from_user_to_root . It opens the copy destination file as root and then forks/drop privileges. Then as a user the utility opens the source file and do the copy into the destination descriptor that is preserved accross the fork.
* support allow-private-blacklist in profile filesLibravatar netblue302017-01-28
|
* fixed access for --hosts-fileLibravatar netblue302017-01-23
|
* bash completion for --hosts-fileLibravatar netblue302017-01-22
|
* --hosts-file optionLibravatar netblue302017-01-22
|
* Add support for joining a persistent, named network namespace.Libravatar Zack Weinberg2017-01-20
|
* firejail/fs.c: include sys/wait.h for declaration of waitpidLibravatar Zack Weinberg2017-01-20
|
* man page fixLibravatar netblue302017-01-20
|
* fix PulseAudio/machine-id problemLibravatar netblue302017-01-18
|
* fix ASSERT_PERMS_FD macroLibravatar netblue302017-01-14
|
* local customizationLibravatar netblue302017-01-14
|
* nvidia fixLibravatar netblue302017-01-13
|
* cleanupLibravatar netblue302017-01-12
|
* Gentoo compile fixLibravatar netblue302017-01-12
|
* copy_file cleanupLibravatar netblue302017-01-11
|
* fixLibravatar netblue302017-01-11
|
* temoprary fix for local profile featureLibravatar netblue302017-01-11
|
* chroot tighteningLibravatar netblue302017-01-10
|
* copy_file cleanupLibravatar netblue302017-01-10
|
* security fixLibravatar netblue302017-01-10
|
* security fixLibravatar netblue302017-01-06
|