Changeset 99113 in vbox for trunk/src/VBox
- Timestamp:
- Mar 22, 2023 12:56:37 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/base.py
r99103 r99113 720 720 if sOs == 'solaris': 721 721 # Both 'coreadm -e ...' and 'svccfg apply' only work if running with all privileges. 722 fIsRoot = os.geteuid() == 0; 722 fIsRoot = os.geteuid() == 0; # pylint: disable=no-member 723 723 if fIsRoot is False: 724 724 return True;
Note:
See TracChangeset
for help on using the changeset viewer.