Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147044423
D23882.id69002.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
766 B
Referenced Files
None
Subscribers
None
D23882.id69002.diff
View Options
Index: head/sys/security/audit/audit_bsm.c
===================================================================
--- head/sys/security/audit/audit_bsm.c
+++ head/sys/security/audit/audit_bsm.c
@@ -809,6 +809,19 @@
case AUE_FUTIMESAT:
case AUE_GETATTRLIST:
case AUE_JAIL:
+ break;
+
+ /*
+ * NB: We may want to verify that the appropriate
+ * audit args are being processed here, but I think
+ * a bit analysis is required.
+ */
+ case AUE_JAIL_GET:
+ case AUE_JAIL_SET:
+ case AUE_JAIL_ATTACH:
+ case AUE_JAIL_REMOVE:
+ break;
+
case AUE_LUTIMES:
case AUE_NFS_GETFH:
case AUE_LGETFH:
@@ -1472,6 +1485,9 @@
tok = au_to_text(ar->ar_arg_login);
kau_write(rec, tok);
}
+ break;
+
+ case AUE_SETLOGINCLASS:
break;
case AUE_SETPRIORITY:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Mar 8, 9:04 PM (20 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29417329
Default Alt Text
D23882.id69002.diff (766 B)
Attached To
Mode
D23882: Add BSM conversion logic for some jail and setlogin class events
Attached
Detach File
Event Timeline
Log In to Comment