2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-31 06:16:03 +00:00

make note of the trailing slash requirement in the home.d/site.local example

This commit is contained in:
Kees Cook
2010-01-05 15:43:32 -08:00
parent 2d8246668c
commit 8b54df93dd

View File

@@ -1,4 +1,3 @@
# $Id$
# ------------------------------------------------------------------
#
# Copyright (C) 2010 Canonical Ltd.
@@ -9,6 +8,6 @@
# ------------------------------------------------------------------
# The following is a space-separated list of where additional user home
# directories are stored. Directories added here are appended to @{HOMEDIRS}.
# See tunables/home for details. Eg:
#@{HOMEDIRS}+=/srv/nfs/home /mnt/home
# directories are stored, each must have a trailing '/'. Directories added
# here are appended to @{HOMEDIRS}. See tunables/home for details. Eg:
#@{HOMEDIRS}+=/srv/nfs/home/ /mnt/home/