[GH-ISSUE #5178] private-opt exceeds fcopy's 500MB limit. #2902

Closed
opened 2026-05-05 09:34:01 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @amano-kenji on GitHub (Jun 6, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5178

Description

private-opt LBRY results in the following error.

Error fcopy: size limit of 500 MB reached

Steps to Reproduce

  1. Install lbry-desktop
  2. Execute firejail --noprofile --private-opt=LBRY bash

Expected behavior

It should just mount /opt/LBRY instead of copying /opt/LBRY into a temporary file system.

Actual behavior

Error fcopy: size limit of 500 MB reached

Behavior without a profile

Error fcopy: size limit of 500 MB reached

Environment

  • Linux distribution and version: Gentoo Linux
  • Firejail version
firejail version 0.9.68

Compile time support:
        - always force nonewprivs support is disabled
        - AppArmor support is enabled
        - AppImage support is enabled
        - chroot support is enabled
        - D-BUS proxy support is enabled
        - file transfer support is enabled
        - firetunnel support is disabled
        - networking support is enabled
        - output logging is enabled
        - overlayfs support is disabled
        - private-home support is enabled
        - private-cache and tmpfs as user enabled
        - SELinux support is disabled
        - user namespace support is enabled
        - X11 sandboxing support is enabled
Originally created by @amano-kenji on GitHub (Jun 6, 2022). Original GitHub issue: https://github.com/netblue30/firejail/issues/5178 ### Description `private-opt LBRY` results in the following error. ``` Error fcopy: size limit of 500 MB reached ``` ### Steps to Reproduce 1. Install lbry-desktop 2. Execute `firejail --noprofile --private-opt=LBRY bash` ### Expected behavior It should just mount /opt/LBRY instead of copying /opt/LBRY into a temporary file system. ### Actual behavior ``` Error fcopy: size limit of 500 MB reached ``` ### Behavior without a profile ``` Error fcopy: size limit of 500 MB reached ``` ### Environment - Linux distribution and version: Gentoo Linux - Firejail version ``` firejail version 0.9.68 Compile time support: - always force nonewprivs support is disabled - AppArmor support is enabled - AppImage support is enabled - chroot support is enabled - D-BUS proxy support is enabled - file transfer support is enabled - firetunnel support is disabled - networking support is enabled - output logging is enabled - overlayfs support is disabled - private-home support is enabled - private-cache and tmpfs as user enabled - SELinux support is disabled - user namespace support is enabled - X11 sandboxing support is enabled ```
gitea-mirror 2026-05-05 09:34:01 -06:00
  • closed this issue
  • added the
    duplicate
    label
Author
Owner

@rusty-snake commented on GitHub (Jun 6, 2022):

Related: #5162

<!-- gh-comment-id:1147268019 --> @rusty-snake commented on GitHub (Jun 6, 2022): Related: #5162
Author
Owner

@rusty-snake commented on GitHub (Jun 8, 2022):

Duplicated of #4742

<!-- gh-comment-id:1149805730 --> @rusty-snake commented on GitHub (Jun 8, 2022): Duplicated of #4742
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#2902
No description provided.