commit | cd108b5c51db30aa01657322bb89e48c98216ff9 | [log] [tgz] |
---|---|---|
author | Richard Guy Briggs <rgb@redhat.com> | Tue Feb 05 16:06:30 2019 -0500 |
committer | Paul Moore <paul@paul-moore.com> | Thu Feb 07 21:44:27 2019 -0500 |
tree | 8439e151ee074d05805be5d2e7e7b2278bfffe26 | |
parent | 18f5c1d567a5d16aa6ebac6a2f42e51fc5030baa [diff] |
audit: hide auditsc_get_stamp and audit_serial prototypes auditsc_get_stamp() and audit_serial() are internal audit functions so move their prototypes from include/linux/audit.h to kernel/audit.h so they are not visible to the rest of the kernel. Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>