mirror of
https://github.com/opnsense/src.git
synced 2026-07-15 04:01:09 -04:00
- Add shell_escape() helper to safely escape shell arguments - Apply shell_escape to all user-controlled values in shell commands: adduser (usershow, useradd, lock, primary_group, groups) addgroup (groupshow, groupadd, members) exec_change_password (usermod) settimezone (tzsetup root and timezone) install_package (pkg package names) - Escape double quotes in hostname when writing rc.conf.d/hostname - Add missing 'local' declaration for resolvconf_command in nameservers() - Escape interface name in resolvconf -a command - Change open_resolvconf_conf() from 'w' to 'a' mode to prevent data loss when nameservers() is called multiple times - Clean up stale resolvconf.conf at the start of each boot (skip on postnet to preserve config written by first call) Approved by: re (cperciva) MFC After: 1 day (cherry picked from commit 8b70a203be10411c560ed303ab25713d70b316e9) (cherry picked from commit 87b18b611ec9a70347fdd239345fa23977bcb2d0) |
||
|---|---|---|
| .. | ||
| addfile.lua | ||
| addgroup.lua | ||
| addsshkey.lua | ||
| adduser.lua | ||
| adduser_passwd.lua | ||
| dirname.lua | ||
| err.lua | ||
| Makefile | ||
| Makefile.depend | ||
| nuage.sh | ||
| nuageinit.sh | ||
| sethostname.lua | ||
| settimezone.lua | ||
| utils.sh | ||
| warn.lua | ||