Keresés

Új hozzászólás Aktív témák

  • BoB

    veterán

    válasz CPT.Pirk #79102 üzenetére

    Flatpak egyik célja a megnövelt biztonság. Ennek megfelelően:

    No access to any host files except the runtime, the app,
    ~/.var/app/$FLATPAK_ID, and $XDG_RUNTIME_DIR/app/$FLATPAK_ID.
    Only the latter two being writable.
    No access to the network.
    No access to any device nodes (apart from /dev/null, etc).
    No access to processes outside the sandbox.Limited syscalls.
    For instance, apps can’t use nonstandard network socket types
    or ptrace other processes.
    Limited access to the session D-Bus instance -
    an app can only own its own name on the bus.
    No access to host services like X11, system D-Bus, or PulseAudio.

    Ha valamihez hozzáférés kell:

    --filesystem=host - access normal files on the host,
    not including host os or system internals described below
    --filesystem=home - access the user’s home directory
    --filesystem=/path/path - access specific paths
    --filesystem=xdg-download - access a specific XDG folder

Új hozzászólás Aktív témák