文件操作 - exec_event.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/file_protector-1.1-1593/transport/exec_event.h
编辑文件内容
/** @file @brief 'exec' event @details Copyright (c) 2024 Acronis International GmbH @author Denis Kopyrin (denis.kopyrin@acronis.com) @since $Id: $ */ #pragma once #include "compat.h" #ifdef KERNEL_MOCK struct linux_binprm; #else #include <linux/binfmts.h> #endif void exec_event_nowait(struct task_struct *p, struct linux_binprm *bprm); void exec_event(struct task_struct *p);
修改文件时间
将文件时间修改为当前时间的前一年
删除文件