Changeset 109330 in vbox for trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
- Timestamp:
- May 20, 2025 6:00:17 AM (6 days ago)
- svn:sync-xref-src-repo-rev:
- 168937
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r109328 r109330 1781 1781 # Show SELinux status (might not be available everywhere, so check for binary first). 1782 1782 asCmdSELinuxSts = [ 1783 ( oTestVm.pathJoin(self.oTstDrv.getGuestSystemAdminDir(oTestVm, sPathPrefix = '/usr'), 'sestatus'),),1784 ( oTestVm.pathJoin(self.oTstDrv.getGuestSystemAdminDir(oTestVm, sPathPrefix = '/usr/local'), 'sestatus'),),1783 oTestVm.pathJoin(self.oTstDrv.getGuestSystemAdminDir(oTestVm, sPathPrefix = '/usr'), 'sestatus'), 1784 oTestVm.pathJoin(self.oTstDrv.getGuestSystemAdminDir(oTestVm, sPathPrefix = '/usr/local'), 'sestatus'), 1785 1785 ]; 1786 1786 fSELinuxFound = False;
Note:
See TracChangeset
for help on using the changeset viewer.