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
This commit is contained in:
Marcus Meissner 2014-03-27 13:05:09 +00:00 committed by Git OBS Bridge
parent a347d7fed3
commit c8bad6f701
3 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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

View File

@ -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