Skip to content

Conversation

@aviraxp
Copy link
Collaborator

@aviraxp aviraxp commented Jan 26, 2025

No description provided.

@aviraxp
Copy link
Collaborator Author

aviraxp commented Jan 26, 2025

I am still not sure why MNT_DETACH cannot be used for overlayfs mountpoints

backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Jan 27, 2025
@tiann
Copy link
Owner

tiann commented Jan 27, 2025

I am still not sure why MNT_DETACH cannot be used for overlayfs mountpoints

On my test device, using MNT_DETACH, umount may return -39.

@tiann tiann merged commit 7a71da0 into tiann:main Jan 27, 2025
20 checks passed
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Jan 27, 2025
backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Jan 29, 2025
mrsrimar22 added a commit to KrustyCook/KernelSU that referenced this pull request Jan 31, 2025
* 'main' of https://github.com/tiann/KernelSU:
  use ubuntu-22.04 to build avd kernel (tiann#2396)
  kernel: clear securebits (tiann#2387)
  Clean up umount targets (tiann#2386)
  Update busybox (tiann#2383)
  manager: Disable interactions for uninstalled & disabled module (tiann#2380)
  ksud: Fix warning unused import (tiann#2382)
  Avoid unnecessarily overriding capabilities (tiann#2381)
  build(deps): bump the npm group across 1 directory with 45 updates (tiann#2372)
  build(deps): bump the maven group across 1 directory with 11 updates (tiann#2361)
  [add device]: (tiann#2351)
  [add device]: (tiann#2356)
  Translations update from Hosted Weblate (tiann#2341)
  Add m23xq device kernel (tiann#2346)
  Update clippy.yml
  ksud: fix copy sparse file (tiann#2374)
  Don't unshare after entering global namespace (tiann#2373)
backslashxx pushed a commit to backslashxx/KernelSU that referenced this pull request Feb 3, 2025
selfmusing pushed a commit to selfmusing/USlenreK that referenced this pull request Feb 9, 2025
LeCmnGend pushed a commit to LeCmnGend/KernelSU that referenced this pull request Mar 10, 2025
@backslashxx
Copy link
Contributor

On my test device, using MNT_DETACH, umount may return -39.

@tiann I have this working, but I don't understand why it has to be as complex as this

https://github.com/tiann/KernelSU/compare/cfbbded%E2%80%A67e34953

backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 23, 2025
monitors and lists all incoming mounts by hooking **security_sb_mount**
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. (tiann#2386 (comment))
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 23, 2025
monitors and lists all incoming mounts by hooking **security_sb_mount**
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. (tiann#2386 (comment))
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 23, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue.
tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 23, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue.
tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 23, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
rifsxd pushed a commit to KernelSU-Next/KernelSU-Next that referenced this pull request May 23, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue.
tiann/KernelSU#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp/KernelSU@c7facef#commitcomment-153941502

Stale: tiann/KernelSU#2531

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 24, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 24, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 24, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 24, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 24, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 24, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 24, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 24, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
backslashxx added a commit to backslashxx/KernelSU that referenced this pull request May 24, 2025
monitors and lists all incoming mounts by hooking security_sb_mount
this requires ksud to go back and use sys_mount instead of fsopen + move_mount

this also fixes that MNT_DETACH issue. tiann#2386 (comment)
Modules also can create an overlay with KSU devname and it will be added to the list.

Context: aviraxp@c7facef#commitcomment-153941502

Stale: tiann#2531

Signed-off-by: backslashxx <[email protected]>
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Sep 29, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Sep 29, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Sep 29, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Sep 30, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Sep 30, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Sep 30, 2025
renzyprjkt pushed a commit to renzyprjkt/KernelSU-Next that referenced this pull request Oct 1, 2025
renzyprjkt pushed a commit to renzyprjkt/KernelSU-Next that referenced this pull request Oct 1, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 1, 2025
renzyprjkt pushed a commit to renzyprjkt/KernelSU-Next that referenced this pull request Oct 1, 2025
renzyprjkt pushed a commit to renzyprjkt/KernelSU-Next that referenced this pull request Oct 3, 2025
renzyprjkt pushed a commit to renzyprjkt/KernelSU-Next that referenced this pull request Oct 3, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 3, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 3, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 4, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 5, 2025
renzyprjkt pushed a commit to renzyprjkt/KernelSU-Next that referenced this pull request Oct 6, 2025
MrShockWAVEog pushed a commit to MrShockWAVEog/KernelSU-Next that referenced this pull request Oct 6, 2025
MrShockWAVEog pushed a commit to MrShockWAVEog/KernelSU-Next that referenced this pull request Oct 6, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 6, 2025
MrShockWAVEog pushed a commit to MrShockWAVEog/KernelSU-Next that referenced this pull request Oct 6, 2025
renzyprjkt pushed a commit to renzyprjkt/KernelSU-Next that referenced this pull request Oct 6, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 7, 2025
MrShockWAVEog pushed a commit to MrShockWAVEog/KernelSU-Next that referenced this pull request Oct 8, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 17, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 17, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 19, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 30, 2025
pershoot pushed a commit to pershoot/KernelSU-Next that referenced this pull request Oct 31, 2025
Prslc pushed a commit to Prslc/KernelSU that referenced this pull request Oct 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants