0% found this document useful (0 votes)
31 views2 pages

Security-Enhanced Linux (Selinux) Is That Provides A Mechanism For Supporting Access Control Security Policies. (/Etc/Selinux/Config)

To start a Wi-Fi hotspot on Windows through the command line, enter "netsh wlan set hostednetwork mode=allow ssid=Hotspot_Name key=Password" and "netsh wlan start hostednetwork". SELinux is a Linux kernel security module that provides mandatory access control policies and allows enforcing access denials. The Haxe toolkit allows writing code once that can be converted to many programming languages.

Uploaded by

datta ikhe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
31 views2 pages

Security-Enhanced Linux (Selinux) Is That Provides A Mechanism For Supporting Access Control Security Policies. (/Etc/Selinux/Config)

To start a Wi-Fi hotspot on Windows through the command line, enter "netsh wlan set hostednetwork mode=allow ssid=Hotspot_Name key=Password" and "netsh wlan start hostednetwork". SELinux is a Linux kernel security module that provides mandatory access control policies and allows enforcing access denials. The Haxe toolkit allows writing code once that can be converted to many programming languages.

Uploaded by

datta ikhe
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

To start hotspot on windows through command line : -

o Enter into cmd prompt


#netsh wlan set hostednetwork mode=allow
ssid=Hotspot_Name key=Password
#netsh wlan start hostednetwork

---------------------------------------------------------------------------------------------------------------------
---------------------

If Network Setting disappears after reboot, In order to sustain that setting edit
/etc/sysconfig/network-scripts/ifcfg-eth0 & make ONBOOT=yes
Security-Enhanced Linux (SELinux) is a Linux kernel security module that provides a
mechanism for supporting access control security policies. (/etc/selinux/config)
o flexible mandatory access control architecture
o Provides general support for the enforcement of many kinds of mandatory
access control policies such as Type Enforcement, Role- Based Access Control,
and Multi-Level Security.
o The disabled option completely disable the SELinux kernel and application code,
leaving the system running without any SELinux protection. The permissive
option enables the SELinux code, but causes it to operate in a mode where
accesses that would be denied by policy are permitted but audited. The enforcing
option enables the SELinux code and causes it to enforce access denials as well
as auditing them
o SELinux allows for multiple policies to be installed on the system, but only one
policy may be active at any given time. At present, two kinds of SELinux policy
exist: targeted and strict. The targeted policy is designed as a policy where most
processes operate without restrictions, and only specific services are placed into
distinct security domains that are confined by the policy.
o You can define which policy you will run by setting the SELINUXTYPE
environment variable within /etc/selinux/config. The corresponding policy
configuration for each such policy must be installed in the
/etc/selinux/SELINUXTYPE/ directories.
o NOTE:-
FILE LABELING
all files, directories, devices ... have a security context/label associated
with them. These context are stored in the extended attributes of the file
system.
Problems with SELinux often arise from the file system being mislabeled.
This can be caused by booting the machine with a non selinux kernel. If
you see an error message containing file_t, that is usually a good
indicator that you have a serious problem with file system labeling.

The best way to relabel the file system is to create the flag file
/.autorelabel and reboot. system-config-selinux, also has this capability.
Haxe toolkit (Open source) : Write once, convert to many Languages.


Openstack Configuration

#packstack --allinone --os-quantum-install=y --provision-
demo=n --provision-all-in-one-ovs-bridge=n

You might also like