| /security/keys/trusted-keys/ |
| A D | trusted_tee.c | 52 struct device *dev; member 76 dev_err(pvt_data.dev, "shm register failed\n"); in trusted_tee_seal() 95 dev_err(pvt_data.dev, "TA_CMD_SEAL invoke err: %x\n", in trusted_tee_seal() 123 dev_err(pvt_data.dev, "shm register failed\n"); in trusted_tee_unseal() 142 dev_err(pvt_data.dev, "TA_CMD_UNSEAL invoke err: %x\n", in trusted_tee_unseal() 169 dev_err(pvt_data.dev, "key shm register failed\n"); in trusted_tee_get_random() 184 dev_err(pvt_data.dev, "TA_CMD_GET_RANDOM invoke err: %x\n", in trusted_tee_get_random() 205 static int trusted_key_probe(struct device *dev) in trusted_key_probe() argument 224 dev_err(dev, "tee_client_open_session failed, err: %x\n", in trusted_key_probe() 235 pvt_data.dev = dev; in trusted_key_probe() [all …]
|
| A D | trusted_tpm1.c | 1064 put_device(&chip->dev); in trusted_tpm_init() 1071 put_device(&chip->dev); in trusted_tpm_exit()
|
| /security/selinux/ |
| A D | netif.c | 137 struct net_device *dev; in sel_netif_sid_slow() local 142 dev = dev_get_by_index(ns, ifindex); in sel_netif_sid_slow() 143 if (unlikely(dev == NULL)) { in sel_netif_sid_slow() 156 ret = security_netif_sid(dev->name, sid); in sel_netif_sid_slow() 174 dev_put(dev); in sel_netif_sid_slow() 256 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in sel_netif_netdev_notifier_handler() local 259 sel_netif_kill(dev_net(dev), dev->ifindex); in sel_netif_netdev_notifier_handler()
|
| A D | hooks.c | 1403 char *dev = inode->i_sb->s_id; in inode_doinit_use_xattr() local 1408 ino, dev, context); in inode_doinit_use_xattr() 1411 __func__, context, -rc, dev, ino); in inode_doinit_use_xattr() 3054 static int selinux_inode_mknod(struct inode *dir, struct dentry *dentry, umode_t mode, dev_t dev) in selinux_inode_mknod() argument
|
| /security/tomoyo/ |
| A D | audit.c | 187 unsigned int dev; in tomoyo_print_header() local 193 dev = stat->dev; in tomoyo_print_header() 212 MAJOR(dev), MINOR(dev), in tomoyo_print_header() 215 dev = stat->rdev; in tomoyo_print_header() 219 MAJOR(dev), MINOR(dev)); in tomoyo_print_header()
|
| A D | realpath.c | 193 const dev_t dev = sb->s_dev; in tomoyo_get_local_path() local 196 snprintf(name, sizeof(name) - 1, "dev(%u,%u):", MAJOR(dev), in tomoyo_get_local_path() 197 MINOR(dev)); in tomoyo_get_local_path()
|
| A D | mount.c | 33 r->param.mount.dev->name, in tomoyo_audit_mount_log() 60 tomoyo_compare_name_union(r->param.mount.dev, in tomoyo_check_mount_acl() 160 r->param.mount.dev = &rdev; in tomoyo_mount_acl()
|
| A D | Makefile | 10 …g' -e 's/\(.*\)/\t"\1\\n"/' -- $(firstword $(filter %/$x.conf %/$x.conf.default, $^) /dev/null); \
|
| A D | file.c | 860 const unsigned int mode, unsigned int dev) in tomoyo_mkdev_perm() argument 877 dev = new_decode_dev(dev); in tomoyo_mkdev_perm() 882 r.param.mkdev.major = MAJOR(dev); in tomoyo_mkdev_perm() 883 r.param.mkdev.minor = MINOR(dev); in tomoyo_mkdev_perm()
|
| A D | tomoyo.c | 226 umode_t mode, unsigned int dev) in tomoyo_path_mknod() argument 242 return tomoyo_mkdev_perm(type, &path, perm, dev); in tomoyo_path_mknod()
|
| A D | common.h | 486 const struct tomoyo_path_info *dev; member 572 dev_t dev; member 982 const unsigned int mode, unsigned int dev);
|
| A D | condition.c | 746 stat->dev = inode->i_sb->s_dev; in tomoyo_get_attributes() 1015 value = MAJOR(stat->dev); in tomoyo_condition() 1019 value = MINOR(stat->dev); in tomoyo_condition()
|
| /security/ |
| A D | lsm_audit.c | 357 struct net_device *dev; in audit_log_lsm_data() local 360 dev = dev_get_by_index(&init_net, a->u.net->netif); in audit_log_lsm_data() 361 if (dev) { in audit_log_lsm_data() 362 audit_log_format(ab, " netif=%s", dev->name); in audit_log_lsm_data() 363 dev_put(dev); in audit_log_lsm_data()
|
| A D | security.c | 1895 umode_t mode, unsigned int dev) in security_path_mknod() argument 1899 return call_int_hook(path_mknod, dir, dentry, mode, dev); in security_path_mknod() 2233 umode_t mode, dev_t dev) in security_inode_mknod() argument 2237 return call_int_hook(inode_mknod, dir, dentry, mode, dev); in security_inode_mknod()
|
| A D | Kconfig.hardening | 271 def_bool $(cc-option,-frandomize-layout-seed-file=/dev/null)
|
| /security/landlock/ |
| A D | Kconfig | 32 See the KUnit documentation in Documentation/dev-tools/kunit
|
| A D | fs.c | 1537 const unsigned int dev) in hook_path_mknod() argument
|
| /security/ipe/ |
| A D | Kconfig | 113 to the KUnit documentation in Documentation/dev-tools/kunit/.
|
| /security/apparmor/ |
| A D | Kconfig | 120 to the KUnit documentation in Documentation/dev-tools/kunit/.
|
| A D | lsm.c | 341 umode_t mode, unsigned int dev) in apparmor_path_mknod() argument
|