Skip to content

Instantly share code, notes, and snippets.

@technoscavenger
Created April 21, 2025 04:15
Show Gist options
  • Select an option

  • Save technoscavenger/b571c0ec5870a26febb68c9b68120edb to your computer and use it in GitHub Desktop.

Select an option

Save technoscavenger/b571c0ec5870a26febb68c9b68120edb to your computer and use it in GitHub Desktop.
# 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