Commit graph

451 commits

Author SHA1 Message Date
netblue30
abc55d7a2c join command enhancements 2016-01-14 12:12:31 -05:00
netblue30
e9166dc417 join command enhancements 2016-01-14 12:10:55 -05:00
root
3a4d7acdf2 --join fixes 2016-01-14 11:15:59 -05:00
netblue30
5feb298322 instalation umask fix 2016-01-14 09:12:49 -05:00
netblue30
9c7f78a8fd admin 2016-01-14 08:56:48 -05:00
netblue30
741af2b278 Merge pull request #224 from genodeftest/patch-1
Don't blacklist recently-used.xbel
2016-01-14 08:26:54 -05:00
netblue30
e6d794e04f copyright 2016 2016-01-13 19:24:17 -05:00
netblue30
bad6d369ae ipv6 support 2016-01-13 11:08:04 -05:00
Christian Stadelmann
0d76c02e47 Don't blacklist recently-used.xbel
Reasons:
* many modern GUI applications need this file
* it doesn't contain secret information (passwords, keys) but private information as is most other data in ~/
2016-01-13 12:05:34 +01:00
netblue30
3aa0c8520e added kmail profile 2016-01-12 12:37:43 -05:00
netblue30
e669dbee63 IPv6 support 2016-01-11 19:52:15 -05:00
netblue30
6fb7813035 fixed minimum mtu 2016-01-11 08:55:46 -05:00
netblue30
6882f50a52 network work 2016-01-10 13:29:34 -05:00
netblue30
5c1e080c0e development version 0.9.37 2016-01-09 08:39:18 -05:00
netblue30
ac673f437d Merge pull request #213 from SeriousBug/master
dynamic allocation of noblacklist buffer
2016-01-09 08:34:51 -05:00
Kaan Genç
cc21493233 dynamic allocation of noblacklist buffer 2016-01-08 21:23:39 +02:00
netblue30
0266b822bf Merge branch 'master' of https://github.com/netblue30/firejail 2016-01-06 08:18:41 -05:00
netblue30
2f9645136c Disallow access to kdbx files 2016-01-06 08:18:04 -05:00
netblue30
804daa7209 Merge pull request #210 from jrabe/master
Disallow access to kdbx files
2016-01-06 08:13:29 -05:00
Janik Rabe
9ac0325d7f Disallow access to kdbx files (used by newer versions) 2016-01-04 21:16:31 +02:00
netblue30
fd7df99c2d 0.9.36 released 2015-12-29 12:33:37 -05:00
netblue30
02aebde80f 0.9.36 fixes 2015-12-28 10:52:50 -05:00
netblue30
eff9d79428 0.9.36 testing 2015-12-28 08:27:47 -05:00
netblue
0436ac6b86 0.9.36 testing 2015-12-27 09:54:27 -05:00
netblue30
c67a8f99fd Merge pull request #202 from veeti/spotify
Allow netlink for Spotify
2015-12-27 09:39:18 -05:00
Veeti Paananen
31e8ac670a Allow netlink for Spotify
Refuses to open without it.
2015-12-26 14:38:18 +02:00
netblue
f7cf74865e 0.9.36 testing 2015-12-24 11:46:40 -05:00
netblue
14c9be167f 0.9.36 testing 2015-12-24 10:03:32 -05:00
netblue30
c0dc4e0565 0.9.36 testing 2015-12-23 21:20:14 -05:00
netblue30
7e5ae34230 0.9.36 testing 2015-12-23 16:48:03 -05:00
netblue30
dda687ed2a 0.9.36 testing 2015-12-23 16:42:58 -05:00
netblue30
686bc51e38 0.9.36 testing 2015-12-23 12:38:13 -05:00
netblue30
f7439c3e0a 0.9.36 testing 2015-12-23 09:46:12 -05:00
netblue30
074667ce4e fixes 2015-12-21 12:30:57 -05:00
netblue30
8bf0a10a00 Merge branch 'master' of https://github.com/netblue30/firejail 2015-12-20 08:45:38 -05:00
netblue30
898d403116 removed tracelog from chromium profile 2015-12-20 08:45:20 -05:00
netblue30
407eb657f2 Merge pull request #198 from Duncaen/musl
use UTMP_FILE to check for its existence
2015-12-20 08:37:17 -05:00
Duncaen
f9a8757ee2 use UTMP_FILE to check for its existence 2015-12-20 00:42:39 +01:00
netblue30
ea6a97b17b new webpage 2015-12-19 09:38:39 -05:00
netblue30
5c73e6838a Merge pull request #194 from reinerh/master
Fix typos
2015-12-17 12:40:31 -05:00
Reiner Herrmann
1a213cebf6 Fix typos 2015-12-17 18:36:37 +01:00
netblue30
811af13d51 added --force option 2015-12-17 12:35:15 -05:00
netblue30
2da675a421 testing 2015-12-17 12:09:42 -05:00
netblue30
24d38a4a23 add support for sandbox name in profile files 2015-12-17 10:31:39 -05:00
netblue30
d39169dc0d better error reporting for profile files 2015-12-17 09:21:49 -05:00
netblue30
419251f11b Debian reproductible build 2015-12-17 08:10:57 -05:00
netblue30
386201041d Merge pull request #193 from reinerh/master
Make the build reproducible
2015-12-17 07:59:15 -05:00
Reiner Herrmann
be116e6ea6 Embed deterministic timestamp in manpages
If the build system supports SOURCE_DATE_EPOCH [1], use this timestamp
for the manpages, instead of using the current date.
This will generate reproducible manpages.
Fall back to old behavior if variable is not set.

Also normalize locale and timezone.

[1]: https://reproducible-builds.org/specs/source-date-epoch/
2015-12-16 23:27:59 +01:00
Reiner Herrmann
991a209509 Sort file lists to make build reproducible 2015-12-16 23:12:05 +01:00
netblue30
1aa0b356d3 manpage fixes 2015-12-12 13:27:28 -05:00