According to access(2), it is not a good idea to use access to check if there is...
commit183228f8d58a55c35745f3123724c787a36e8fbe
authorEmmanuel Roullit <emmanuel@netsniff-ng.org>
Thu, 6 May 2010 19:56:15 +0000 (6 19:56 +0000)
committerEmmanuel Roullit <emmanuel@netsniff-ng.org>
Thu, 6 May 2010 19:56:15 +0000 (6 19:56 +0000)
tree888845f21fada19a2c3d380532cc2da95ac64dde
parent40f93d915a3602eff84d8b1e205a0cdb82a1a2e5
According to access(2), it is not a good idea to use access to check if there is enough file permissions... And anyway open() checks for it.

git-svn-id: http://netsniff-ng.googlecode.com/svn/trunk@357 21e0ff64-9a0b-11de-825e-994487f65616
netsniff-ng/lib/config.c