| Summary: | Build fails with SELinux support enabled | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Dennis Wronka <dennis.wronka> | ||||
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED DUPLICATE | ||||||
| Severity: | normal | CC: | djm | ||||
| Priority: | P2 | ||||||
| Version: | 5.8p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
Created attachment 2020 [details]
Patch for port-linux.c
*** This bug has been marked as a duplicate of bug 1850 *** close resolved bugs now that openssh-5.9 has been released |
openbsd-compat/port-linux.c is missing a { in ssh_selinux_setfscreatecon() This causes the build to fail if compiled with SELinux support. Patch attached.