Re: Permissions for shared libraries in Kerberos
Greg Hudson <[email protected]> Wed, 18 Nov 2020 15:04:27 -0500
| Newsgroups | gmane.comp.encryption.kerberos.devel |
|---|---|
| Message-ID | <[email protected]> |
On 11/18/20 11:31 AM, Ken Hornstein wrote: > I'm wondering if Kerberos should simply default to installing shared > libraries as mode 755/555 everywhere, unless there is a reason to do > otherwise. I think that would be reasonable. As Russ noted, system policies differ on this point, but toolchains (including libtool) seem to tend in the direction of setting the executable bit, and the system policies are decided at the packaging level. The way our build system has this set up is per-platform; it's currently +x on HPUX (if building on HPUX even still works) and -x everywhere else. So we could make the change globally, or just for Linux platforms. _______________________________________________ krbdev mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/krbdev