|
|
On Sun, 20 Jan 2008 22:33:53 GMT
Robert Watson <rwatson@xxxxxxxxxxx> wrote:
> http://perforce.freebsd.org/chv.cgi?CH=133748
>
> Change 133748 by rwatson@rwatson_freebsd_capabilities on 2008/01/20
> 22:33:22
>
> Add cap_new() and cap_getrights() to Symbol.map.
>
> Affected files ...
>
> .. //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Symbol.map#2
> edit
>
> Differences ...
>
> ==== //depot/projects/trustedbsd/capabilities/src/lib/libc/sys/Symbol.map#2
> (text) ====
>
> @@ -55,6 +55,8 @@
> auditctl;
> auditon;
> bind;
> + cap_new;
> + cap_getrights;
> chdir;
> chflags;
> __chk_fail;
These are added to wrong place. FBSD_1.1 section is where they belong.
--
Alexander Kabaev
|
|