Commit Graph

260 Commits (d8d386c10630d8f7837700f4c466443d49e12cc0)

Author SHA1 Message Date
Eric W. Biederman 780a7654ce audit: Make testing for a valid loginuid explicit. 12 years ago
Eric Paris b24a30a730 audit: fix event coverage of AUDIT_ANOM_LINK 12 years ago
Eric Paris b122c3767c audit: use a consistent audit helper to log lsm information 12 years ago
Rakib Mullick 3f68613f39 kernel/auditsc.c: use kzalloc instead of kmalloc+memset 12 years ago
Eric Paris 34c474de7b audit: fix build break when AUDIT_DEBUG == 2 12 years ago
Eric Paris ad395abece Audit: do not print error when LSMs disabled 12 years ago
Andrew Morton e2c5adc88a auditsc: remove audit_set_context() altogether - fold it into its caller 12 years ago
Rakib Mullick 17c6ee707a auditsc: Use kzalloc instead of kmalloc+memset. 12 years ago
Chen Gang 2950fa9d32 kernel: audit: beautify code, for extern function, better to check its parameters by itself 12 years ago
Dmitry Monakhov 65ada7bc02 audit: destroy long filenames correctly 12 years ago
Matvejchikov Ilya 37eebe39c9 audit: improve GID/EGID comparation logic 12 years ago
Kees Cook 0644ec0cc8 audit: catch possible NULL audit buffers 12 years ago
Kees Cook 7b9205bd77 audit: create explicit AUDIT_SECCOMP event type 12 years ago
Al Viro c62d773a37 audit: no nested contexts anymore... 12 years ago
Alan Cox 8ae763cd7e audit: remove bogus tty name check 12 years ago
Jeff Layton adb5c2473d audit: make audit_inode take struct filename 12 years ago
Jeff Layton 7ac86265dc audit: allow audit code to satisfy getname requests from its names_list 12 years ago
Jeff Layton 91a27b2a75 vfs: define struct filename and have getname() return it 12 years ago
Jeff Layton 4fa6b5ecbf audit: overhaul __audit_inode_child to accomodate retrying 12 years ago
Jeff Layton e3d6b07b8b audit: optimize audit_compare_dname_path 12 years ago
Jeff Layton 563a0d1236 audit: remove dirlen argument to audit_compare_dname_path 12 years ago
Jeff Layton bfcec70874 audit: set the name_len in audit_inode for parent lookups 12 years ago
Jeff Layton 78e2e802a8 audit: add a new "type" field to audit_names struct 12 years ago
Jeff Layton c43a25abba audit: reverse arguments to audit_inode_child 12 years ago
Jeff Layton 9cec9d68ae audit: no need to walk list in audit_inode if name is NULL 12 years ago
Jeff Layton 1c2e51e8c1 audit: pass in dentry to audit_copy_inode wherever possible 12 years ago
Konstantin Khlebnikov 2dd8ad81e3 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file 13 years ago
Eric W. Biederman cca080d9b6 userns: Convert audit to work with user namespaces enabled 13 years ago
Eric W. Biederman e1760bd5ff userns: Convert the audit loginuid to be a kuid 13 years ago
Eric W. Biederman ca57ec0f00 audit: Add typespecific uid and gid comparators 13 years ago
Peter Moody e23eb920b0 audit: export audit_log_task_info 13 years ago
Kees Cook 3dc1c1b2d2 seccomp: remove duplicated failure logging 13 years ago
Randy Dunlap 42ae610c1a kernel-doc: fix new warnings in auditsc.c 13 years ago
Kees Cook c158a35c8a audit: no leading space in audit_log_d_path prefix 13 years ago
Xi Wang 5afb8a3f96 audit: fix signedness bug in audit_log_execve_info() 13 years ago
Peter Moody 10d6836087 audit: comparison on interprocess fields 13 years ago
Peter Moody 4a6633ed08 audit: implement all object interfield comparisons 13 years ago
Eric Paris c9fe685f7a audit: allow interfield comparison between gid and ogid 13 years ago
Eric Paris b34b039324 audit: complex interfield comparison helper 13 years ago
Eric Paris 02d86a568c audit: allow interfield comparison in audit rules 13 years ago
Eric Paris 4043cde8ec audit: do not call audit_getname on error 13 years ago
Eric Paris 633b454545 audit: only allow tasks to set their loginuid if it is -1 13 years ago
Eric Paris 0a300be6d5 audit: remove task argument to audit_set_loginuid 13 years ago
Eric Paris 54d3218b31 audit: allow audit matching on inode gid 13 years ago
Eric Paris efaffd6e44 audit: allow matching on obj_uid 13 years ago
Eric Paris 6422e78de6 audit: remove audit_finish_fork as it can't be called 13 years ago
Eric Paris a4ff8dba7d audit: inline audit_free to simplify the look of generic code 13 years ago
Eric Paris 07c4941787 audit: inline checks for not needing to collect aux records 13 years ago
Eric Paris 56179a6ec6 audit: drop some potentially inadvisable likely notations 13 years ago
Eric Paris b05d8447e7 audit: inline audit_syscall_entry to reduce burden on archs 13 years ago