Accepting request 227741 from network

- dnsmasq.service: Set PrivateDevices=yes so we run in a 
  separate namespace with the bare minimum device nodes isolated
  from the host. (forwarded request 227618 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/227741
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dnsmasq?expand=0&rev=48
This commit is contained in:
Stephan Kulow 2014-03-28 11:10:10 +00:00 committed by Git OBS Bridge
commit 6a457e5ca2
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