diff options
author | Richard Guy Briggs <rgb@redhat.com> | 2018-02-03 00:33:11 -0500 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2018-02-14 15:50:49 -0500 |
commit | d590dca62bb8a315a2356159444de07278a3ad83 (patch) | |
tree | acf2f60a08d591897398dc72af309631212f0722 /kernel/audit.c | |
parent | d8a5b80568a9cb66810e75b182018e9edb68e8ff (diff) | |
download | op-kernel-dev-d590dca62bb8a315a2356159444de07278a3ad83.zip op-kernel-dev-d590dca62bb8a315a2356159444de07278a3ad83.tar.gz |
audit: update bugtracker and source URIs
Since the Linux Audit project has transitioned completely over to
github, update the MAINTAINERS file and the primary audit source file to
reflect that reality.
Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'kernel/audit.c')
-rw-r--r-- | kernel/audit.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/audit.c b/kernel/audit.c index 227db99..5c25449 100644 --- a/kernel/audit.c +++ b/kernel/audit.c @@ -38,7 +38,8 @@ * 6) Support low-overhead kernel-based filtering to minimize the * information that must be passed to user-space. * - * Example user-space utilities: http://people.redhat.com/sgrubb/audit/ + * Audit userspace, documentation, tests, and bug/issue trackers: + * https://github.com/linux-audit */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |