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:
@@ -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/
|
||||
|
Reference in New Issue
Block a user