LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > *BSD
User Name
Password
*BSD This forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.

Notices


Reply
  Search this Thread
Old 02-09-2014, 05:55 PM   #1
justlooking
LQ Newbie
 
Registered: Feb 2014
Posts: 5

Rep: Reputation: Disabled
Is BSD more secure than linux?


I have little knowledge of the BSDs and I read that BSDs are theoretically more secure than linux. Are these claims true or false?
 
Old 02-09-2014, 06:50 PM   #2
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by justlooking View Post
I have little knowledge of the BSDs and I read that BSDs are theoretically more secure than linux. Are these claims true or false?
I think both Linux and the BSDs can be made secure. I really like OpenBSD as it is proactively secure by default.
 
1 members found this post helpful.
Old 02-09-2014, 09:18 PM   #3
JWJones
Senior Member
 
Registered: Jun 2009
Posts: 1,444

Rep: Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709Reputation: 709
It is often said that security is a process, not a product. You can secure both Linux and the BSDs equally well. Some distros and BSDs do have a security focus, however, like OpenBSD, as hitest said.
 
2 members found this post helpful.
Old 02-10-2014, 12:41 AM   #4
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
I quote what said by JWJones.
In general, Linux is as secure as BSD. It depends by your brain.
As usual, I invite you into NetBSD world
 
2 members found this post helpful.
Old 02-10-2014, 04:00 AM   #5
ReaperX7
LQ Guru
 
Registered: Jul 2011
Location: California
Distribution: Slackware64-15.0 Multilib
Posts: 6,558
Blog Entries: 15

Rep: Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097Reputation: 2097
Any OS can be secure with the proper security implementations. So yes, BSD is no more or less secure than Linux is.
 
1 members found this post helpful.
Old 02-10-2014, 02:58 PM   #6
salasi
Senior Member
 
Registered: Jul 2007
Location: Directly above centre of the earth, UK
Distribution: SuSE, plus some hopping
Posts: 4,070

