diff options
author | Wynn Wolf Arbor | 2020-08-28 10:14:55 +0000 |
---|---|---|
committer | Wynn Wolf Arbor | 2020-08-28 10:14:55 +0000 |
commit | fd7aec19ec6894ecc17cb4325745f7b3f598a10d (patch) | |
tree | 1ba45850edbfa7782d97164263e2eae489336dbb /fragments/security | |
parent | 56beca690a4e475d191ef2b17f8cdb20d8477fed (diff) | |
download | kernfrag-fd7aec19ec6894ecc17cb4325745f7b3f598a10d.tar.gz |
fragments: Remove AUDIT_WATCH and AUDIT_TREE from security/audit
These two options have been replaced [1] by CONFIG_AUDITSYSCALL.
[1] https://patchwork.kernel.org/patch/10686725/
Diffstat (limited to 'fragments/security')
-rw-r--r-- | fragments/security/audit | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fragments/security/audit b/fragments/security/audit index f594b65..214dbe3 100644 --- a/fragments/security/audit +++ b/fragments/security/audit @@ -1,4 +1,2 @@ CONFIG_AUDIT=y CONFIG_AUDITSYSCALL=y -CONFIG_AUDIT_WATCH=y -CONFIG_AUDIT_TREE=y |