Sign in
coral
/
linux-mtk
/
1c2150283cae895526d0db3953d13d139f4e7a03
/
kernel
/
auditfilter.c
bab5e2d
kernel/auditfilter.c: replace count*size kmalloc by kcalloc
by Fabian Frederick
· 10 years ago
0b74717
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 11 years ago
56c4911
audit: do not cast audit_rule_data pointers pointlesly
by Eric Paris
· 11 years ago
f1dc486
audit: anchor all pid references in the initial pid namespace
by Richard Guy Briggs
· 11 years ago
099dd23
audit: Send replies in the proper network namespace.
by Eric W. Biederman
· 11 years ago
638a0fd
audit: Use struct net not pid_t to remember the network namespce to reply in
by Eric W. Biederman
· 11 years ago
d211f17
audit: Update kdoc for audit_send_reply and audit_list_rules_send
by Eric W. Biederman
· 11 years ago
f952d10
audit: Use more current logging style again
by Richard Guy Briggs
· 11 years ago
6f285b1
audit: Send replies in the proper network namespace.
by Eric W. Biederman
· 11 years ago
48095d9
audit: Use struct net not pid_t to remember the network namespce to reply in
by Eric W. Biederman
· 11 years ago
724e4fc
audit: log on errors from filter user rules
by Richard Guy Briggs
· 11 years ago
4440e85
audit: convert all sessionid declaration to unsigned int
by Eric Paris
· 11 years ago
ce0d9f0
audit: refactor audit_receive_msg() to clarify AUDIT_*_RULE* cases
by Richard Guy Briggs
· 11 years ago
33faba7
audit: listen in all network namespaces
by Richard Guy Briggs
· 12 years ago
f944163
audit: fix netlink portid naming and types
by Richard Guy Briggs
· 11 years ago
7812203
audit: do not reject all AUDIT_INODE filter types
by Eric Paris
· 11 years ago
42f7446
audit: change decimal constant to macro for invalid uid
by Richard Guy Briggs
· 12 years ago
b9ce54c
audit: Fix decimal constant description
by Michal Simek
· 12 years ago
2f992ee
kernel/auditfilter.c: fix leak in audit_add_rule() error path
by Chen Gang
· 12 years ago
6beb8a2
kernel/auditfilter.c: fixing build warning
by Raphael S. Carvalho
· 12 years ago
387b8b3
auditfilter.c: fix kernel-doc warnings
by Randy Dunlap
· 12 years ago
c4cc75c
Merge git://git.infradead.org/users/eparis/audit
by Linus Torvalds
· 12 years ago
780a765
audit: Make testing for a valid loginuid explicit.
by Eric W. Biederman
· 12 years ago
b122c37
audit: use a consistent audit helper to log lsm information
by Eric Paris
· 12 years ago
dc9eb69
audit: stop pushing loginid, uid, sessionid as arguments
by Eric Paris
· 12 years ago
1890090
audit: remove the old depricated kernel interface
by Eric Paris
· 12 years ago
ab61d38
audit: make validity checking generic
by Eric Paris
· 12 years ago
373e0f3
kernel/auditfilter.c: tree and watch will memory leak when failure occurs
by Chen Gang
· 12 years ago
62062cf
audit: allow checking the type of audit message in the user filter
by Eric Paris
· 12 years ago
bfbbd96
audit: fix auditfilter.c kernel-doc warnings
by Randy Dunlap
· 12 years ago
e3d6b07
audit: optimize audit_compare_dname_path
by Jeff Layton
· 12 years ago
29e9a34
audit: make audit_compare_dname_path use parent_len helper
by Eric Paris
· 12 years ago
563a0d1
audit: remove dirlen argument to audit_compare_dname_path
by Jeff Layton
· 12 years ago
bfcec70
audit: set the name_len in audit_inode for parent lookups
by Jeff Layton
· 12 years ago
e1760bd
userns: Convert the audit loginuid to be a kuid
by Eric W. Biederman
· 12 years ago
ca57ec0
audit: Add typespecific uid and gid comparators
by Eric W. Biederman
· 12 years ago
017143f
audit: Remove the unused uid parameter from audit_receive_filter
by Eric W. Biederman
· 12 years ago
02276bd
audit: Use current instead of NETLINK_CREDS() in audit_filter
by Eric W. Biederman
· 12 years ago
02d86a5
audit: allow interfield comparison in audit rules
by Eric Paris
· 13 years ago
54d3218
audit: allow audit matching on inode gid
by Eric Paris
· 13 years ago
efaffd6
audit: allow matching on obj_uid
by Eric Paris
· 13 years ago
7ff68e5
audit: reject entry,always rules
by Eric Paris
· 13 years ago
5ef30ee
audit: make filetype matching consistent with other filters
by Eric Paris
· 13 years ago
c53fa1e
netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parms
by Patrick McHardy
· 14 years ago
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
· 18 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
· 18 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
· 19 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
Next »