Rep: Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897Reputation: 897
Quote:
Originally Posted by justlooking View Post
... and I read that BSDs are theoretically more secure than linux.
Can you explain to me what that means? In particular, how can anything be 'theoretically' secure. I understand what 'practical' or 'in practice' security might be (and it certainly isn't just the stuff that you get on the DVD that determines the practical security of some operating system).

You argue about 'potential for security', and that might be a worthwhile discussion, but it isn't necessarily decisive; most people don't configure their systems to anywhere near their maximum potential, for whatever reason, so that might not be all that relevant.

And what about all of the 'add-ons'; you could look at stuff like Snort, SELinux/AppArmor, Bastille, GRSecurity, Nikto, RKHunter, etc, etc as not being part of the operating system, but being add-ons that improve security. So, what value do you place on easy install and easy configuration of these add-ons? Certainly there are things that improve the basic security of the system, and you end up with a pretty secure system if you use the potential of all those utilities, but do you take points away from a system that just doesn't make it easy to get that advantage?

And, quick availability of security fixes has got to be an important security aspect (and even some Linux distros do better on this than others); if package management isn't up to scratch (again some Linux distros better than others) you'll probably be a bit nervous about applying that security fix to your critical server, which is a factor, and (usually) your distro has to make it available in the first place.

And, I'd accept that BSDs can have some advantages in some security aspects over Linux, I just don't understand how to discuss the question further without more information, and, even then, it might be difficult.

Quote:
Originally Posted by justlooking View Post
... more secure than linux. Are these claims true or false?
Well, if someone just says one is more secure than the other as a blanket statement, that's probably either false or meaningless. OTOH, you could probably define the conditions more clearly (...on a server, on a desktop, in the enterprise, for a start, with a competent admin or just 'using defaults', for a second, how much attention given to improving security over 'the default', for example) and get at least a slightly meaningful answer.

Quote:
Originally Posted by justlooking View Post
I have little knowledge of the BSDs and I read that BSDs are theoretically more secure than linux. Are these claims true or false?
Bear in mind that I could easily (!) come up with a much more secure version of Linux; I'd just rip out all of the networking code and ensure that the system was locked away to prevent 'bad' physical access. For some reason, most people don't do this.
 
Old 02-11-2014, 02:10 AM   #7
gotfw
Member
 
Registered: Jan 2007
Posts: 416

Rep: Reputation: 70
Your question almost comes off as a bit of a troll bent on inciting a religious war. I'll give you the benefit of the doubt here though and share some of my thoughts. I'm sure there are many here who will take exception to my opinions. With that in mind, please don't shoot me...

I have used both FBSD and OBSD extensively. I would say that the BSD's are more secure than Linux. I'm talking default installs here. Sure, Linux can be made to be secure, but I think it takes more work to get there than either of the BSD's I referenced.

One reason being that they start from more minimal install and build up what you need from there. Contrast to many Linux distros installs that include many server packages as part of default install so people who're not yet experts sometimes inadvertently enable things they aren't necessarily aware of. This trend was pretty bad in years gone by when some Linux ditro's were competing/prioritizing on "ease" of install and convenience. This resulted in a default install where you'd have to be figuring out what to back out, and how, so it often never got done or at best backburned in favor of the next task management had loaded onto already overworked admin's plates.

BSD's also follow a different develpement model than Linux. Or I should say organizational model. Linux development tends to be much faster paced and sometimes less thoroughly tested stuff gets rolled out sooner than it perhaps should. The upside to this being that bugs are discovered early. The downside being that these bugs are sometimes exploitable. Linux is more willing to take that risk, than, for example OpenBSD.

Additionally, BSD's are a compelte ecosystem: kernel and userland. Whereas Linux is technically only a kernel that subsequently gets packaged into various "Distributions". Hence, I'm of the opinion that the BSD's tend to be more "cohesive" when taken as a whole.

This cohesiveness also extends to documentation. FreeBSD, in particular, has some of the best documentation, e.g. the online FreeBSD Handbook. Well organized and comprehensive. The documentation of various Linux distros can often be much more "haphazard" by comparison, and while some of the commercial distros well documented, the freely available online docs can be more remniscent of a teaser to incentivize management to shell out for a support subscription to get the "good stuff". This is not to say that Linux documentation sucks. Archlinux, for example, has a pretty high quality wiki.

But in the end it really boils down to your objectives. I'm running a Linux desktop because I get better driver support for desktop/workstation use, e.g. video drivers. Also a wider package selection of stuff I want to run on my workstation than, for example, OpenBSD. If I needed to build a dedicated firewall, NID, etc., however, OpenBSD would be my top pick.
 
1 members found this post helpful.
Old 02-11-2014, 07:02 AM   #8
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by gotfw View Post
But in the end it really boils down to your objectives. I'm running a Linux desktop because I get better driver support for desktop/workstation use, e.g. video drivers. Also a wider package selection of stuff I want to run on my workstation than, for example, OpenBSD. If I needed to build a dedicated firewall, NID, etc., however, OpenBSD would be my top pick.
I like the best of both Worlds, so I dual boot Slackware and OpenBSD. Slackware is a very full-featured, mature distro. OpenBSD is a second to none secure BSD.
 
Old 02-11-2014, 10:16 AM   #9
kooru
Senior Member
 
Registered: Sep 2012
Posts: 1,385

Rep: Reputation: 275Reputation: 275Reputation: 275
Quote:
Originally Posted by hitest View Post
I like the best of both Worlds, so I dual boot Slackware and OpenBSD. Slackware is a very full-featured, mature distro. OpenBSD is a second to none secure BSD.
I use Slackware as workstation, NetBSD as server. Great couple.
A day I'd like to invert

Last edited by kooru; 02-11-2014 at 10:19 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
BSD as highly secure server adilturbo *BSD 14 05-15-2008 06:46 PM
Which's More Secure: Vista, Linux, Mac, *BSD & Solaris weblog General 18 01-22-2008 10:21 PM
Does BSD secure levels work well with Linux HGeneAnthony Linux - Security 8 05-05-2006 06:05 AM
I BSD is more secure them linux? maginotjr *BSD 8 08-04-2005 04:23 PM
BSD more secure than Linux? maxut Linux - Enterprise 1 09-09-2004 04:27 PM

LinuxQuestions.org > Forums > Other *NIX Forums > *BSD

All times are GMT -5. The time now is 02:35 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration