Commit Graph

51 Commits

Author SHA1 Message Date
snake-4
9c06b69c42 Changes to companion fork 2024-05-07 05:42:57 +02:00
snake-4
6530a5a011 Added FD reopener 2024-05-05 06:22:46 +02:00
snake-4
02aae1bbd7 Fixed memory safety of prop hider 2024-05-03 19:54:40 +02:00
snake-4
8c7f376f16 Misc build system and CI changes 2024-05-03 18:10:02 +02:00
snake-4
3a72258df4 Added prop hiding 2024-05-03 03:21:09 +02:00
snake-4
b6603b12c2 Misc changes 2024-05-03 03:21:09 +02:00
snake-4
7cbb41bbb6 Added mountinfo_root_resolver and removed...
mount_parser.
2024-04-28 14:09:15 +02:00
snake-4
2a31d654a6 Updated GitHub CI workflow...
and changed a log message.
2024-04-27 18:48:50 +02:00
snake-4
5c2ba2a95d Fixed companion NS and moved code to namespaces 2024-04-27 17:15:32 +02:00
snake-4
e431fc2c6a Added cache for parsers 2024-04-27 16:56:50 +02:00
snake-4
8c4fbcc207 Added libcxx as submodule 2024-04-24 09:03:42 +02:00
snake-4
289aa9808e Removed libcxx from the repo 2024-04-24 09:01:54 +02:00
snake-4
e03060eb22 Added Zygisk hide for 27.0 and renamed unmount.cpp 2024-04-24 07:45:04 +02:00
snake-4
71eee6bf92 Added ELFIO submodule 2024-04-24 07:01:50 +02:00
snake-4
29d4adca9e Changes to build system 2024-04-22 01:57:38 +02:00
snake-4
c0246483b0 Fixed companion FD for child zygotes 2024-04-17 00:27:40 +02:00
snake-4
e22e81d792 Updated AGP to 8.3.2...
and misc changes.
2024-04-16 23:16:21 +02:00
snake-4
5e8a2c4631 Added setresuid hook for older Android versions 2024-04-16 22:43:03 +02:00
snake-4
a7701e8b11 Updated logs and remount logic 2024-04-16 21:08:45 +02:00
snake-4
f200aa4561 Added root companion and logging macros 2024-04-16 21:08:10 +02:00
snake-4
2962997439 Moved unmount to unshare hook
This might break older Android versions. Not sure.
2024-04-16 21:07:47 +02:00
snake-4
6a61f6a4b6 Renamed some functions 2024-04-14 18:37:38 +02:00
snake-4
6e333581fb Added remount function and changed bind mount...
prefix.
2024-04-14 16:23:38 +02:00
snake-4
ac910f0ebe Unhook unshare at postAppSpecialize 2024-04-14 16:21:52 +02:00
snake-4
7ec3214927 Bumped version to 2.0.4 2024-04-12 12:43:42 +02:00
snake-4
c797376230 Update main.cpp 2024-04-10 00:52:12 +02:00
snake-4
33a9ff93f4 Updated ci.yml and fixed build 2024-04-09 23:07:04 +02:00
snake-4
6f4d78b0fc Added maps parser and fixed child zygote namespaces 2024-04-09 22:35:40 +02:00
snake-4
08547864cd Added missing header guards, bumped to C++20 2024-04-09 20:32:28 +02:00
snake-4
d59ac2bf26 Updated AGP and compileSdkVersion 2024-04-09 05:34:27 +02:00
snake-4
52e5771205 Updated AGP to 8.3.0 2024-04-06 20:17:39 +02:00
snake-4
83f2880922 Added mountinfo parser and bind mount hiding
closes #3
2024-04-01 04:58:18 +02:00
snake-4
670767a82b Added exception for hosts bind mount 2024-04-01 01:33:12 +02:00
snake-4
7200b77043 Fixed module template copy task during build
Fixes Magisk compatibility.
2024-04-01 01:23:58 +02:00
snake-4
0ee57d586f Added updateJson in module.prop, bumped to v2.0.1 2024-03-31 23:15:32 +02:00
snake-4
b3d8493612 Added commit hash to version strings 2024-03-26 19:49:18 +01:00
snake-4
58782b21f8 unshare on parent Zygote only
Calling unshare on child Zygotes crash at a sanity check but they end up inheriting the namespace either way.

closes #1
2024-03-26 18:26:24 +01:00
snake-4
72afc9e4fc dlclose on servers processes too 2024-03-26 18:24:20 +01:00
snake-4
916558491a Moved headers to includes, various changes...
+ Added better UID checks.
+ Added MS_SLAVE root mount in the new mount namespace.
2024-03-26 15:37:07 +01:00
snake-4
c1070182a2 Added usermode unmounter and mounts parser
+ Added a mounts parser implementation using mntent API.
+ Added logging functions.
+ Added usermode unmounter which calls unshare pre app-specialization.
* Updated module.prop.
2024-03-25 21:36:47 +01:00
snake-4
08cc6f7e33 Changed to C++14, updated README.md 2024-03-25 21:21:45 +01:00
snake-4
5f30e2bb3e Update main.cpp 2024-03-25 05:12:16 +01:00
snake-4
c630bb1bca Set minSdk and compileSdkVersion to 21 and 31...
Bumped C++ version to 20.
Updated .gitignore
2024-03-25 02:48:45 +01:00
snake-4
4942a3c4da Update ci.yml, version and module name 2024-03-25 00:28:40 +01:00
snake-4
f7d067546d Rewrote the build system and module...
+ Added more architectures to compile.
- Removed all scripts from the module, now it is compatible with all root implementations.
- Removed unused code and variables.
- Removed most references to the module name.
* Compilation is now parallelized.
2024-03-25 00:19:26 +01:00
snake-4
481b929bbe Added KernelSU support in customize.sh
The module should be installable from the recovery if the data is not encrypted so the check is removed.
2024-03-03 19:42:51 +01:00
snake-4
fedde123c8 Update module.prop 2024-03-03 19:39:27 +01:00
Yervant
d1c0b48a6d update the qingyue.cpp 2024-01-17 04:59:39 -03:00
Yervant7
695f09e954 fix conflicts? 2024-01-16 21:51:32 -03:00
Yervant7
023c8834d6 .. 2024-01-16 19:43:45 -03:00