aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/audit.h
AgeCommit message (Expand)AuthorFilesLines
2023-07-21audit: correct audit_filter_inodes() definitionXiu Jianfeng1-1/+1
2023-05-17audit: avoid missing-prototype warningsArnd Bergmann1-1/+1
2022-09-07audit: remove selinux_audit_rule_update() declarationXiu Jianfeng1-2/+0
2022-08-26audit: audit_context pid unused, context enum comment fixRichard Guy Briggs1-1/+1
2022-02-22audit: log AUDIT_TIME_* records only from rulesRichard Guy Briggs1-0/+4
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2021-10-04audit: add OPENAT2 record to list "how" infoRichard Guy Briggs1-0/+2
2021-09-19audit,io_uring,io-wq: add some basic audit support to io_uringPaul Moore1-0/+2
2021-09-19audit: prepare audit_context for use in calling contexts beyond syscallsPaul Moore1-1/+4
2021-07-19audit: add header protection to kernel/audit.hMaYuming1-0/+5
2021-06-10audit: remove trailing spaces and tabsZhen Lei1-1/+1
2021-06-08audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinitionSergey Nazarov1-4/+4
2021-03-24audit: avoid -Wempty-body warningArnd Bergmann1-6/+6
2020-08-17audit: change unnecessary globals into staticsJules Irenge1-4/+0
2020-07-29revert: 1320a4052ea1 ("audit: trigger accompanying records when no rules pres...Paul Moore1-8/+0
2020-04-22audit: fix a net reference leak in audit_list_rules_send()Paul Moore1-1/+1
2020-03-12audit: trigger accompanying records when no rules presentRichard Guy Briggs1-0/+8
2019-07-08Merge tag 'audit-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-21audit: deliver signal_info regarless of syscallRichard Guy Briggs1-2/+6
2019-04-28audit_compare_dname_path(): switch to const struct qstr *Al Viro1-1/+1
2019-02-07audit: hide auditsc_get_stamp and audit_serial prototypesRichard Guy Briggs1-0/+5
2019-02-03audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs1-9/+0
2019-01-30audit: ignore fcaps on umountRichard Guy Briggs1-1/+1
2019-01-25audit: clean up AUDITSYSCALL prototypes and stubsRichard Guy Briggs1-31/+33
2019-01-25audit: add support for fcaps v3Richard Guy Briggs1-0/+1
2019-01-14audit: hand taken context to audit_kill_trees for syscall loggingRichard Guy Briggs1-2/+2
2018-11-26audit: use current whenever possiblePaul Moore1-1/+1
2018-11-19audit: remove WATCH and TREE config optionsRichard Guy Briggs1-3/+3
2018-11-19audit: localize audit_log_session_info prototypeRichard Guy Briggs1-0/+2
2018-02-23audit: track the owner of the command mutex ourselvesPaul Moore1-1/+2
2017-11-15Merge tag 'audit-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-11-10audit: convert audit_ever_enabled to a booleanPaul Moore1-1/+1
2017-09-03ipc: mqueue: Replace timespec with timespec64Deepa Dinamani1-1/+1
2017-06-12audit: style fixDerek Robson1-14/+14
2017-05-30audit: add ambient capabilities to CAPSET and BPRM_FCAPS recordsRichard Guy Briggs1-0/+1
2017-05-02audit: Use timespec64 to represent audit timestampsDeepa Dinamani1-1/+1
2017-05-02audit: store the auditd PID as a pid struct instead of pid_tPaul Moore1-1/+1
2017-05-02audit: kernel generated netlink traffic should have a portid of 0Paul Moore1-2/+1
2017-03-27audit: move audit_signal_info() into kernel/auditsc.cPaul Moore1-7/+1
2017-03-21audit: fix auditd/kernel connection state trackingPaul Moore1-7/+2
2017-02-21Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+3
2017-02-13audit: log module name on init_moduleRichard Guy Briggs1-0/+3
2016-12-05audit_log_{name,link_denied}: constify struct pathAl Viro1-1/+1
2016-07-29Merge branch 'stable-4.8' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+2
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs1-0/+4
2016-06-27audit: add fields to exclude filter by reusing user filterRichard Guy Briggs1-0/+2
2015-12-24security: Make inode argument of inode_getsecid non-constAndreas Gruenbacher1-1/+1
2015-11-04audit: audit_tree_match can be booleanYaowei Bai1-1/+1
2015-09-08Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+18
2015-08-06audit: implement audit by executableRichard Guy Briggs1-0/+4
2015-08-06audit: clean simple fsnotify implementationRichard Guy Briggs1-0/+14
2015-04-22Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-0/+3
2015-02-23audit: consolidate handling of mm->exe_fileDavidlohr Bueso1-0/+3
2015-01-23audit: replace getname()/putname() hacks with reference countersPaul Moore1-15/+2
2014-09-23audit: reduce scope of audit_log_fcapsRichard Guy Briggs1-1/+0
2014-03-20audit: Use struct net not pid_t to remember the network namespce to reply inEric W. Biederman1-1/+1
2014-03-20audit: Audit proc/<pid>/cmdline aka proctitleWilliam Roberts1-0/+6
2014-01-14audit: Convert int limit uses to u32Joe Perches1-1/+1
2014-01-13audit: listen in all network namespacesRichard Guy Briggs1-0/+5
2014-01-13audit: fix netlink portid naming and typesRichard Guy Briggs1-4/+4
2013-11-05audit: call audit_bprm() only once to add AUDIT_EXECVE informationRichard Guy Briggs1-1/+0
2013-11-05audit: move audit_aux_data_execve contents into audit_context unionRichard Guy Briggs1-0/+4
2013-07-09audit: fix mq_open and mq_unlink to add the MQ root as a hidden parent audit_...Jeff Layton1-0/+1
2013-05-11Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-0/+156
2013-04-30audit: fix event coverage of AUDIT_ANOM_LINKEric Paris1-0/+157
2013-04-29audit: remove unnecessary #if CONFIG_AUDITGao feng1-2/+0
2013-04-29audit: remove duplicate export of audit_enabledGao feng1-1/+0
2013-04-12audit: remove duplicate export of audit_enabledGao feng1-1/+0
2012-10-12audit: optimize audit_compare_dname_pathJeff Layton1-1/+4
2012-10-12audit: remove dirlen argument to audit_compare_dname_pathJeff Layton1-2/+1
2012-10-12audit: set the name_len in audit_inode for parent lookupsJeff Layton1-0/+1
2012-09-18userns: Convert audit to work with user namespaces enabledEric W. Biederman1-1/+1
2012-09-17audit: Add typespecific uid and gid comparatorsEric W. Biederman1-0/+2
2012-01-17audit: remove AUDIT_SETUP_CONTEXT as it isn't usedEric Paris1-5/+1
2010-10-30audit: make functions staticStephen Hemminger1-4/+1
2010-07-28Audit: split audit watch KconfigEric Paris1-1/+13
2010-07-28audit: do not get and put just to free a watchEric Paris1-2/+1
2010-07-28Audit: clean up the audit_watch splitEric Paris1-9/+4
2009-06-24Fix rule eviction order for AUDIT_DIRAl Viro1-2/+5
2009-06-23Audit: move audit_get_nd completely into audit_watchEric Paris1-4/+1
2009-06-23audit: seperate audit inode watches into a subfileEric Paris1-19/+20
2009-01-04fixing audit rule ordering mess, part 1Al Viro1-4/+1
2008-04-28[PATCH 1/2] audit: move extern declarations to audit.hHarvey Harrison1-0/+13
2008-04-19SELinux: use new audit hooks, remove redundant exportsAhmed S. Darwish1-25/+0
2007-10-21[PATCH] audit: watching subtreesAl Viro1-1/+33
2007-07-16Audit: add TTY input auditingMiloslav Trmac1-1/+0
2007-05-11[PATCH] audit signal recipientsAmy Griffis1-5/+8
2006-09-11[PATCH] audit: AUDIT_PERM supportAl Viro1-0/+1
2006-07-01[PATCH] add rule filterkeyAmy Griffis1-0/+1
2006-06-20[PATCH] log more info for directory entry change eventsAmy Griffis1-1/+2
2006-06-20[PATCH] audit: path-based rulesAmy Griffis1-4/+34
2006-06-20[PATCH] collect sid of those who send signals to auditdAl Viro1-0/+11
2006-06-20[PATCH] fix deadlocks in AUDIT_LIST/AUDIT_LIST_RULESAl Viro1-0/+11
2006-05-01[PATCH] support for context based audit filtering, part 2Darrel Goeddel1-3/+7
2006-03-20[PATCH] sem2mutex: audit_netlink_semIngo Molnar1-1/+2
2006-03-20[PATCH] audit string fields interface + consumerAmy Griffis1-3/+20
2006-03-20[PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALLDavid Woodhouse1-0/+70