I have a small function in my
Anyone else seeing this? The /var/run/com.apple.security.cryptexd/codex.system/bootstrap/ directory does exist, but there's nothing in it.
These are coming from
.bash_profile
that validates all the $PATH
entries on my system. First thing I noticed after today's 13.3 update were these 3 new invalid paths being set:
Code:
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin
/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin
Anyone else seeing this? The /var/run/com.apple.security.cryptexd/codex.system/bootstrap/ directory does exist, but there's nothing in it.
These are coming from
/etc/paths.d/10-cryptex
and can be seen by running the following command:
Code:
eval "$(/usr/libexec/path_helper -s)"; tr : '\n' <<<"$PATH"
Last edited: