OpenOrbis / mira-project-archive

The Homebrew Platform
GNU General Public License v3.0
221 stars 50 forks source link

OverlayFS : Union patch0 cause kernel panic #52

Closed ghost closed 4 years ago

ghost commented 6 years ago

Hi ! I have worked on OverlayFS, that work with app0 (1.00) only (i use 1.00 even if a update exist for now).

The PoC work without problem, but when you try to implement patch0 in the app0 folder the kernel panic.

Stange things append: union of app0 => patch0 (Work) union of app0 => mod0 (Work) union of app0 => mod0 => patch0 (Work) union of app0 => patch0 => mod0 (Panic)

(last folder is the "main" folder, all file in this have the highest priority)