Source code for selinonlib.predicates.alwaysTrue

#!/bin/env python3


[docs]def alwaysTrue(): return True