unix and linux commands - unix shell scripting

DHS Cybersecurity help/resource

 
Thread Tools Search this Thread
# 1  
Old 03-16-2009
DHS Cybersecurity help/resource

Recently there has been a bit of a debate, around the US, anyway, about whether the NSA or the DHS should have responsibility for cybersecurity.

One of the points raised is that the NSA shouldn't take on that job, since cybersecurity involves helping "ordinary" people and companies secure their own systems.  (In the modern environment, silo/bastion thinking doesn't work in security: now, that fact that I have a virus means you have a problem.)  And the NSA has proven itself singularly loath to tell anything to anyone.

DHS has, on the other hand, set up a cybersecurity resource.  Check it out.  (It'll only take a couple of seconds.)

Back?  Pretty pathetic, isn't it?  Maybe the NSA should take over.  They could hardly do worse ...

Image
Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

Human Cyber Consciousness: The Next Frontier in Cybersecurity

FYI, I am planning to release the first book in a new mini-series the end of May: Pre-Order Cancelled. See this update. (Cyberspace Situational Awareness Book 1) https://www.unix.com/members/1-albums215-picture844.jpg If anyone want to write a short book for this mini-series, or... (3 Replies)
Discussion started by: Neo
3 Replies

2. What is on Your Mind?

Cybersecurity - Wordpress Plugin Developer Wanted

https://www.unix.com/members/1-albums112-picture680.png (0 Replies)
Discussion started by: Neo
0 Replies
Login or Register to Ask a Question
SEMODULE_EXPAND(8)							NSA							SEMODULE_EXPAND(8)

NAME
semodule_expand - Expand a SELinux policy module package. SYNOPSIS
semodule_expand [-V ] [ -a ] [ -c [version]] basemodpkg outputfile DESCRIPTION
semodule_expand is a developer tool for manually expanding a base policy module package into a kernel binary policy file. This tool is not necessary for normal operation of SELinux. In normal operation, such expanding is performed internally by libsemanage in response to semodule commands. Base policy module packages can be created directly by semodule_package or by semodule_link (when linking together a set of packages into a single package). OPTIONS
-V show version -c [version] policy version to create -a Do not check assertions. This will cause the policy to not check any neverallow rules. SEE ALSO
checkmodule(8), semodule_package(8), semodule(8), semodule_link(8) (8), AUTHORS
This manual page was written by Dan Walsh <dwalsh@redhat.com>. The program was written by Karl MacMillan <kmacmillan@tresys.com>, Joshua Brindle <jbrindle@tresys.com> Security Enhanced Linux Nov 2005 SEMODULE_EXPAND(8)