Skip to content

Commit

Permalink
c18n: Add a libunwind policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstolfa committed Apr 10, 2024
1 parent f5fa50d commit 23ccea8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions libexec/rtld-elf/rtld_c18n_policy.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ compartment [TCB]
libc.so.7
libthr.so.3

compartment [libunwind]
libgcc_s.so.1

caller *
trust
memset
Expand Down Expand Up @@ -67,3 +70,11 @@ export to [TCB]
_rtld_sighandler
_rtld_setjmp
_rtld_longjmp

callee [RTLD]
export to [libunwind]
_rtld_unw_getcontext
_rtld_unw_getcontext_unsealed
_rtld_unw_setcontext
_rtld_unw_setcontext_unsealed
_rtld_unw_getsealer

0 comments on commit 23ccea8

Please sign in to comment.