superuser 1.0.0
superuser: ^1.0.0 copied to clipboard
Detect, verify user who execute Flutter program has superuser role and running with superuser permission.
1.0.0 #
- Add error handling
- Integrate instance managing feature into
SuperuserInstance - Improve effience of memory allocation in Windows platform.
- Remove
MockSuperuserrestriction and mark as constant.
0.1.1 #
- Exclude
SuperuserInterfaceinsuperuserlibrary. - Append
ffiin pubspec topic.
0.1.0 #
- New feature
- Detect user has superuser role
- Determine a Flutter program executed under superuser role
whoamicommand: Retrive current username who responsible of executing this program.