Module: HrrRbLxns::Constants
- Included in:
- HrrRbLxns
- Defined in:
- lib/hrr_rb_lxns.rb,
ext/hrr_rb_lxns/hrr_rb_lxns.c
Overview
Constants that represent the flags for Linux namespaces operations.
Constant Summary collapse
- NEWIPC =
Represents ipc namespace.
INT2FIX(CLONE_NEWIPC)
- NEWNS =
Represents mount namespace.
INT2FIX(CLONE_NEWNS)
- NEWNET =
Represents network namespace.
INT2FIX(CLONE_NEWNET)
- NEWPID =
Represents pid namespace.
INT2FIX(CLONE_NEWPID)
- NEWUTS =
Represents uts namespace.
INT2FIX(CLONE_NEWUTS)
- NEWUSER =
Represents user namespace.
INT2FIX(CLONE_NEWUSER)
- NEWCGROUP =
Represents cgroup namespace.
INT2FIX(CLONE_NEWCGROUP)
- NEWTIME =
Represents time namespace.
INT2FIX(CLONE_NEWTIME)
- MONOTONIC =
Represents monotonic clock.
INT2FIX(CLOCK_MONOTONIC)
- BOOTTIME =
Represents boottime clock.
INT2FIX(CLOCK_BOOTTIME)