Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2015 21:45:30 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 197129] games/scid: vulnerable files with mode 666 below /usr/local/share/scid/books
Message-ID:  <bug-197129-13-dIL1xya45T@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197129-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197129-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197129

--- Comment #2 from bsd@volki.at ---
It seems that the file permissions are set so on purpose, in order to enable
all users to contribute to the books. But this probably shouldn't be the
default state. I agree that

install -m 644 ./books/*.* $(SHAREDIR)/books/

instead of

install -m 666 ./books/*.* $(SHAREDIR)/books/

and therefore adding that change to files/patch-Makefile.conf would certainly
be a good idea. Every user is free to copy the books directory to his own home
directory and make that copy writable for whoever desired.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197129-13-dIL1xya45T>