node-lxc
    Preparing search index...

    Enumeration LXC_ATTACH

    A.P.A. Slaa (a.p.a.slaa@projectsource.nl) ProjectSource V.O.F.

    03-07-2024

    Index

    Enumeration Members

    DEFAULT: 65535

    We have 16 bits for things that are on by default and 16 bits that are off by default, that should be sufficient to keep binary compatibility for a while

    Mask of flags to apply by default

    DROP_CAPABILITIES: 2

    Drop capabilities

    on
    
    LSM_EXEC: 8

    Execute under a Linux Security Module

    on
    
    LSM_LABEL: 1048576

    Set custom LSM label specified in @lsm_label.

    off
    
    LSM_NOW: 131072

    TODO: currently unused

    off
    
    MOVE_TO_CGROUP: 1

    Move to cgroup

    on
    
    NO_NEW_PRIVS: 262144

    PR_SET_NO_NEW_PRIVS Set PR_SET_NO_NEW_PRIVS to block execve() gainable privileges.

    off
    
    REMOUNT_PROC_SYS: 65536

    Remount /proc filesystem

    off
    
    SET_PERSONALITY: 4

    Set personality

    on
    
    SETGROUPS: 2097152

    Set additional group ids specified in @groups.

    off
    
    TERMINAL: 524288

    Allocate new terminal for attached process.

    off