I'm developing an appliance using an alix board (amd geode 800lx, 256mb ram, cf 4gb + hdd ide 160gb and more). This appliance will be publicly accessible for delivering contents trought a browser so ssh and other stuff will be accessible too.

Actually i use nginx 0.8.54, php 5.3.5, dropbear 0.53.1 to be light and fast but i'm really worried about security!

What security framework i should use? Looking around i can choose between:

  • selinux
  • apparmor
  • grsecurity

I really don't know these security framework, could someone give me an hint? I enabled SSP and Fortify on my system but i want more.

link|improve this question

62% accept rate
Does this belong on serverfault? – CodeInChaos Mar 14 '11 at 18:57
feedback

1 Answer

up vote 1 down vote accepted

Any of those would work - of the three I would personally choose SELinux as long as your appliance has the space/processing power, but that is just because implementing it is straightforward if you are experienced with Linux and security concepts.

You will need to cut it down depending on exactly the functionality you need, but that is simple to do.

link|improve this answer
thanks for your suggestion! – daniele_dll Apr 5 '11 at 10:50
@daniele - no problem. Did the implementation go okay? – Rory Alsop Apr 5 '11 at 10:52
before start to test/work with selinux, i need to finish some work with buildroot and connman because i want to test dbus performance and functionality – daniele_dll Apr 5 '11 at 16:54
1  
implementing selinux is anything but straightfroward. Apparmor is way easier. – ren Oct 31 '11 at 0:21
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.