about summary refs log tree commit diff homepage
path: root/test/Runtime/POSIX/SELinux/lit.local.cfg
blob: 2046d4d061fe5cfe2726689a200c6bcdf89c8ee9 (plain) (blame)
1
2
3
4
5
6
7
def getRoot(config):
    if not config.parent:
        return config
    return getRoot(config.parent)

if not getRoot(config).have_selinux:
    config.unsupported = True