1 /* SPDX-License-Identifier: GPL-2.0-only */ << 2 /* 1 /* 3 * Interface to booleans in the security serve 2 * Interface to booleans in the security server. This is exported 4 * for the selinuxfs. 3 * for the selinuxfs. 5 * 4 * 6 * Author: Karl MacMillan <kmacmillan@tresys.c 5 * Author: Karl MacMillan <kmacmillan@tresys.com> 7 * 6 * 8 * Copyright (C) 2003 - 2004 Tresys Technology 7 * Copyright (C) 2003 - 2004 Tresys Technology, LLC >> 8 * This program is free software; you can redistribute it and/or modify >> 9 * it under the terms of the GNU General Public License as published by >> 10 * the Free Software Foundation, version 2. 9 */ 11 */ 10 12 11 #ifndef _SELINUX_CONDITIONAL_H_ 13 #ifndef _SELINUX_CONDITIONAL_H_ 12 #define _SELINUX_CONDITIONAL_H_ 14 #define _SELINUX_CONDITIONAL_H_ 13 15 14 #include "security.h" 16 #include "security.h" 15 17 16 int security_get_bools(struct selinux_policy * !! 18 int security_get_bools(struct selinux_state *state, 17 int **values); !! 19 int *len, char ***names, int **values); 18 20 19 int security_set_bools(u32 len, int *values); !! 21 int security_set_bools(struct selinux_state *state, >> 22 int len, int *values); 20 23 21 int security_get_bool_value(u32 index); !! 24 int security_get_bool_value(struct selinux_state *state, >> 25 int index); 22 26 23 #endif 27 #endif 24 28
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.