aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2020-02-09 11:30:31 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2020-02-09 11:30:31 +0100
commit609be4fda2dda5557de864eba814c42fe2f40dca (patch)
tree4705e07b546c1a9d2d102feae3d7156316f64710 /src/include
parentinclude wvc to more profiles (#3209) (diff)
downloadfirejail-609be4fda2dda5557de864eba814c42fe2f40dca.tar.gz
firejail-609be4fda2dda5557de864eba814c42fe2f40dca.tar.zst
firejail-609be4fda2dda5557de864eba814c42fe2f40dca.zip
openSUSE fix: mount private-etc on /usr/etc as well
see issue #3145
Diffstat (limited to 'src/include')
-rw-r--r--src/include/rundefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/rundefs.h b/src/include/rundefs.h
index 7f9c68be2..1cfeee28d 100644
--- a/src/include/rundefs.h
+++ b/src/include/rundefs.h
@@ -42,6 +42,7 @@
42#define RUN_NONEWPRIVS_CFG RUN_MNT_DIR "/nonewprivs" 42#define RUN_NONEWPRIVS_CFG RUN_MNT_DIR "/nonewprivs"
43#define RUN_HOME_DIR RUN_MNT_DIR "/home" 43#define RUN_HOME_DIR RUN_MNT_DIR "/home"
44#define RUN_ETC_DIR RUN_MNT_DIR "/etc" 44#define RUN_ETC_DIR RUN_MNT_DIR "/etc"
45#define RUN_USR_ETC_DIR RUN_MNT_DIR "/usretc"
45#define RUN_OPT_DIR RUN_MNT_DIR "/opt" 46#define RUN_OPT_DIR RUN_MNT_DIR "/opt"
46#define RUN_SRV_DIR RUN_MNT_DIR "/srv" 47#define RUN_SRV_DIR RUN_MNT_DIR "/srv"
47#define RUN_BIN_DIR RUN_MNT_DIR "/bin" 48#define RUN_BIN_DIR RUN_MNT_DIR "/bin"