mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-05 00:41:03 +01:00

Steve Langasek <steve.langasek@linaro.org>, Steve Beattie <sbeattie@ubuntu.com> Description: add multiarch support to abstractions Bug-Ubuntu: https://bugs.launchpad.net/bugs/736870 This patch add multiarch support for common shared library locations, as well as a tunables file and directory to ease adding addiotional multiarch paths. Bug: https://launchpad.net/bugs/736870
18 lines
629 B
Text
18 lines
629 B
Text
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2006-2009 Novell/SUSE
|
|
# Copyright (C) 2010-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.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
# All the tunables definitions that should be available to every profile
|
|
# should be included here
|
|
|
|
#include <tunables/home>
|
|
#include <tunables/multiarch>
|
|
#include <tunables/proc>
|
|
#include <tunables/alias>
|