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

tunables/proc and modifies all users of /proc to use the variable instead. I also converted some uses of /proc/*/ to /proc/[0-9]*/ to be a little more restrictive, as well as removing some references to proc files that are already covered by abstractions/base (the removals in abstractions/bash seem justified as all uses of abstractions/bash are immediately preceded by abstractions/base).
16 lines
531 B
Text
16 lines
531 B
Text
# $Id$
|
|
# ------------------------------------------------------------------
|
|
#
|
|
# Copyright (C) 2006 Novell/SUSE
|
|
#
|
|
# 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/proc>
|