mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 16:35:02 +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
14 lines
645 B
Text
14 lines
645 B
Text
# ------------------------------------------------------------------
|
|
#
|
|
# 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.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
# The following is a space-separated list of where additional multipath
|
|
# prefixes are stored, each should not have a trailing '/'. Directories
|
|
# added here are appended to @{multiarch}. See tunables/mutliarch for details. Eg:
|
|
#@{multiarch}+=*-freebsd* s390-hurd-zomg
|