security_load_booleans: update return comment

The code returns -1 not 0, correct it.

Signed-off-by: William Roberts <william.c.roberts@intel.com>
This commit is contained in:
William Roberts 2020-04-15 16:14:26 -05:00
parent 50b1c97231
commit 63bb1b303a

View File

@ -323,7 +323,7 @@ extern int security_set_boolean_list(size_t boolcnt,
SELboolean * boollist, int permanent);
/* Load policy boolean settings. Deprecated as local policy booleans no
* longer supported. Will always return 0.
* longer supported. Will always return -1.
*/
extern int security_load_booleans(char *path);