Re: [cip-core:deby 2/3] security-configuration: apply security polcies using package bbappend
Daniel Sangorrin <daniel.sangorrin@...>
Hi Venkata-san
toggle quoted messageShow quoted text
Please check my inline comments and send me a merge request when you solve them.
-----Original Message-----bbappend the security configurations likeIdeally, you would separate the patches for each file unless they have something in common. diff --git a/meta-cip-security/recipes-debian/audit/audit_debian.bbappend b/meta-cip-security/recipes-Append "for audit" to the description. +Don't you need to specify the values for space_left and admin_space_left? Perhaps these variables should be configurable and have a default value. Example: AUDIT_SPACE_LEFT ?= "100" Then you can change the value in local.conf (or using kas's local_conf_headers) +Please check if you need other options as well here: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/security_guide/sec-configuring_the_audit_service diff --git a/meta-cip-security/recipes-debian/base-files/base-files_debian.bbappend b/meta-cip-security/recipes-debian/base-Is this related to the security layer? If not, please separate it into a different patch and explain why it is necessary. diff --git a/meta-cip-security/recipes-debian/openssh/openssh_debian.bbappend b/meta-cip-security/recipes-Same as before, append "for openssh". The description for different things should be different. +Perhaps make the value for ClientAliveInterval configurable and use 120 as default. +}Same thing: "for libpam" +Perhaps set minlen configurable. +Thanks, Daniel
|
|