Difference between revisions of "Research Securing Pre"
Jump to navigation
Jump to search
Tragicfame (talk | contribs) |
Tragicfame (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | ==Intro== | |
A rooted box with broadband capabilities running a web engine and [http://www.palm.com/us/company/privacy.html|Palm's Privacy Policy] clipped to your belt? Anyone else nervous about this? | A rooted box with broadband capabilities running a web engine and [http://www.palm.com/us/company/privacy.html|Palm's Privacy Policy] clipped to your belt? Anyone else nervous about this? | ||
So here we'll explore some of the general best practices that sysadmins using Linux normally employ when securing their systems and how such practices can be used on the Palm Pre to provide a higher level of privacy and security on your device. | So here we'll explore some of the general best practices that sysadmins using Linux normally employ when securing their systems and how such practices can be used on the Palm Pre to provide a higher level of privacy and security on your device. | ||
− | + | ==System Logging mechanisms== | |
− | + | * [[Research_RDXD| RDXD Logging facility]] | |
− | + | * [[Research_Uploadd_| Uploadd facility]] | |
− | + | * [[Research_PmLog_| PmLog (syslog alternative)]] | |
− | + | * [[Research_Secure_Logging_Recommendations|Alternative Logging configuration for security and privacy]] | |
− | + | ||
− | * | + | ==Networking Configurations== |
+ | Protocols listening for any inbound connection | ||
+ | * [[Research_tcp_14400|TCP Port 14400]] | ||
+ | * [[Research_tcp_53|TCP Port 53]] | ||
+ | * [[Research_tcp_16888|TCP Port 16888]] | ||
+ | * [[Research_tcp_16889|TCP Port 16889]] | ||
+ | * [[Research_tcp_4444|TCP Port 4444]] | ||
+ | * [[Research_tcp_4445|TCP Port 4445]] | ||
+ | |||
+ | The Palm Pre does have iptables installed, so lets look at the [[Research_iptables_configuration|Current Iptables configuration]] with that in mind, lets look at an [[Research_Secure_Logging_Recommendations|alternative Iptables configuration for security and privacy]]. |
Revision as of 16:47, 15 September 2009
Intro
A rooted box with broadband capabilities running a web engine and Privacy Policy clipped to your belt? Anyone else nervous about this?
So here we'll explore some of the general best practices that sysadmins using Linux normally employ when securing their systems and how such practices can be used on the Palm Pre to provide a higher level of privacy and security on your device.
System Logging mechanisms
- RDXD Logging facility
- Uploadd facility
- PmLog (syslog alternative)
- Alternative Logging configuration for security and privacy
Networking Configurations
Protocols listening for any inbound connection
The Palm Pre does have iptables installed, so lets look at the Current Iptables configuration with that in mind, lets look at an alternative Iptables configuration for security and privacy.