Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:security\tomoyo\file.c Create Date:2022-07-28 19:41:35
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:moyo_update_path2_acl - Update "struct tomoyo_path2_acl" list.*@perm: Permission.*@param: Pointer to "struct tomoyo_acl_param".* Returns 0 on success, negative value otherwise.* Caller holds tomoyo_read_lock().

Proto:static int tomoyo_update_path2_acl(const u8 perm, struct tomoyo_acl_param *param)

Type:int

Parameter:

TypeParameterName
const u8perm
struct tomoyo_acl_param *param
544  struct tomoyo_path2_acl e = { One of values in "enum tomoyo_acl_entry_type_index". = TOMOYO_TYPE_PATH2_ACL, Bitmask of values in "enum tomoyo_path2_acl_index". = perm}
550  If Not tomoyo_parse_name_union(param, & name1) || Not tomoyo_parse_name_union(param, & name2) Then error = -EINVAL
553  Else error = moyo_update_domain - Update an entry for domain policy.*@new_entry: Pointer to "struct tomoyo_acl_info".*@size: Size of @new_entry in bytes.*@param: Pointer to "struct tomoyo_acl_param".*@check_duplicate: Callback function to find duplicated entry.
557  moyo_put_name_union - Drop reference on "struct tomoyo_name_union".*@ptr: Pointer to "struct tomoyo_name_union".* Returns nothing.
558  moyo_put_name_union - Drop reference on "struct tomoyo_name_union".*@ptr: Pointer to "struct tomoyo_name_union".* Returns nothing.
559  Return error
Caller
NameDescribe
tomoyo_write_filemoyo_write_file - Update file related list.*@param: Pointer to "struct tomoyo_acl_param".* Returns 0 on success, negative value otherwise.* Caller holds tomoyo_read_lock().