BIND 10 #2171: directory permissions on make install
BIND 10 Development
do-not-reply at isc.org
Fri Aug 3 18:01:00 UTC 2012
#2171: directory permissions on make install
-------------------------------------+-------------------------------------
Reporter: jelte | Owner:
Type: | Status: new
defect | Milestone:
Priority: | Sprint-20120807
medium | Resolution:
Component: | Sensitive: 0
Unclassified | Sub-Project: DNS
Keywords: | Estimated Difficulty: 0
Defect Severity: N/A | Total Hours: 0
Feature Depending on Ticket: |
Add Hours to Ticket: 0 |
Internal?: 0 |
-------------------------------------+-------------------------------------
Comment (by muks):
There are two places where `$prefix/var/bind10-devel/` directory is
created. One is in `src/bin/cfgmgr/Makefile.am` and second in
`src/bin/loadzone/Makefile.am` in the `install-data-local` rules.
The second one (loadzone) should be deleted.
We may not want to do more than this. It's up to the packager to decide
what the uid/gid of the directory should be. But the directory should have
g+s,g+w permissions (mode 2770).
If we are going to set the mode, we should do it by adding another rule
`install-data-hook` after the `install-data-local` rule and putting the
`chmod` command there.
--
Ticket URL: <https://bind10.isc.org/ticket/2171#comment:2>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list