On Fri, Sep 03, 2021 at 06:31:49PM -0300, Georgia Garcia wrote:
> +static const struct file_operations rawtext_fops = {
> + .open = rawdata_open,
> + .read = rawtext_read,
> + .llseek = generic_file_llseek,
> + .release = rawdata_release,
> +};Hey Georgia, I'm curious if the rawdata_open and rawdata_release here are correct. If they are correct, is there any problem if the same process opens both the raw_text and the raw_data files? Is there any problem if two or more processes open both raw_text and raw_data? Thanks
signature.asc
Description: PGP signature
-- AppArmor mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/apparmor
