- Timestamp:
- Mar 22, 2023 7:02:33 AM (19 months ago)
- File:
-
- 1 edited
-
trunk/src/VBox/ValidationKit/testdriver/base.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/base.py
r99086 r99103 720 720 if sOs == 'solaris': 721 721 # Both 'coreadm -e ...' and 'svccfg apply' only work if running with all privileges. 722 fIsRoot = os.get uid() == 0;722 fIsRoot = os.geteuid() == 0; 723 723 if fIsRoot is False: 724 724 return True;
Note:
See TracChangeset
for help on using the changeset viewer.

