diff options
| author | Jiri Kosina <jkosina@suse.cz> | 2022-03-23 09:58:40 +0100 | 
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2022-03-23 09:58:40 +0100 | 
| commit | b690490d6d466972ade172ee2e7f6ffa49e7e910 (patch) | |
| tree | 50a93da28c9128e19eb7a3038aecf75dab6b36e1 /include/linux/lsm_hooks.h | |
| parent | f97ec5d75e9261a5da78dc28a8955b7cc0c4468b (diff) | |
| parent | 0f203948230720e849ad50d158adac1cd32c282f (diff) | |
Merge branch 'for-5.18/amd-sfh' into for-linus
- dead code elimination (Christophe JAILLET)
Diffstat (limited to 'include/linux/lsm_hooks.h')
| -rw-r--r-- | include/linux/lsm_hooks.h | 10 | 
1 files changed, 3 insertions, 7 deletions
diff --git a/include/linux/lsm_hooks.h b/include/linux/lsm_hooks.h index d45b6f6e27fd..3bf5c658bc44 100644 --- a/include/linux/lsm_hooks.h +++ b/include/linux/lsm_hooks.h @@ -180,8 +180,6 @@   *	Copy all security options from a given superblock to another   *	@oldsb old superblock which contain information to clone   *	@newsb new superblock which needs filled in - * @sb_add_mnt_opt: - * 	Add one mount @option to @mnt_opts.   * @sb_parse_opts_str:   *	Parse a string of security data filling in the opts structure   *	@options string containing all mount options known by the LSM @@ -719,11 +717,9 @@   *	@p.   *	@p contains the task_struct for the process.   *	Return 0 if permission is granted. - * @task_getsecid_subj: - *	Retrieve the subjective security identifier of the task_struct in @p - *	and return it in @secid.  Special care must be taken to ensure that @p - *	is the either the "current" task, or the caller has exclusive access - *	to @p. + * @current_getsecid_subj: + *	Retrieve the subjective security identifier of the current task and + *	return it in @secid.   *	In case of failure, @secid will be set to zero.   * @task_getsecid_obj:   *	Retrieve the objective security identifier of the task_struct in @p  | 
