lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 12 May 2020 09:03:13 -0700
From:   Casey Schaufler <casey@...aufler-ca.com>
To:     YueHaibing <yuehaibing@...wei.com>, jmorris@...ei.org,
        serge@...lyn.com, tglx@...utronix.de
Cc:     linux-security-module@...r.kernel.org,
        linux-kernel@...r.kernel.org,
        Casey Schaufler <casey@...aufler-ca.com>
Subject: Re: [PATCH -next] Smack: Remove unused inline function
 smk_ad_setfield_u_fs_path_mnt

On 5/9/2020 4:20 AM, YueHaibing wrote:
> commit a269434d2fb4 ("LSM: separate LSM_AUDIT_DATA_DENTRY from LSM_AUDIT_DATA_PATH")
> left behind this, remove it.
>
> Signed-off-by: YueHaibing <yuehaibing@...wei.com>

I have taken this. Thank you.

> ---
>  security/smack/smack.h | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/security/smack/smack.h b/security/smack/smack.h
> index 62529f382942..f244c9d10004 100644
> --- a/security/smack/smack.h
> +++ b/security/smack/smack.h
> @@ -505,10 +505,6 @@ static inline void smk_ad_setfield_u_fs_path_dentry(struct smk_audit_info *a,
>  						    struct dentry *d)
>  {
>  }
> -static inline void smk_ad_setfield_u_fs_path_mnt(struct smk_audit_info *a,
> -						 struct vfsmount *m)
> -{
> -}
>  static inline void smk_ad_setfield_u_fs_inode(struct smk_audit_info *a,
>  					      struct inode *i)
>  {

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