mirror of
https://gitlab.com/apparmor/apparmor.git
synced 2025-03-04 08:24:42 +01:00
![]() Depending on the system, copying echo to the loop device fails because the echo binary is too large. Especially on systems that have echo be just a symlink to coreutils (e.g. busybox) (as opposed to echo being its own binary) 16k is just not enough. 2M seems fine on my system, but this might need yet a higher value depending on what coreutils other people actually run. The crash in question: ``` cp: error writing '/tmp/sdtest.3937422-31490-Bxvi6g/mount_target/echo': No space left on device Fatal Error (file_unbindable_mount): Unexpected shell error. Run with -x to debug rm: cannot remove '/tmp/sdtest.3937422-31490-Bxvi6g/mount_target': Device or resource busy ``` MR: https://gitlab.com/apparmor/apparmor/-/merge_requests/1469 Approved-by: John Johansen <john@jjmx.net> Merged-by: John Johansen <john@jjmx.net> |
||
---|---|---|
.. | ||
apparmor | ||
distro | ||
Makefile |