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

This patch adds the kernelvars tunable to the global set that is usually included by default in apparmor policies. It then converts the rules that are intended to match /proc/pid to use this tunable. Signed-off-by: Steve Beattie <sbeattie@ubuntu.com> Acked-By: Seth Arnold <seth.arnold@canonical.com>
19 lines
660 B
Text
19 lines
660 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>
|
|
#include <tunables/kernelvars>
|