about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-07-03 10:42:40 +0200
committerGitHub <noreply@github.com>2022-07-03 10:42:40 +0200
commitc7e6777cc13eba3baf2f571e87e6185a62c6047d (patch)
tree3b225f9df0f59393eb67cda6122431a6c1c5e163 /src
parent53365241294de8eae2da2edfb6b47f04b02f5808 (diff)
parent681f0ef111ceb9101e3328689ae04b9512b49431 (diff)
downloadbox64-c7e6777cc13eba3baf2f571e87e6185a62c6047d.tar.gz
box64-c7e6777cc13eba3baf2f571e87e6185a62c6047d.zip
Merge pull request #294 from stiltr/misc-fixes
Add wrapped functions needed for 'ls -l'.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedlibc_private.h2
-rwxr-xr-xsrc/wrapped/wrappedselinux_private.h8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h
index 0490fab2..aaa5acf9 100755
--- a/src/wrapped/wrappedlibc_private.h
+++ b/src/wrapped/wrappedlibc_private.h
@@ -1155,7 +1155,7 @@ GO(memmove, pFppL)
 GO(__memmove_chk, pFppLL)
 GO(__mempcpy, pFppL)
 GO(mempcpy, pFppL)
-//GO(__mempcpy_chk, 
+GO(__mempcpy_chk, pFppLL)
 GOW(memrchr, pFpiL)
 GO(memset, pFpiL)
 GO(__memset_chk, pFpiLL)
diff --git a/src/wrapped/wrappedselinux_private.h b/src/wrapped/wrappedselinux_private.h
index 1cbb8f31..94a4f730 100755
--- a/src/wrapped/wrappedselinux_private.h
+++ b/src/wrapped/wrappedselinux_private.h
@@ -77,10 +77,10 @@
 //GO(is_context_customizable, 
 //GO(is_selinux_enabled, 
 //GO(is_selinux_mls_enabled, 
-//GO(lgetfilecon, 
-//GO(lgetfilecon_raw, 
-//GO(lsetfilecon, 
-//GO(lsetfilecon_raw, 
+GO(lgetfilecon, iFpp)
+GO(lgetfilecon_raw, iFpp)
+GO(lsetfilecon, iFpp)
+GO(lsetfilecon_raw, iFpp)
 //GO(manual_user_enter_context, 
 //GO(map_class, 
 //GO(map_decision,