Sign in
googlers
/
maze
/
linux
/
3dc3bad6f1b316d79d9d1d596a590b5097cb3dc4
/
kernel
/
auditfilter.c
d29be15
Audit: add support to match lsm labels on user audit messages
by Miloslav Trmac
· 14 years ago
a05fb6c
audit: do not get and put just to free a watch
by Eric Paris
· 15 years ago
ae7b8f4
Audit: clean up the audit_watch split
by Eric Paris
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
9d96098
Audit: clean up all op= output to include string quoting
by Eric Paris
· 16 years ago
35fe4d0
Audit: move audit_get_nd completely into audit_watch
by Eric Paris
· 16 years ago
cfcad62
audit: seperate audit inode watches into a subfile
by Eric Paris
· 16 years ago
e85188f
Audit: dereferencing krule as if it were an audit_watch
by Eric Paris
· 16 years ago
35aa901
Audit: fix audit watch use after free
by Eric Paris
· 16 years ago
381a80e
inotify: use GFP_NOFS in kernel_event() to work around a lockdep false-positive
by Wu Fengguang
· 16 years ago
c28bb7d
make the e->rule.xxx shorter in kernel auditfilter.c
by Zhenwen Xu
· 16 years ago
5af75d8
audit: validate comparison operations, store them in sane form
by Al Viro
· 16 years ago
36c4f1b1
clean up audit_rule_{add,del} a bit
by Al Viro
· 16 years ago
e45aa21
audit rules ordering, part 2
by Al Viro
· 16 years ago
0590b93
fixing audit rule ordering mess, part 1
by Al Viro
· 16 years ago
1a9d079
audit_update_lsm_rules() misses the audit_inode_hash[] ones
by Al Viro
· 16 years ago
8f7b0ba
Fix inotify watch removal/umount races
by Al Viro
· 16 years ago
036bbf7
Re: [PATCH] the loginuid field should be output in all AUDIT_CONFIG_CHANGE audit messages
by zhangxiliang
· 16 years ago
d8de724
[PATCH] remove useless argument type in audit_filter_user()
by Peng Haitao
· 17 years ago
9f0aecd
[PATCH] audit: fix kernel-doc parameter notation
by Randy Dunlap
· 17 years ago
9781db7
Merge branch 'audit.b50' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
by Linus Torvalds
· 17 years ago
801678c
Remove duplicated unlikely() in IS_ERR()
by Hirofumi Nakagawa
· 17 years ago
8b67dca
[PATCH] new predicate - AUDIT_FILETYPE
by Al Viro
· 17 years ago
7719e43
[PATCH 2/2] audit: fix sparse shadowed variable warnings
by Harvey Harrison
· 17 years ago
c782f24
[PATCH 1/2] audit: move extern declarations to audit.h
by Harvey Harrison
· 17 years ago
2532386
Audit: collect sessionid in netlink messages
by Eric Paris
· 17 years ago
04305e4
Audit: Final renamings and cleanup
by Ahmed S. Darwish
· 17 years ago
d7a96f3
Audit: internally use the new LSM audit hooks
by Ahmed S. Darwish
· 17 years ago
2a862b3
Audit: use new LSM hooks instead of SELinux exports
by Ahmed S. Darwish
· 17 years ago
1d957f9
Introduce path_put()
by Jan Blunck
· 17 years ago
4ac9137
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
by Jan Blunck
· 17 years ago
1a6b9f2
[AUDIT] make audit=0 really stop audit messages
by Eric Paris
· 17 years ago
74c3cbe
[PATCH] audit: watching subtrees
by Al Viro
· 17 years ago
9ce3421
whitespace fixes: audit filtering
by Daniel Walker
· 17 years ago
74f2345
[PATCH] allow audit filtering on bit & operations
by Eric Paris
· 18 years ago
c926e4f
[PATCH] audit: fix broken class-based syscall audit
by Klaus Weidner
· 18 years ago
6f686d3
kernel/auditfilter: kill bogus uninit'd-var compiler warning
by Jeff Garzik
· 17 years ago
7b018b2
audit: fix oops removing watch if audit disabled
by Tony Jones
· 18 years ago
327b9ee
audit_match_signal() and friends are used only if CONFIG_AUDITSYSCALL is set
by Al Viro
· 18 years ago
e54dc24
[PATCH] audit signal recipients
by Amy Griffis
· 18 years ago
a17b4ad
[PATCH] minor update to rule add/delete messages (ver 2)
by Steve Grubb
· 18 years ago
11f57ce
[PATCH] audit: fix audit_filter_user_rules() initialization bug
by Ingo Molnar
· 18 years ago
3e1fbd1
[PATCH] audit: fix kstrdup() error check
by Akinobu Mita
· 18 years ago
4668edc
[PATCH] kernel core: replace kmalloc+memset with kzalloc
by Burman Yan
· 18 years ago
4b8a311
[PATCH] arch filter lists with < or > should not be accepted
by Eric Paris
· 18 years ago
1a70cd4
[PATCH] selinux: rename selinux_ctxid_to_string
by Stephen Smalley
· 18 years ago
55669bf
[PATCH] audit: AUDIT_PERM support
by Al Viro
· 18 years ago
5974501
[PATCH] update audit rule change messages
by Amy Griffis
· 18 years ago
3b33ac3
[PATCH] fix ppid bug in 2.6.18 kernel
by Steve Grubb
· 18 years ago
471a5c7
[PATCH] introduce audit rules counter
by Al Viro
· 18 years ago
5422e01
[PATCH] fix audit oops with invalid operator
by Amy Griffis
· 18 years ago
b915543
[PATCH] audit syscall classes
by Al Viro
· 19 years ago
6e5a2d1
[PATCH] audit: support for object context filters
by Darrel Goeddel
· 19 years ago
3a6b9f8
[PATCH] audit: rename AUDIT_SE_* constants
by Darrel Goeddel
· 19 years ago
5adc8a6
[PATCH] add rule filterkey
by Amy Griffis
· 19 years ago
9c937dc
[PATCH] log more info for directory entry change events
by Amy Griffis
· 19 years ago
6a2bcee
[PATCH] fix AUDIT_FILTER_PREPEND handling
by Amy Griffis
· 19 years ago
0a73dcc
[PATCH] validate rule fields' types
by Al Viro
· 19 years ago
f368c07d
[PATCH] audit: path-based rules
by Amy Griffis
· 19 years ago
014149c
[PATCH] deprecate AUDIT_POSSBILE
by Al Viro
· 19 years ago
0a3b483
[PATCH] fix audit_krule_to_{rule,data} return values
by Amy Griffis
· 19 years ago
9044e6b
[PATCH] fix deadlocks in AUDIT_LIST/AUDIT_LIST_RULES
by Al Viro
· 19 years ago
ce29b68
[PATCH] More user space subject labels
by Steve Grubb
· 19 years ago
3dc7e31
[PATCH] support for context based audit filtering, part 2
by Darrel Goeddel
· 19 years ago
5a0bbce
[PATCH] sem2mutex: audit_netlink_sem
by Ingo Molnar
· 19 years ago
d9d9ec6
[PATCH] Fix audit operators
by Dustin Kirkland
· 19 years ago
5d33010
[PATCH] add/remove rule update
by Steve Grubb
· 19 years ago
93315ed
[PATCH] audit string fields interface + consumer
by Amy Griffis
· 19 years ago
d884596
[PATCH] Minor cosmetic cleanups to the code moved into auditfilter.c
by David Woodhouse
· 19 years ago
fe7752b
[PATCH] Fix audit record filtering with !CONFIG_AUDITSYSCALL
by David Woodhouse
· 19 years ago