VirtualBox

Ignore:
Timestamp:
May 20, 2025 6:00:17 AM (6 days ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168937
Message:

Validation Kit/tdAddGuestCtrl.py: Show SELinux status when preparing guest -- try harder using different paths [build fix].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py

    r109328 r109330  
    17811781            # Show SELinux status (might not be available everywhere, so check for binary first).
    17821782            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'),
    17851785            ];
    17861786            fSELinuxFound = False;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette