Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe consolidates multiple tools with Fleet.
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
seccomp_events
A virtual table that tracks seccomp events.
Column | Type | Description |
---|---|---|
arch | text | Information about the CPU architecture |
auid | unsigned_bigint | Audit user ID (loginuid) of the user who started the analyzed process |
code | text | The seccomp action |
comm | text | Command-line name of the command that was used to invoke the analyzed process |
compat | bigint | Is system call in compatibility mode |
exe | text | The path to the executable that was used to invoke the analyzed process |
gid | unsigned_bigint | Group ID of the user who started the analyzed process |
ip | text | Instruction pointer value |
pid | unsigned_bigint | Process ID |
ses | unsigned_bigint | Session ID of the session from which the analyzed process was invoked |
sig | bigint | Signal value sent to process by seccomp |
syscall | text | Type of the system call |
time | bigint | Time of execution in UNIX time |
uid | unsigned_bigint | User ID of the user who started the analyzed process |
uptime | bigint | Time of execution in system uptime |