Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

flatpak-enter - Enter an application or runtime's sandbox

Description

       Enter a running sandbox.

       INSTANCE must be either the pid of a process running in a flatpak sandbox, or the ID of a running
       application, or the instance ID of a running sandbox. You can use flatpakps to find the instance IDs of
       running flatpaks.

       COMMAND is the command to run in the sandbox. Extra arguments are passed on to the command.

       This creates a new process within the running sandbox, with the same environment. This is useful when you
       want to debug a problem with a running application.

       This command works as a regular user if the system support unprivileged user namespace. If that is not
       available you need to run run it like: sudo-Eflatpakenter.

Examples

$flatpakenter15345sh

Name

       flatpak-enter - Enter an application or runtime's sandbox

Options

       The following options are understood:

       -h, --help
           Show help options and exit.

       -v, --verbose
           Print debug information during command processing.

       --ostree-verbose
           Print OSTree debug information during command processing.

See Also

flatpak(1), flatpak-run(1) flatpak-ps(1)

flatpak                                                                                         FLATPAKENTER(1)

Synopsis

flatpakenter [OPTION...] INSTANCE COMMAND [ARG...]

See Also