process_namespaces

Linux namespaces for processes running on the host system.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: process_namespaces

  • Linux

Table schema

Name Type Description
pid INTEGER Process (or thread) ID
cgroup_namespace TEXT cgroup namespace inode
ipc_namespace TEXT ipc namespace inode
mnt_namespace TEXT mnt namespace inode
net_namespace TEXT net namespace inode
pid_namespace TEXT pid namespace inode
user_namespace TEXT user namespace inode
uts_namespace TEXT uts namespace inode

Query examples

select * from process_namespaces where pid = 1