Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1453717 > unrolled thread
| Started by | Richard Guy Briggs <rgb@redhat.com> |
|---|---|
| First post | 2016-08-02 12:10 +0200 |
| Last post | 2016-08-02 12:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[PATCH V2 0/2] Add support for session ID user filtering Richard Guy Briggs <rgb@redhat.com> - 2016-08-02 12:10 +0200
| From | Richard Guy Briggs <rgb@redhat.com> |
|---|---|
| Date | 2016-08-02 12:10 +0200 |
| Subject | [PATCH V2 0/2] Add support for session ID user filtering |
| Message-ID | <s1EO6-30z-13@gated-at.bofh.it> |
https://github.com/linux-audit/audit-kernel/wiki/RFE-Session-ID-User-Filter RFE Session ID User Filter https://github.com/linux-audit/audit-kernel/issues/4 RFE: add a session ID filter to the kernel's user filter See also the set of userspace suport patches: Add support for sessionid user filters, sessionid_set and loginuid_set https://www.redhat.com/archives/linux-audit/2016-August/msg00005.html and the test case: https://github.com/rgbriggs/audit-testsuite/tree/ghak4-test-for-sessionID-user-filter Richard Guy Briggs (2): audit: add support for session ID user filter audit: add AUDIT_SESSIONID_SET support include/linux/audit.h | 10 ++++++++++ include/uapi/linux/audit.h | 2 ++ kernel/auditfilter.c | 5 +++++ kernel/auditsc.c | 6 ++++++ 4 files changed, 23 insertions(+), 0 deletions(-)
Back to top | Article view | linux.kernel
csiph-web