mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +01:00
tighten up the dbus abstractions
This commit is contained in:
parent
9533ac3405
commit
24e3b5296e
2 changed files with 3 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
# $Id$
|
||||
# ------------------------------------------------------------------
|
||||
#
|
||||
# Copyright (C) 2009 Canonical Ltd.
|
||||
# Copyright (C) 2009-2010 Canonical Ltd.
|
||||
#
|
||||
# This program is free software; you can redistribute it and/or
|
||||
# modify it under the terms of version 2 of the GNU General Public
|
||||
|
@ -10,8 +10,5 @@
|
|||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
# System socket
|
||||
# System socket. Be careful when including this abstraction.
|
||||
/var/run/dbus/system_bus_socket w,
|
||||
|
||||
# Machine id
|
||||
/var/lib/dbus/machine-id r,
|
||||
|
|
|
@ -10,5 +10,5 @@
|
|||
#
|
||||
# ------------------------------------------------------------------
|
||||
|
||||
#include <abstractions/dbus>
|
||||
/usr/bin/dbus-launch Pix,
|
||||
/var/lib/dbus/machine-id r,
|
||||
|
|
Loading…
Add table
Reference in a new issue