Searched refs:options (Results 1 – 7 of 7) sorted by relevance
/security/keys/ |
D | trusted.c | 917 struct trusted_key_options *options; in trusted_options_alloc() local 924 options = kzalloc(sizeof *options, GFP_KERNEL); in trusted_options_alloc() 925 if (options) { in trusted_options_alloc() 927 options->keytype = SRK_keytype; in trusted_options_alloc() 930 options->keyhandle = SRKHANDLE; in trusted_options_alloc() 932 return options; in trusted_options_alloc() 962 struct trusted_key_options *options = NULL; in trusted_instantiate() local 983 options = trusted_options_alloc(); in trusted_instantiate() 984 if (!options) { in trusted_instantiate() 994 key_cmd = datablob_parse(datablob, payload, options); in trusted_instantiate() [all …]
|
/security/ |
D | Kconfig.hardening | 1 menu "Kernel hardening options"
|
D | security.c | 430 int security_sb_parse_opts_str(char *options, struct security_mnt_opts *opts) in security_sb_parse_opts_str() argument 432 return call_int_hook(sb_parse_opts_str, 0, options, opts); in security_sb_parse_opts_str()
|
D | Kconfig | 5 menu "Security options"
|
/security/apparmor/ |
D | Kconfig | 63 provide fine grained control of the debug options that are
|
/security/smack/ |
D | smack_lsm.c | 623 static int smack_parse_opts_str(char *options, in smack_parse_opts_str() argument 638 if (!options) in smack_parse_opts_str() 641 while ((p = strsep(&options, ",")) != NULL) { in smack_parse_opts_str() 861 char *options = data; in smack_sb_kern_mount() local 866 if (!options) in smack_sb_kern_mount() 869 rc = smack_parse_opts_str(options, &opts); in smack_sb_kern_mount()
|
/security/selinux/ |
D | hooks.c | 1076 static int selinux_parse_opts_str(char *options, in selinux_parse_opts_str() argument 1087 while ((p = strsep(&options, "|")) != NULL) { in selinux_parse_opts_str() 1202 char *options = data; in superblock_doinit() local 1212 rc = selinux_parse_opts_str(options, &opts); in superblock_doinit()
|