mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-06 17:31:01 +01:00

Johansen, use 'ix' instead of 'Pix' for dbus-launch since if someone happens to define a profile for dbus-launch and it is loosely confined, then users of this abstraction could end up launching a program via dbus-launch in a less confined manner than intended. This sort of thing should not be possible via an abstraction (and people are always free to profile using Pix if they prefer).
13 lines
456 B
Text
13 lines
456 B
Text
# vim:syntax=apparmor
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2011 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
|
|
# License published by the Free Software Foundation.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
/usr/bin/dbus-launch ix,
|
|
/var/lib/dbus/machine-id r,
|