kernel: sysctl: add AppInfo2

stub camera and devact ioctls
stub sys_cpuset
reduce log spam

thanks ga2mer for investigation
This commit is contained in:
DH 2024-11-26 15:29:43 +03:00
parent 6257c0f76d
commit 20303c903d
9 changed files with 297 additions and 56 deletions

View file

@ -69,6 +69,7 @@ struct Process final {
uint64_t processParamSize = 0;
const ProcessOps *ops = nullptr;
AppInfo appInfo{};
AppInfo2 appInfo2{};
AuthInfo authInfo{};
kstring cwd;
kstring root = "/";