/security/apparmor/ |
D | policy_ns.c | 87 static struct aa_ns *alloc_ns(const char *prefix, const char *name) in alloc_ns() 162 struct aa_ns *aa_findn_ns(struct aa_ns *root, const char *name, size_t n) in aa_findn_ns() 183 struct aa_ns *aa_find_ns(struct aa_ns *root, const char *name) in aa_find_ns() 231 struct aa_ns *aa_lookupn_ns(struct aa_ns *view, const char *name, size_t n) in aa_lookupn_ns() 242 static struct aa_ns *__aa_create_ns(struct aa_ns *parent, const char *name, in __aa_create_ns() 282 struct aa_ns *__aa_find_or_create_ns(struct aa_ns *parent, const char *name, in __aa_find_or_create_ns() 308 struct aa_ns *aa_prepare_ns(struct aa_ns *parent, const char *name) in aa_prepare_ns()
|
D | policy_unpack.c | 105 const char *name, const char *info, struct aa_ext *e, in audit_iface() 266 static bool unpack_nameX(struct aa_ext *e, enum aa_code code, const char *name) in unpack_nameX() 296 static bool unpack_u8(struct aa_ext *e, u8 *data, const char *name) in unpack_u8() 314 static bool unpack_u32(struct aa_ext *e, u32 *data, const char *name) in unpack_u32() 332 static bool unpack_u64(struct aa_ext *e, u64 *data, const char *name) in unpack_u64() 350 static size_t unpack_array(struct aa_ext *e, const char *name) in unpack_array() 368 static size_t unpack_blob(struct aa_ext *e, char **blob, const char *name) in unpack_blob() 390 static int unpack_str(struct aa_ext *e, const char **string, const char *name) in unpack_str() 413 static int unpack_strdup(struct aa_ext *e, char **string, const char *name) in unpack_strdup() 674 const char *tmpname, *tmpns = NULL, *name = NULL; in unpack_profile() local [all …]
|
D | path.c | 48 static int disconnect(const struct path *path, char *buf, char **name, in disconnect() 88 static int d_namespace_path(const struct path *path, char *buf, char **name, in d_namespace_path() 198 const char **name, const char **info, const char *disconnected) in aa_path_name()
|
D | policy.c | 307 const char *name, int len) in __strn_find_child() 321 static struct aa_profile *__find_child(struct list_head *head, const char *name) in __find_child() 333 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name) in aa_find_child() 461 const char *name, *ns_name; in aa_fqlookupn_profile() local 507 char *name = NULL; in aa_new_null_profile() local 618 const char *ns_name, const char *name, in audit_policy() 1098 const char *name = fqname, *info = NULL; in aa_remove_profiles() local
|
D | domain.c | 383 const char *name, const char **info) in find_attach() 491 static const char *next_name(int xtype, const char *name) in next_name() 505 const char **name) in x_table_lookup() 552 const char *name, u32 xindex, in x_to_label() 625 const char *info = NULL, *name = NULL, *target = NULL; in profile_transition() local 1006 const char *name, bool sibling) in build_change_hat() 1060 const char *name, *info = NULL; in change_hat() local 1278 static int change_profile_perms_wrapper(const char *op, const char *name, in change_profile_perms_wrapper()
|
D | file.c | 102 const char *op, u32 request, const char *name, in aa_audit_file() 168 const char **name, struct path_cond *cond, u32 request) in path_name() 267 const char *name, struct path_cond *cond, in aa_str_perms() 277 int __aa_path_perm(const char *op, struct aa_profile *profile, const char *name, in __aa_path_perm() 298 const char *name; in profile_path_perm() local
|
D | lib.c | 44 char *name = strim(fqname); in aa_split_fqname() local 87 const char *name = skipn_spaces(fqname, n); in aa_splitn_fqname() local 489 const char *name, gfp_t gfp) in aa_policy_init()
|
D | procattr.c | 80 char *name; in split_token_from_name() local
|
D | apparmorfs.c | 75 static int mangle_name(const char *name, char *target) in mangle_name() 231 static struct dentry *aafs_create(const char *name, umode_t mode, in aafs_create() 292 static struct dentry *aafs_create_file(const char *name, umode_t mode, in aafs_create_file() 307 static struct dentry *aafs_create_dir(const char *name, struct dentry *parent) in aafs_create_dir() 324 static struct dentry *aafs_create_symlink(const char *name, in aafs_create_symlink() 1460 static struct dentry *create_profile_file(struct dentry *dir, const char *name, in create_profile_file() 1519 const char *name) in rawdata_get_link_base() 1908 int __aafs_ns_mkdir(struct aa_ns *ns, struct dentry *parent, const char *name, in __aafs_ns_mkdir() 2473 char name[32]; in policy_readlink() local
|
/security/ |
D | inode.c | 107 static struct dentry *securityfs_create_dentry(const char *name, umode_t mode, in securityfs_create_dentry() 200 struct dentry *securityfs_create_file(const char *name, umode_t mode, in securityfs_create_file() 228 struct dentry *securityfs_create_dir(const char *name, struct dentry *parent) in securityfs_create_dir() 260 struct dentry *securityfs_create_symlink(const char *name, in securityfs_create_symlink()
|
D | security.c | 210 char *sep, *name, *next; in ordered_lsm_parse() local 952 const struct qstr *name, void **ctx, in security_dentry_init_security() 961 struct qstr *name, in security_dentry_create_files_as() 1005 const struct qstr *qstr, const char **name, in security_old_inode_init_security() 1226 int security_inode_setxattr(struct dentry *dentry, const char *name, in security_inode_setxattr() 1250 void security_inode_post_setxattr(struct dentry *dentry, const char *name, in security_inode_post_setxattr() 1259 int security_inode_getxattr(struct dentry *dentry, const char *name) in security_inode_getxattr() 1273 int security_inode_removexattr(struct dentry *dentry, const char *name) in security_inode_removexattr() 1304 int security_inode_getsecurity(struct inode *inode, const char *name, void **buffer, bool alloc) in security_inode_getsecurity() 1322 int security_inode_setsecurity(struct inode *inode, const char *name, const void *value, size_t siz… in security_inode_setsecurity() [all …]
|
/security/tomoyo/ |
D | realpath.c | 189 char name[64]; in tomoyo_get_local_path() local 206 const char *name = sb->s_type->name; in tomoyo_get_local_path() local 238 char *name = NULL; in tomoyo_realpath_from_path() local
|
D | securityfs_if.c | 55 struct tomoyo_path_info name; in tomoyo_write_self() local 223 static void __init tomoyo_create_entry(const char *name, const umode_t mode, in tomoyo_create_entry()
|
D | domain.c | 202 static const char *tomoyo_last_word(const char *name) in tomoyo_last_word() 439 (const char *name, const unsigned int len) in tomoyo_find_namespace() 483 char *name = (char *) (entry + 1); in tomoyo_assign_namespace() local
|
D | memory.c | 152 const struct tomoyo_path_info *tomoyo_get_name(const char *name) in tomoyo_get_name()
|
D | condition.c | 65 struct tomoyo_path_info name; in tomoyo_envp() local 321 const struct tomoyo_path_info *name; in tomoyo_parse_envp() local
|
D | util.c | 593 struct tomoyo_path_info name; in tomoyo_find_domain() local 657 const char *name = ptr->name; in tomoyo_fill_path_info() local
|
/security/apparmor/include/ |
D | policy_ns.h | 142 const char *name, size_t n) in __aa_findn_ns() 148 const char *name) in __aa_find_ns() 159 static inline struct aa_ns *aa_lookup_ns(struct aa_ns *view, const char *name) in aa_lookup_ns()
|
D | lib.h | 95 char name[]; member 129 const char *name; member 162 const char *name) in __policy_find()
|
/security/selinux/include/ |
D | avc_ss.h | 17 const char *name; member
|
/security/integrity/ |
D | integrity_audit.c | 33 char name[TASK_COMM_LEN]; in integrity_audit_msg() local
|
D | digsig_asymmetric.c | 27 char name[12]; in request_asymmetric_key() local
|
/security/integrity/evm/ |
D | evm.h | 31 char *name; member
|
/security/smack/ |
D | smack_lsm.c | 64 const char *name; member 281 static struct smack_known *smk_fetch(const char *name, struct inode *ip, in smk_fetch() 985 const struct qstr *qstr, const char **name, in smack_inode_init_security() 1256 static int smack_inode_setxattr(struct dentry *dentry, const char *name, in smack_inode_setxattr() 1321 static void smack_inode_post_setxattr(struct dentry *dentry, const char *name, in smack_inode_post_setxattr() 1356 static int smack_inode_getxattr(struct dentry *dentry, const char *name) in smack_inode_getxattr() 1378 static int smack_inode_removexattr(struct dentry *dentry, const char *name) in smack_inode_removexattr() 1437 const char *name, void **buffer, in smack_inode_getsecurity() 2685 static int smack_inode_setsecurity(struct inode *inode, const char *name, in smack_inode_setsecurity() 3493 static int smack_getprocattr(struct task_struct *p, char *name, char **value) in smack_getprocattr() [all …]
|
/security/integrity/platform_certs/ |
D | load_uefi.c | 41 static __init void *get_cert_list(efi_char16_t *name, efi_guid_t *guid, in get_cert_list()
|