summaryrefslogtreecommitdiffstats
path: root/sys/kern/init_sysent.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-10-01 02:35:59 +0000
committerrwatson <rwatson@FreeBSD.org>2002-10-01 02:35:59 +0000
commit0e55f4c4edbce6794e6025bbe310d8a0c0a85706 (patch)
treedef482e144cddc515aa59f96cc61c6e5ab39e63e /sys/kern/init_sysent.c
parent25b2946cef8c77dbebd24bab25d417c6d5a37c01 (diff)
downloadFreeBSD-src-0e55f4c4edbce6794e6025bbe310d8a0c0a85706.zip
FreeBSD-src-0e55f4c4edbce6794e6025bbe310d8a0c0a85706.tar.gz
Reserve system call numbers for the following system calls:
__mac_get_pid Retrieve MAC label of a process by pid Similar to __mac_get_proc() except that the target process of the operation is explicitly specified rather than assuming curthread. __mac_get_link Retrieve MAC label of a path with NOFOLLOW __mac_set_link Set MAC label of a path with NOFOLLOW extattr_set_link Set EAs on a path with NOFOLLOW extattr_get_link Retrieve EAs on a path with NOFOLLOW extattr_delete_link Delete EAs on a path with NOFOLLOW These calls are similar to __mac_get_file(), __mac_set_file(), extattr_set_file(), extattr_get_file(), and extattr_delete_file(), except that they do not follow symlinks. The distinction between these calls is similar to lchown() vs chown(). Implementations to follow. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'sys/kern/init_sysent.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud