Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-03Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-04-28audit: log audit netlink multicast bind and unbindRichard Guy Briggs
2020-04-22audit: fix a net reference leak in audit_list_rules_send()Paul Moore
2020-04-21audit: fix a net reference leak in audit_send_reply()Paul Moore
2020-04-21audit: check the length of userspace generated audit recordsPaul Moore
2020-04-01Merge tag 'audit-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-03-12audit: trigger accompanying records when no rules presentRichard Guy Briggs
2020-02-25audit: always check the netlink payload length in audit_receive_msg()Paul Moore
2019-12-09audit: Add __rcu annotation to RCU pointerAmol Grover
2019-10-25audit: remove redundant condition check in kauditd_thread()Yunfeng Ye
2019-10-03audit: Report suspicious O_CREAT usageKees Cook
2019-07-09Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-22audit: deliver signal_info regarless of syscallRichard Guy Briggs
2019-03-21audit: connect LOGIN record to its syscall recordRichard Guy Briggs
2019-02-04audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs
2019-01-31audit: ignore fcaps on umountRichard Guy Briggs
2019-01-25audit: add support for fcaps v3Richard Guy Briggs
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs
2019-01-19audit: add syscall information to CONFIG_CHANGE recordsRichard Guy Briggs
2019-01-15audit: give a clue what CONFIG_CHANGE op was involvedRichard Guy Briggs
2018-12-14audit: remove duplicated include from audit.cYueHaibing
2018-12-04audit: shorten PATH cap values when zeroRichard Guy Briggs
2018-11-27audit: use current whenever possiblePaul Moore
2018-11-27audit: minimize our use of audit_log_format()Paul Moore
2018-11-19audit: use session_info helperRichard Guy Briggs
2018-07-17audit: use ktime_get_coarse_real_ts64() for timestampsPaul Moore
2018-07-03audit: use ktime_get_coarse_ts64() for time accessArnd Bergmann
2018-06-19audit: eliminate audit_enabled magic number comparisonRichard Guy Briggs
2018-06-19audit: rename FILTER_TYPE to FILTER_EXCLUDERichard Guy Briggs
2018-05-15audit: use inline function to get audit contextRichard Guy Briggs
2018-04-20audit: add syscall information to FEATURE_CHANGE recordsRichard Guy Briggs
2018-04-07Merge tag 'audit-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-26treewide: Align function definition open/close bracesJoe Perches
2018-03-21audit: remove path param from link denied functionRichard Guy Briggs
2018-03-09audit: link denied should not directly generate PATH recordRichard Guy Briggs
2018-03-09audit: make ANOM_LINK obey audit_enabled and audit_dummy_contextRichard Guy Briggs
2018-03-06audit: do not panic on invalid boot parameterGreg Edwards
2018-02-23audit: track the owner of the command mutex ourselvesPaul Moore
2018-02-22audit: return on memory error to avoid null pointer dereferenceRichard Guy Briggs
2018-02-14audit: update bugtracker and source URIsRichard Guy Briggs
2017-11-11Audit: remove unused audit_log_secctx functionCasey Schaufler
2017-11-11audit: Allow auditd to set pid to 0 to end auditingSteve Grubb
2017-11-11audit: use audit_set_enabled() in audit_enable()Paul Moore
2017-11-11audit: convert audit_ever_enabled to a booleanPaul Moore
2017-11-11audit: don't use simple_strtol() anymorePaul Moore
2017-11-11audit: initialize the audit subsystem as early as possiblePaul Moore
2017-11-11audit: ensure that 'audit=1' actually enables audit for PID 1Paul Moore
2017-09-05audit: update the function commentsGeliang Tang
2017-09-05audit: Reduce overhead using a coarse clockMel Gorman