tech-userlevel archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: METALOG permission error



On Tue, 29 Jan 2013, Brooks Davis wrote:

> In /etc/Makefile, log entries are created for the files created by
> pwd_mkdb with the code:
> 
>       ( \
>               for metaent in passwd pwd.db spwd.db; do \
>                       echo "./etc/$${metaent} type=file mode=0644 uname=root 
> gname=wheel tags=etc_pkg"; \
>               done; \
>       ) | ${METALOG.add}
>
> This makes spwd.db world readable which is probably not what is desired.


That is for MKUNPRIVED?


Home | Main Index | Thread Index | Old Index