This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From ea0a4bec141d8297910a0d8c300a54c2eb2f34ba Mon Sep 17 00:00:00 2001 | |
| From: bagaskara815 <bagaskara815@gmail.com> | |
| Date: Mon, 27 Nov 2023 15:15:01 +0800 | |
| Subject: [PATCH 1/2] Add KernelSU | |
| --- | |
| fs/exec.c | 11 +++++++++++ | |
| fs/open.c | 5 +++++ | |
| fs/read_write.c | 6 ++++++ | |
| fs/stat.c | 3 +++ |