Source code for selinonlib.predicates.envExist

#!/usr/bin/env python3

import os


[docs]def envExist(env): return env in os.environ