Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F145423624
D16222.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
532 B
Referenced Files
None
Subscribers
None
D16222.id.diff
View Options
Index: head/sys/security/audit/audit_syscalls.c
===================================================================
--- head/sys/security/audit/audit_syscalls.c
+++ head/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
Fri, Feb 20, 4:28 PM (9 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28901455
Default Alt Text
D16222.id.diff (532 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