summaryrefslogtreecommitdiff
path: root/app-backup
diff options
context:
space:
mode:
authorMarc Schiffbauer <mschiff@gentoo.org>2015-12-07 01:35:38 +0100
committerMarc Schiffbauer <mschiff@gentoo.org>2015-12-07 01:35:48 +0100
commit916129ba444937de308ba1499115a051e2607809 (patch)
tree101c8df99a2623da2096a452b155081d54da4451 /app-backup
parentafbdc41a72be2f47d47a97f25ad3f8c27ed496c5 (diff)
downloadgentoo-916129ba444937de308ba1499115a051e2607809.tar.gz
gentoo-916129ba444937de308ba1499115a051e2607809.tar.xz
app-backup/bareos: fix sandbox violation. fixes #566834
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-backup')
-rw-r--r--app-backup/bareos/bareos-15.2.2.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/app-backup/bareos/bareos-15.2.2.ebuild b/app-backup/bareos/bareos-15.2.2.ebuild
index 49be43dfdcc..e4ef164b475 100644
--- a/app-backup/bareos/bareos-15.2.2.ebuild
+++ b/app-backup/bareos/bareos-15.2.2.ebuild
@@ -146,6 +146,8 @@ src_prepare() {
src_configure() {
local myconf=''
+ addpredict /var/lib/logrotate.status
+
if use clientonly; then
myconf="${myconf} \
$(use_enable clientonly client-only) \