~ubuntu-branches/ubuntu/wily/apparmor/wily

« back to all changes in this revision

Viewing changes to profiles/apparmor.d/tunables/home

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2011-04-27 10:38:07 UTC
  • mfrom: (5.1.118 natty)
  • Revision ID: james.westby@ubuntu.com-20110427103807-ym3rhwys6o84ith0
Tags: 2.6.1-2
debian/copyright: clarify for some full organization names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ------------------------------------------------------------------
 
2
#
 
3
#    Copyright (C) 2006-2009 Novell/SUSE
 
4
#    Copyright (C) 2010 Canonical Ltd.
 
5
#
 
6
#    This program is free software; you can redistribute it and/or
 
7
#    modify it under the terms of version 2 of the GNU General Public
 
8
#    License published by the Free Software Foundation.
 
9
#
 
10
# ------------------------------------------------------------------
 
11
 
 
12
# @{HOME} is a space-separated list of all user home directories. While
 
13
# it doesn't refer to a specific home directory (AppArmor doesn't
 
14
# enforce discretionary access controls) it can be used as if it did
 
15
# refer to a specific home directory
 
16
@{HOME}=@{HOMEDIRS}/*/ /root/
 
17
 
 
18
# @{HOMEDIRS} is a space-separated list of where user home directories
 
19
# are stored, for programs that must enumerate all home directories on a
 
20
# system.
 
21
@{HOMEDIRS}=/home/
 
22
 
 
23
# Also, include files in tunables/home.d for site-specific adjustments to
 
24
# @{HOMEDIRS}.
 
25
#include <tunables/home.d>