Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | openssl: disable execstack in CFLAG | Xin Ouyang | 2012-10-18 | 1 | -0/+3 |
| | | | | | | | | | "-Wa,--noexecstack" will mark objects as requiring executable stack, this is a dangerous CFLAG and would cause security issues. So disable it as most distros did. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||||
* | openssh: enable pam and selinux. | Xin Ouyang | 2012-10-18 | 3 | -1/+146 |
| | | | | | | | sshd_config file from oe-core to set "UsePAM yes". sshd file (pam config for sshd) from oe-core to add pam_selinux module. Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> | ||||
* | openssh: Build with selinux support. | Xin Ouyang | 2012-06-15 | 1 | -0/+5 |
Signed-off-by: Xin Ouyang <Xin.Ouyang@windriver.com> |