Jaseci-Labs / jaseci

The Official Jaseci Code Repository
https://jaseci.org
156 stars 214 forks source link

[FEATURE]: Elevate Root #1401

Closed amadolid closed 1 week ago

amadolid commented 1 month ago

Support elevate current root to be system root

ChrisIsKing commented 1 month ago

@amadolid Let's say you wanted to elevate to root access by from the python side instead of jac, what would be the interface to do that? Like if I wanted to run _Jac.spawn_call() programmatically.

amadolid commented 4 weeks ago

@amadolid Let's say you wanted to elevate to root access by from the python side instead of jac, what would be the interface to do that? Like if I wanted to run _Jac.spawn_call() programmatically.

it should be the same Jac.elevate_root() or _Jac.elevate_root()

amadolid commented 1 week ago

Rename and rebased