withPrivileges method
Run action
On docker we don't have to manipulate the privlieges as we
are aways root.
Implementation
@override
void withPrivileges(RunPrivileged action, {bool allowUnprivileged = false}) {
action();
}
Run action
On docker we don't have to manipulate the privlieges as we
are aways root.
@override
void withPrivileges(RunPrivileged action, {bool allowUnprivileged = false}) {
action();
}