From c8bad6f7016d29f83c2513caf9e486fad93a392ba2388f2af112c67876475cb7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 27 Mar 2014 13:05:09 +0000 Subject: [PATCH] Accepting request 227618 from home:elvigia:branches:network - dnsmasq.service: Set PrivateDevices=yes so we run in a separate namespace with the bare minimum device nodes isolated from the host. OBS-URL: https://build.opensuse.org/request/show/227618 OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=56 --- dnsmasq.changes | 7 +++++++ dnsmasq.service | 1 + dnsmasq.spec | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/dnsmasq.changes b/dnsmasq.changes index 1143440..054571f 100644 --- a/dnsmasq.changes +++ b/dnsmasq.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Mar 26 16:56:34 UTC 2014 - crrodriguez@opensuse.org + +- dnsmasq.service: Set PrivateDevices=yes so we run in a + separate namespace with the bare minimum device nodes isolated + from the host. + ------------------------------------------------------------------- Mon Apr 22 11:34:35 UTC 2013 - meissner@suse.com diff --git a/dnsmasq.service b/dnsmasq.service index 536529d..94ecc40 100644 --- a/dnsmasq.service +++ b/dnsmasq.service @@ -8,6 +8,7 @@ BusName=uk.org.thekelleys.dnsmasq ExecStartPre=/usr/sbin/dnsmasq --test ExecStart=/usr/sbin/dnsmasq --log-async --enable-dbus --keep-in-foreground ExecReload=/bin/kill -HUP $MAINPID +PrivateDevices=yes [Install] WantedBy=multi-user.target diff --git a/dnsmasq.spec b/dnsmasq.spec index bd04e5e..49d5018 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -1,7 +1,7 @@ # # spec file for package dnsmasq # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed