Adding permissions to my own fivem "client"

so I want to bind/work with some of the console commands (I mean fivem client console commands that are allowed with the system.extConsole principal (lets in this example take quit command since its the most simple thing to work with)

is there a way that I allow builtin.everyone (or define my own principal/aces) to access the quit command so that I can work with my own client for a better developer experience?

It doesn’t matter if there are many steps to this as I would rather do anything if its possible instead of having to add it manually to the fivem source and build it all over again.