summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-01-12 10:02:29 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2017-01-12 10:02:29 -0500
commitc80e89e8a76a3f25e6b629683f39bf383d4f69f0 (patch)
tree6b6011ec4fb0ad6fd9a07ce513bdeb867f5f8100
parentcopy_file cleanup (diff)
downloadfirejail-c80e89e8a76a3f25e6b629683f39bf383d4f69f0.tar.gz
firejail-c80e89e8a76a3f25e6b629683f39bf383d4f69f0.tar.zst
firejail-c80e89e8a76a3f25e6b629683f39bf383d4f69f0.zip
Gentoo compile fix
-rw-r--r--README2
-rw-r--r--RELNOTES1
-rw-r--r--src/firejail/fs_dev.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 04b4f56f5..67d9a555f 100644
--- a/README
+++ b/README
@@ -97,6 +97,8 @@ valoq (https://github.com/valoq)
97 - added skanlite, ssh-agent, transmission-cli, tracker, transmission-show, w3m, xfburn, xpra profiles 97 - added skanlite, ssh-agent, transmission-cli, tracker, transmission-show, w3m, xfburn, xpra profiles
98 - added wget profile 98 - added wget profile
99 - disable gnupg and systemd directories under /run/user 99 - disable gnupg and systemd directories under /run/user
100Mike Frysinger (vapier@gentoo.org)
101 - Gentoo compile patch
100Jericho (https://github.com/attritionorg) 102Jericho (https://github.com/attritionorg)
101 - spelling 103 - spelling
102Pixel Fairy (https://github.com/xahare) 104Pixel Fairy (https://github.com/xahare)
diff --git a/RELNOTES b/RELNOTES
index e00eaee00..55877f424 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,5 +1,6 @@
1firejail (0.9.45) baseline; urgency=low 1firejail (0.9.45) baseline; urgency=low
2 * development version, work in progress 2 * development version, work in progress
3 * Gentoo compile patch
3 * security: --bandwidth root shell found by Martin Carpenter (CVE-2017-5207) 4 * security: --bandwidth root shell found by Martin Carpenter (CVE-2017-5207)
4 * security: disabled --allow-debuggers when running on kernel 5 * security: disabled --allow-debuggers when running on kernel
5 versions prior to 4.8; a kernel bug in ptrace system call 6 versions prior to 4.8; a kernel bug in ptrace system call
diff --git a/src/firejail/fs_dev.c b/src/firejail/fs_dev.c
index d710e98f2..f429a3bd6 100644
--- a/src/firejail/fs_dev.c
+++ b/src/firejail/fs_dev.c
@@ -28,6 +28,7 @@
28#ifndef _BSD_SOURCE 28#ifndef _BSD_SOURCE
29#define _BSD_SOURCE 29#define _BSD_SOURCE
30#endif 30#endif
31#include <sys/sysmacros.h>
31#include <sys/types.h> 32#include <sys/types.h>
32 33
33typedef struct { 34typedef struct {