aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* extra gnome-chess filesLibravatar Fred-Barclay2016-08-05
|
* Added gnome-chess profileLibravatar Fred-Barclay2016-08-05
|
* apparmor fixLibravatar netblue302016-08-04
|
* private-templateLibravatar netblue302016-08-04
|
* Merge pull request #681 from nextime/masterLibravatar netblue302016-08-04
|\ | | | | add --private-template=directory option
| * Fix dir creation ownerLibravatar nextime2016-08-04
| |
| * Fix profile for --private-templateLibravatar nextime2016-08-04
| |
| * Make copydir work as expectedLibravatar nextime2016-08-04
| |
| * Fix minor bugsLibravatar nextime2016-08-04
| |
| * Add --private-templateLibravatar Franco (nextime) Lanza2016-08-04
| |
* | apparmor fixes for Arch LinuxLibravatar netblue302016-08-04
| |
* | apparmor fixes for Arch LinuxLibravatar netblue302016-08-04
| |
* | apparmorLibravatar netblue302016-08-03
| |
* | firecfg fixLibravatar netblue302016-08-03
| |
* | fix --blacklist=/procLibravatar netblue302016-08-03
| |
* | fix --blacklist=/procLibravatar netblue302016-08-03
| |
* | firecfg fixLibravatar netblue302016-08-03
| |
* | added /usr/games and /usr/local/games to private-bin default listLibravatar netblue302016-08-03
|/
* apparmorLibravatar netblue302016-08-02
|
* apparmorLibravatar netblue302016-08-02
|
* apparmorLibravatar netblue302016-08-02
|
* Merge pull request #679 from manevich/xephyrLibravatar netblue302016-08-02
|\ | | | | Change hardcoded Xephyr options to close window at exit of last client.
| * change order of arguments to Xephyr to allow overrideLibravatar Aleksey Manevich2016-08-01
| |
| * change Xephyr option from -noreset to -terminateLibravatar Aleksey Manevich2016-08-01
| |
* | fixed make test-profile broken by previous commitLibravatar netblue302016-08-01
| |
* | added quiet profile commandLibravatar netblue302016-08-01
| |
* | Merge pull request #673 from reinerh/masterLibravatar netblue302016-08-01
|\ \ | | | | | | Simplify installation of profiles and manpages
| * | Simplify installation of profiles and manpagesLibravatar Reiner Herrmann2016-07-31
| |/
* | Merge pull request #672 from thomasjfox/detect-quiet-uudeviewLibravatar netblue302016-08-01
|\ \ | |/ |/| Add uudeview to detect_quiet()
| * Add uudeview to detect_quiet()Libravatar Thomas Jarosch2016-07-31
| |
| * detect_quiet(): Sort alphabeticallyLibravatar Thomas Jarosch2016-07-31
| |
* | integrate skypeforlinux profileLibravatar netblue302016-07-31
|/
* cleanup and some new testsLibravatar netblue302016-07-31
|
* Merge pull request #662 from reinerh/masterLibravatar netblue302016-07-31
|\ | | | | Suggestions to release process
| * Create detached signature for source tarball (Closes #204)Libravatar Reiner Herrmann2016-07-30
| |
| * Use xz compression for source tarballLibravatar Reiner Herrmann2016-07-30
| |
* | Merge pull request #665 from thomasjfox/unpacker-profilesLibravatar netblue302016-07-31
|\ \ | | | | | | Add profiles for tar (gtar), unzip and unrar
| * | Add file.profileLibravatar Thomas Jarosch2016-07-31
| | |
| * | Add profiles for tar (gtar), unzip and unrarLibravatar Thomas Jarosch2016-07-30
| |/ | | | | | | | | | | | | | | | | | | | | | | | | I've tested compression and uncompression of various tar formats and also straced unzip/unrar regarding their file access in /etc. -> should be fine. If you want to unpack files in /usr/bin, then use the --ignore=private-bin switch. Same for /etc: --ignore=private-etc
* | Merge pull request #668 from thomasjfox/improve-traceLibravatar netblue302016-07-31
|\ \ | | | | | | Improve libtrace / libtracelog
| * | libtrace: Add support for lstat() / lstat64()Libravatar Thomas Jarosch2016-07-31
| | |
| * | Fix wrong pointer variable in stat64 wrapperLibravatar Thomas Jarosch2016-07-31
| |/ | | | | | | | | | | | | | | | | If a program would have called stat() and then stat64(), the traced program probably would crash with a NULL pointer access on orig_stat64. I've checked for similiar glitches in the other wrappers -> they looked ok.
* | Merge pull request #663 from thomasjfox/make-dist-mkuidLibravatar netblue302016-07-31
|\ \ | | | | | | Include mkuid.sh in "make dist"
| * | Add uids.h to .gitignoreLibravatar Thomas Jarosch2016-07-30
| | |
| * | Include mkuid.sh in "make dist"Libravatar Thomas Jarosch2016-07-30
| |/ | | | | | | Fixes the rpm build from the tarball.
* | Merge pull request #661 from manevich/join-quotingLibravatar netblue302016-07-31
|\ \ | | | | | | Fix command line quoting on joining, move quoting code to functions
| * | 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
| | |
* | | Merge pull request #664 from reinerh/recursive_mkdirLibravatar netblue302016-07-31
|\ \ \ | |_|/ |/| | Allow recursive mkdir (Closes #305)
| * | Allow recursive mkdir (Closes #305)Libravatar Reiner Herrmann2016-07-30
|/ /