From owner-cvs-src@FreeBSD.ORG Sat Dec 9 22:58:37 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id EE4A516A505; Sat, 9 Dec 2006 22:58:37 +0000 (UTC) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71CD343DCB; Sat, 9 Dec 2006 22:55:48 +0000 (GMT) (envelope-from pjd@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB9MufhO098306; Sat, 9 Dec 2006 22:56:41 GMT (envelope-from pjd@repoman.freebsd.org) Received: (from pjd@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB9MufXw098305; Sat, 9 Dec 2006 22:56:41 GMT (envelope-from pjd) Message-Id: <200612092256.kB9MufXw098305@repoman.freebsd.org> From: Pawel Jakub Dawidek Date: Sat, 9 Dec 2006 22:56:40 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/lib/libc/sys link.2 X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Dec 2006 22:58:38 -0000 pjd 2006-12-09 22:56:40 UTC FreeBSD src repository Modified files: lib/libc/sys link.2 Log: - If the source file has its immutable or append-only flag set, link(2) returns EPERM. - If the parent directory of the destination file has its immutable flag set, link(2) returns EPERM. Revision Changes Path 1.26 +13 -4 src/lib/libc/sys/link.2