Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2002 17:17:21 -0500 (EST)
From:      Garrett Wollman <wollman@lcs.mit.edu>
To:        Robert Watson <rwatson@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern syscalls.master
Message-ID:  <200212292217.gBTMHLpV009761@khavrinen.lcs.mit.edu>
In-Reply-To: <200212292025.gBTKPs9Z025260@repoman.freebsd.org>
References:  <200212292025.gBTKPs9Z025260@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
<<On Sun, 29 Dec 2002 12:25:54 -0800 (PST), Robert Watson <rwatson@FreeBSD.org> said:

>   Add definitions for four new system calls:
  
>   __acl_get_link()        Retrieve an ACL by name without following
>                           symbolic links.
>   __acl_set_link()        Set an ACL by name without following
>                           symbolic links.
>   __acl_delete_link()     Delete an ACL by name without following
>                           symbolic links.
>   __acl_aclcheck_link()   Check an ACL against a file by name without
>                           following symbolic links.

  
>   These calls are similar in spirit to lstat(), lchown(), lchmod(), etc,

...except for the extreme verbosity in their names.

There should probably be a file mode bit that is returned by stat() to
indicate that additional attributes exist that are not in struct stat.

-GAWollman


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212292217.gBTMHLpV009761>