Created
April 21, 2025 04:15
-
-
Save technoscavenger/b571c0ec5870a26febb68c9b68120edb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # local/snippets/system_files.custom | |
| # Placeholder for local list of files to add to system partition | |
| lib/libpci.so.2.3=lib/libpci.so.2.3 | |
| lib/libpci.so.3.0=lib/libpci.so.3.0 | |
| xbin/inetd=usr/sbin/inetd | |
| xbin/telnetd=usr/sbin/telnetd | |
| xbin/ftpd=usr/sbin/ftpd | |
| etc/inetd.conf={ | |
| telnet stream tcp nowait root /system/xbin/telnetd in.telnetd | |
| ftp stream tcp nowait root /system/xbin/ftpd in.ftpd -c /system/etc | |
| } | |
| [perms=444] pam/config/ftpd = { | |
| auth requisite pam_qnx.so | |
| account requisite pam_qnx.so | |
| session requisite pam_qnx.so | |
| password requisite pam_qnx.so | |
| } | |
| etc/ftpusers={ | |
| root allow | |
| qnxuser allow | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment