containers / udica

This repository contains a tool for generating SELinux security profiles for containers
GNU General Public License v3.0
479 stars 47 forks source link

Do not reset CWD in tests #25

Closed janzarsky closed 5 years ago

janzarsky commented 5 years ago

Previously, due to bug in load_policy(), the current working directory was not properly reset and the tests had to reset it. The issue was fixed in ffbe67245b99e7b1357dd3940b6ccd166abfc096, so the tests does not need to reset it anymore.

wrabcak commented 5 years ago

LGTM, Thanks, Lukas.