this will cause setbit issue right ?
i have tried extracting the default rootfs for this same L4T release
using command sudo tar xpf Tegra_Linux_Sample-Root-Filesystem_R35.3.1_aarch64.tbz2 -C Linux_for_tegra/rootfs
The non-suid version is guaranteed to fail and is not valid. Security constraints imply you will lose all admin access. This is correct: -rwsr-xr-x 1 root root 157632 Apr 4 2023 sudo
sudo is its own very specialized and restricted system. The suid bit (sorry, not sticky bit) in combination with the sudoers config determines what any particular user can use sudo for.
An interesting case study: If you use the NTFS or VFAT filesystem type, then there is no such thing as an suid bit. Using NTFS or VFAT guarantees you would disable Linux on that filesystem type (at least for admin access).