Skip to content

What has the <extension> done ? #226

Answered by michalbednarski
w296488320 asked this question in Q&A
Discussion options

You must be logged in to vote

Extensions are optional features of proot that are mostly contained within their directory (such as extension/fake_id0, though there are still hooks for them outside their directory), each of them is compiled into proot and enabled through command-line switch.

While I've got no proper documentation, you might find some information in following places:

What particular extensions do is described in command-line switches used for enabling them:

proot/src/cli/proot.h

Lines 193 to 277 in d4e4a07

{ .class = "Extension options",
.arguments = {
{ .name = "-k", .separator = ' ', .value = "string" },
{ .name = "--kernel-release", .separator = '=', .value = "string" },

Replies: 7 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by MrAdityaAlok
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #224 on April 30, 2022 13:36.