Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dhcp: sync init-server with oe-coremorty | Wenzong Fan | 2016-09-22 | 1 | -1/+1 |
| | | | | | | | | | | oe-core commit: a162416119ec9deee9fef53455d1281abe573681 dhcpd: create dhcpd user for dhcp dameon Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com> | ||||
* | dhcp/init-server: restorecon for dhcpd*.leases | Wenzong Fan | 2014-06-23 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | dhcp-server fails to start with avc denied error: avc: denied { read } for pid=571 comm="dhcpd" \ name="dhcpd.leases" dev="hda" ino=63911 \ scontext=system_u:system_r:dhcpd_t:s0-s15:c0.c1023 \ tcontext=system_u:object_r:dhcp_state_t:s0 tclass=file The type for dhcpd.leases is not correct, just fix it before dhcp- server started. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com> | ||||
* | dhcp: make a copy of init-server | Wenzong Fan | 2014-06-23 | 1 | -0/+44 |
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Xin Ouyang <xin.ouyang@windriver.com> |