[linux-yocto] [PATCH] cgl: audit: Remove CONFIG_AUDIT_WATCH and CONFIG_AUDIT_WATCH

He Zhe zhe.he at windriver.com
Sun Mar 24 23:36:07 PDT 2019


This for 5.0 and master.

Zhe

On 3/25/19 2:33 PM, zhe.he at windriver.com wrote:
> From: He Zhe <zhe.he at windriver.com>
>
> In the following commits, these two options have been replaced by
> CONFIG_AUDITSYSCALL which is in audit.cfg.
>
> c8fc5d49c341 ("audit: remove WATCH and TREE config options")
> cb74ed278f80 ("audit: always enable syscall auditing when supported and audit is enabled")
>
> Signed-off-by: He Zhe <zhe.he at windriver.com>
> ---
>  cgl/features/audit/audit.cfg | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/cgl/features/audit/audit.cfg b/cgl/features/audit/audit.cfg
> index 3397cc5..e0c6e19 100644
> --- a/cgl/features/audit/audit.cfg
> +++ b/cgl/features/audit/audit.cfg
> @@ -1,6 +1,4 @@
>  CONFIG_AUDIT=y
>  CONFIG_AUDITSYSCALL=y
> -CONFIG_AUDIT_WATCH=y
> -CONFIG_AUDIT_TREE=y
>  # CONFIG_NETFILTER_XT_TARGET_AUDIT is not set
>  CONFIG_AUDIT_GENERIC=y



More information about the linux-yocto mailing list