Lines Matching defs:string
256 * smk_perm_from_str - parse smack accesses from a text string
257 * @string: a text string that contains a Smack accesses code
261 static int smk_perm_from_str(const char *string)
266 for (cp = string; ; cp++)
305 * @subject: subject label string
306 * @object: object label string
307 * @access1: access string
308 * @access2: string with permissions to be removed
361 * smk_parse_rule - parse Smack rule from load string
362 * @data: string to be parsed whose size is SMK_LOADLEN
380 * smk_parse_long_rule - parse Smack rule from rule string
381 * @data: string to be parsed, null terminated
723 * @oldambient: previous domain string
1962 * @data: the string to parse
2038 * that we can pass a null string to unset the onlycap value.
2125 * that we can pass a null string to unset the unconfined value.