Skip to content

Trips its own execve call #2

@obadz

Description

@obadz

Looks like syscall_limiter can't prevent the process it's trying to limit from using execve since it needs to use execve itself:

$ LIMIT_SYSCALLS_DEFAULT_ACTION=a ./result/bin/limit_syscalls execve,e1 -- `which python` -c 'print("hi");'
execve: Operation not permitted
`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions