mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
Previously, __realpathat was in libc and libsys (as is currently
standard), but not exported from libc which meant the stub in libc was
not filtered and thus libc's copy of the syscall was used. This broke
an upcoming change to CheriBSD limiting syscalls to libsys.
The realpath(3) implementation now uses __sys___realpathat so there are no
consumers of __realpathat. Switch it to PSEUDO (only _foo and __sys_foo
symbols) and remove __realpathat from Symbol.map.
This is a corrected version of 58d43a3cd7.
Reviewed by: kib
Differential Revision: https://reviews.freebsd.org/D49049
13 lines
232 B
Text
13 lines
232 B
Text
FBSDprivate_1.0 {
|
|
__elf_aux_vector;
|
|
__libsys_errno;
|
|
__getosreldate;
|
|
__libsys_interposing_slot;
|
|
_elf_aux_info;
|
|
freebsd11_fstat;
|
|
freebsd11_fstatat;
|
|
freebsd11_getfsstat;
|
|
freebsd11_lstat;
|
|
freebsd11_stat;
|
|
freebsd11_statfs;
|
|
};
|