* first commit of MarinerFedRamp2.0
* first commit for FedRAMP2.0
* patched all the asc cases in source code
* address Daniel's review comments for Mariner 2.0 FedRAMP
* move dsiabling ICMP redirect from source to packer
* Update SPECS/shadow-utils/shadow-utils.spec
Co-authored-by: Christopher Co <35273088+christopherco@users.noreply.github.com>
* Update SPECS/fedramp/fedramp.spec
Co-authored-by: Christopher Co <35273088+christopherco@users.noreply.github.com>
* address the comments in 2nd round reviews
* add asc.spec to replace fedramp.spec
* delete fedramp spec
* fix typo and remove changes for system-password
* update manifest file
* remove some unnecessary changes
* add empty line at end
* update to pass PR check
* address 1st round review comments
* update changelog for license
* address review comments
* remove ssh access
Co-authored-by: rmhsawyer <mingheren@gmail.com>
Co-authored-by: Christopher Co <35273088+christopherco@users.noreply.github.com>
* move su from shadow-utils to util-linux
* update manifests
* remove su pam config from shadow-utils
* restore su pam from shadow-utils
* fix su file
* fix shadow-utils BR
* update changelog
* update based on PR feedback
The current pam.d config sets the loginuid by su/sudo. The loginuid should
always reflect the UID that the user logged in as.
Add pam_selinux.so to login configs so users will have the correct SELinux
context on their session.
Signed-off-by: Chris PeBenito <Christopher.PeBenito@microsoft.com>