diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2022-02-02 11:26:26 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2022-02-02 11:26:26 -0300 |
commit | 1f355d2d2b824a6b3bad00b9790c8230127bb6c9 (patch) | |
tree | 10f7922f73abe76cdf9e4530b67d6d310f406cb3 /files/etc/apparmor.d/tunables | |
parent | 40bbd9cad0877b34b36d6b9dd79dc2a5ef55125e (diff) | |
download | puppet-nodo-1f355d2d2b824a6b3bad00b9790c8230127bb6c9.tar.gz puppet-nodo-1f355d2d2b824a6b3bad00b9790c8230127bb6c9.tar.bz2 |
Feat: adds nodo::subsystem:apparmor
Diffstat (limited to 'files/etc/apparmor.d/tunables')
-rw-r--r-- | files/etc/apparmor.d/tunables/home.d/site.local | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/files/etc/apparmor.d/tunables/home.d/site.local b/files/etc/apparmor.d/tunables/home.d/site.local new file mode 100644 index 0000000..3bfbbb9 --- /dev/null +++ b/files/etc/apparmor.d/tunables/home.d/site.local @@ -0,0 +1,14 @@ +# ------------------------------------------------------------------ +# +# Copyright (C) 2010 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. +# +# ------------------------------------------------------------------ + +# The following is a space-separated list of where additional user 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/ +@{HOMEDIRS}+=/mnt/crypt/home |