commit | 168f653d289926ae12c4a8dde9a6dd2e3d7d7924 | [log] [tgz] |
---|---|---|
author | Nicolas Iooss <nicolas.iooss@m4x.org> | Fri Feb 05 21:55:49 2016 +0100 |
committer | Steve Lawrence <slawrence@tresys.com> | Thu Feb 11 08:36:27 2016 -0500 |
tree | 02eee25cd25ccc3a39d7227d787b6a2c760b2681 | |
parent | 5b6287fafce65191bb08ef1e99fca1a56e209df2 [diff] |
policycoreutils: sepolicy: rename policy global variable Variable policy is both a global variable and a parameter to some functions in policycoreutils/sepolicy/search.c. This makes the building fail when using -Wshadow -Werror compilation flags. Fix this by renaming the global variable global_policy. This does not change the API of the Python module. Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>