14 lines
525 B
Plaintext
14 lines
525 B
Plaintext
# Copyright (C) 2012 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.
|
|
#
|
|
# ------------------------------------------------------------------
|
|
|
|
# @{securityfs} is the location where securityfs is mounted.
|
|
@{securityfs}=@{sys}/kernel/security/
|
|
|
|
# Also, include files in tunables/securityfs.d for site-specific adjustments
|
|
include if exists <tunables/securityfs.d>
|