mirror of
https://github.com/SELinuxProject/selinux
synced 2025-02-20 11:36:51 +00:00
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:
parent
50b1c97231
commit
63bb1b303a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user