commit | 4b7d248b3a1de483ffe9d05c1debbf32a544164d | [log] [tgz] |
---|---|---|
author | Richard Guy Briggs <[email protected]> | Tue Jan 22 17:06:39 2019 -0500 |
committer | Paul Moore <[email protected]> | Fri Jan 25 13:03:23 2019 -0500 |
tree | 6b652f40d702f6b09c084676955312902c650900 | |
parent | 626abcd13d4ea2b67be3249a250046cf713f532a [diff] |
audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDIT loginuid and sessionid (and audit_log_session_info) should be part of CONFIG_AUDIT scope and not CONFIG_AUDITSYSCALL since it is used in CONFIG_CHANGE, ANOM_LINK, FEATURE_CHANGE (and INTEGRITY_RULE), none of which are otherwise dependent on AUDITSYSCALL. Please see github issue https://github.com/linux-audit/audit-kernel/issues/104 Signed-off-by: Richard Guy Briggs <[email protected]> [PM: tweaked subject line for better grep'ing] Signed-off-by: Paul Moore <[email protected]>