summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar netblue <netblue@debian>2015-10-11 07:57:29 -0400
committerLibravatar netblue <netblue@debian>2015-10-11 07:57:29 -0400
commit38e1d7e5f91ff2d5956a7ba79b322325b98a5270 (patch)
treeeed8d241f2b03df5d2f122cea4633f99bf0ec2c3
parent--private-bin (diff)
downloadfirejail-38e1d7e5f91ff2d5956a7ba79b322325b98a5270.tar.gz
firejail-38e1d7e5f91ff2d5956a7ba79b322325b98a5270.tar.zst
firejail-38e1d7e5f91ff2d5956a7ba79b322325b98a5270.zip
several small fixes
-rw-r--r--README2
-rw-r--r--README.md2
-rw-r--r--src/firejail/firejail.h2
3 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index a423c15d6..c3690df7f 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ License: GPL v2
18Firejail Authors: 18Firejail Authors:
19 19
20netblue30 (netblue30@yahoo.com) 20netblue30 (netblue30@yahoo.com)
21Matthew Gyurgyik (https://github.com/pyther)
22 - rpm spec and several fixes
21greigdp (https://github.com/greigdp) 23greigdp (https://github.com/greigdp)
22 - add Spotify profile 24 - add Spotify profile
23Mattias Wadman (https://github.com/wader) 25Mattias Wadman (https://github.com/wader)
diff --git a/README.md b/README.md
index 9dd121eb5..137603de8 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ A preliminary fix was introduced on master branch. The fix disables PulseAudio s
44inside the sandbox. If you are seeing any problems, 44inside the sandbox. If you are seeing any problems,
45please let us know here: https://github.com/netblue30/firejail/issues/69 45please let us know here: https://github.com/netblue30/firejail/issues/69
46 46
47If you are unable to update Firejail, or if you want to continue using the lates released version, these are some workarounds: 47If you are unable to update Firejail, or if you want to continue using the latest released version, these are some workarounds:
48 48
49* Running ALSA 49* Running ALSA
50 50
diff --git a/src/firejail/firejail.h b/src/firejail/firejail.h
index 27e49ea38..64cf3ccef 100644
--- a/src/firejail/firejail.h
+++ b/src/firejail/firejail.h
@@ -83,7 +83,7 @@ typedef struct config_t {
83 char *home_private; // private home directory 83 char *home_private; // private home directory
84 char *home_private_keep; // keep list for private home directory 84 char *home_private_keep; // keep list for private home directory
85 char *etc_private_keep; // keep list for private etc directory 85 char *etc_private_keep; // keep list for private etc directory
86 char *bin_private_keep; // keep list for private etc directory 86 char *bin_private_keep; // keep list for private bin directory
87 char *cwd; // current working directory 87 char *cwd; // current working directory
88 char *overlay_dir; 88 char *overlay_dir;
89 89