Searched refs:ima_dir (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/security/integrity/ima/ |
| H A D | ima_fs.c | 397 static struct dentry *ima_dir; variable 462 ima_dir, NULL, in create_securityfs_measurement_lists() 472 ima_dir, NULL, in create_securityfs_measurement_lists() 561 ima_dir = securityfs_create_dir("ima", integrity_dir); in ima_fs_init() 562 if (IS_ERR(ima_dir)) in ima_fs_init() 563 return PTR_ERR(ima_dir); in ima_fs_init() 585 securityfs_create_symlink("ascii_runtime_measurements", ima_dir, in ima_fs_init() 594 S_IRUSR | S_IRGRP, ima_dir, NULL, in ima_fs_init() 603 ima_dir, NULL, &ima_htable_violations_ops); in ima_fs_init() 610 ima_dir, NULL, in ima_fs_init() [all …]
|