Searched defs:options (Results 1 - 4 of 4) sorted by relevance

/security/keys/
H A Dtrusted.c729 /* can have zero or more token= options */
799 * payload and options structures
849 /* all arguments are options */
864 struct trusted_key_options *options; local
866 options = kzalloc(sizeof *options, GFP_KERNEL);
867 if (options) {
869 options->keytype = SRK_keytype;
870 options->keyhandle = SRKHANDLE;
872 return options;
902 struct trusted_key_options *options = NULL; local
[all...]
/security/
H A Dcapability.c130 static int cap_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) argument
H A Dsecurity.c333 int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) argument
335 return security_ops->sb_parse_opts_str(options, opts);
/security/selinux/
H A Dhooks.c367 #define SEL_MOUNT_FAIL_MSG "SELinux: duplicate or incompatible mount options\n"
493 * options were so it can use those later for submounts, displaying
494 * mount options, or whatever.
517 /* count the number of mount options for this sb */
590 /* check if the old mount command had the same options */
596 /* check if we were passed the same options twice,
636 printk(KERN_WARNING "SELinux: Unable to set superblock options "
654 * mount using this sb set explict options and a second mount using
655 * this sb does not set any security options. (The first options
921 selinux_parse_opts_str(char *options, struct security_mnt_opts *opts) argument
1047 char *options = data; local
[all...]

Completed in 372 milliseconds