Linux Kernel
3.7.1
|
Go to the source code of this file.
Variables | |
const u8 | tomoyo_pnnn2mac [TOMOYO_MAX_MKDEV_OPERATION] |
const u8 | tomoyo_pp2mac [TOMOYO_MAX_PATH2_OPERATION] |
const u8 | tomoyo_pn2mac [TOMOYO_MAX_PATH_NUMBER_OPERATION] |
|
read |
int tomoyo_execute_permission | ( | struct tomoyo_request_info * | r, |
const struct tomoyo_path_info * | filename | ||
) |
tomoyo_path_perm - Check permission for "unlink", "rmdir", "truncate", "symlink", "append", "chroot" and "unmount".
: Type of operation. : Pointer to "struct path". : Symlink's target if is TOMOYO_TYPE_SYMLINK, NULL otherwise.
Returns 0 on success, negative value otherwise.
void tomoyo_put_name_union | ( | struct tomoyo_name_union * | ptr | ) |
void tomoyo_put_number_union | ( | struct tomoyo_number_union * | ptr | ) |
int tomoyo_write_file | ( | struct tomoyo_acl_param * | param | ) |
const u8 tomoyo_pn2mac[TOMOYO_MAX_PATH_NUMBER_OPERATION] |
const u8 tomoyo_pnnn2mac[TOMOYO_MAX_MKDEV_OPERATION] |
const u8 tomoyo_pp2mac[TOMOYO_MAX_PATH2_OPERATION] |