Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153512863
D16222.id45153.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
517 B
Referenced Files
None
Subscribers
None
D16222.id45153.diff
View Options
Index: sys/security/audit/audit_syscalls.c
===================================================================
--- sys/security/audit/audit_syscalls.c
+++ sys/security/audit/audit_syscalls.c
@@ -251,7 +251,7 @@
case A_OLDSETPOLICY:
case A_SETPOLICY:
if (uap->length == sizeof(udata.au_policy64)) {
- if (udata.au_policy & (~AUDIT_CNT|AUDIT_AHLT|
+ if (udata.au_policy & ~(AUDIT_CNT|AUDIT_AHLT|
AUDIT_ARGV|AUDIT_ARGE))
return (EINVAL);
audit_fail_stop = ((udata.au_policy64 & AUDIT_CNT) ==
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 1:43 PM (3 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31982387
Default Alt Text
D16222.id45153.diff (517 B)
Attached To
Mode
D16222: auditon(2): Fix the misplacement of negation symbol in A_SETPOLICY command
Attached
Detach File
Event Timeline
Log In to Comment