Security mechanisms of Debian and CentOS [closed]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Are SELinux, FirewallD and Iptables preinstalled on Debian - Stretch (9 or 9.2) and CentOS (7.4-1708), or do I have to manually install them?
Or where can I find it out?
Thanks for all your answers.
debian centos iptables selinux firewalld
closed as too broad by sebasth, Basile Starynkevitch, Stephen Rauch, Kusalananda, GAD3R Oct 8 '17 at 16:42
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |Â
up vote
0
down vote
favorite
Are SELinux, FirewallD and Iptables preinstalled on Debian - Stretch (9 or 9.2) and CentOS (7.4-1708), or do I have to manually install them?
Or where can I find it out?
Thanks for all your answers.
debian centos iptables selinux firewalld
closed as too broad by sebasth, Basile Starynkevitch, Stephen Rauch, Kusalananda, GAD3R Oct 8 '17 at 16:42
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
The answer to this may change over releases of these distributions; can you pin your question to specific versions?
â Jeff Schaller
Oct 8 '17 at 14:17
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Are SELinux, FirewallD and Iptables preinstalled on Debian - Stretch (9 or 9.2) and CentOS (7.4-1708), or do I have to manually install them?
Or where can I find it out?
Thanks for all your answers.
debian centos iptables selinux firewalld
Are SELinux, FirewallD and Iptables preinstalled on Debian - Stretch (9 or 9.2) and CentOS (7.4-1708), or do I have to manually install them?
Or where can I find it out?
Thanks for all your answers.
debian centos iptables selinux firewalld
debian centos iptables selinux firewalld
edited Oct 8 '17 at 14:43
asked Oct 8 '17 at 14:12
Vili
11
11
closed as too broad by sebasth, Basile Starynkevitch, Stephen Rauch, Kusalananda, GAD3R Oct 8 '17 at 16:42
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by sebasth, Basile Starynkevitch, Stephen Rauch, Kusalananda, GAD3R Oct 8 '17 at 16:42
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
3
The answer to this may change over releases of these distributions; can you pin your question to specific versions?
â Jeff Schaller
Oct 8 '17 at 14:17
add a comment |Â
3
The answer to this may change over releases of these distributions; can you pin your question to specific versions?
â Jeff Schaller
Oct 8 '17 at 14:17
3
3
The answer to this may change over releases of these distributions; can you pin your question to specific versions?
â Jeff Schaller
Oct 8 '17 at 14:17
The answer to this may change over releases of these distributions; can you pin your question to specific versions?
â Jeff Schaller
Oct 8 '17 at 14:17
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
On Debian/Sid (and probably recent versions of stable Debian) you have the following packages:
p selinux-basics - SELinux basic support
p selinux-policy-default - Strict and Targeted variants of the SELinux policy
p selinux-policy-dev - Headers from the SELinux reference policy for
building modules
p selinux-policy-doc - Documentation for the SELinux reference policy
p selinux-policy-mls - MLS (Multi Level Security) variant of the SELinux policy
p selinux-policy-src - Source of the SELinux reference policy for customization
p selinux-utils - SELinux utility programs
i iptables - administration tools for packet filtering and NAT
p iptables-converter - convert iptables-commands from a file
to iptables-save format
p iptables-converter-doc - sphinx documentation for iptables-converter
p iptables-dev - transitional dummy package
p iptables-nftables-compat - iptables compat tools for nftables
p iptables-optimizer - sort iptables rules by packet counters
and many others (obtained with aptitude search
). Of course you need to install them.
2
AppArmor is also supported on Debian.
â sebasth
Oct 8 '17 at 14:51
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
On Debian/Sid (and probably recent versions of stable Debian) you have the following packages:
p selinux-basics - SELinux basic support
p selinux-policy-default - Strict and Targeted variants of the SELinux policy
p selinux-policy-dev - Headers from the SELinux reference policy for
building modules
p selinux-policy-doc - Documentation for the SELinux reference policy
p selinux-policy-mls - MLS (Multi Level Security) variant of the SELinux policy
p selinux-policy-src - Source of the SELinux reference policy for customization
p selinux-utils - SELinux utility programs
i iptables - administration tools for packet filtering and NAT
p iptables-converter - convert iptables-commands from a file
to iptables-save format
p iptables-converter-doc - sphinx documentation for iptables-converter
p iptables-dev - transitional dummy package
p iptables-nftables-compat - iptables compat tools for nftables
p iptables-optimizer - sort iptables rules by packet counters
and many others (obtained with aptitude search
). Of course you need to install them.
2
AppArmor is also supported on Debian.
â sebasth
Oct 8 '17 at 14:51
add a comment |Â
up vote
1
down vote
On Debian/Sid (and probably recent versions of stable Debian) you have the following packages:
p selinux-basics - SELinux basic support
p selinux-policy-default - Strict and Targeted variants of the SELinux policy
p selinux-policy-dev - Headers from the SELinux reference policy for
building modules
p selinux-policy-doc - Documentation for the SELinux reference policy
p selinux-policy-mls - MLS (Multi Level Security) variant of the SELinux policy
p selinux-policy-src - Source of the SELinux reference policy for customization
p selinux-utils - SELinux utility programs
i iptables - administration tools for packet filtering and NAT
p iptables-converter - convert iptables-commands from a file
to iptables-save format
p iptables-converter-doc - sphinx documentation for iptables-converter
p iptables-dev - transitional dummy package
p iptables-nftables-compat - iptables compat tools for nftables
p iptables-optimizer - sort iptables rules by packet counters
and many others (obtained with aptitude search
). Of course you need to install them.
2
AppArmor is also supported on Debian.
â sebasth
Oct 8 '17 at 14:51
add a comment |Â
up vote
1
down vote
up vote
1
down vote
On Debian/Sid (and probably recent versions of stable Debian) you have the following packages:
p selinux-basics - SELinux basic support
p selinux-policy-default - Strict and Targeted variants of the SELinux policy
p selinux-policy-dev - Headers from the SELinux reference policy for
building modules
p selinux-policy-doc - Documentation for the SELinux reference policy
p selinux-policy-mls - MLS (Multi Level Security) variant of the SELinux policy
p selinux-policy-src - Source of the SELinux reference policy for customization
p selinux-utils - SELinux utility programs
i iptables - administration tools for packet filtering and NAT
p iptables-converter - convert iptables-commands from a file
to iptables-save format
p iptables-converter-doc - sphinx documentation for iptables-converter
p iptables-dev - transitional dummy package
p iptables-nftables-compat - iptables compat tools for nftables
p iptables-optimizer - sort iptables rules by packet counters
and many others (obtained with aptitude search
). Of course you need to install them.
On Debian/Sid (and probably recent versions of stable Debian) you have the following packages:
p selinux-basics - SELinux basic support
p selinux-policy-default - Strict and Targeted variants of the SELinux policy
p selinux-policy-dev - Headers from the SELinux reference policy for
building modules
p selinux-policy-doc - Documentation for the SELinux reference policy
p selinux-policy-mls - MLS (Multi Level Security) variant of the SELinux policy
p selinux-policy-src - Source of the SELinux reference policy for customization
p selinux-utils - SELinux utility programs
i iptables - administration tools for packet filtering and NAT
p iptables-converter - convert iptables-commands from a file
to iptables-save format
p iptables-converter-doc - sphinx documentation for iptables-converter
p iptables-dev - transitional dummy package
p iptables-nftables-compat - iptables compat tools for nftables
p iptables-optimizer - sort iptables rules by packet counters
and many others (obtained with aptitude search
). Of course you need to install them.
answered Oct 8 '17 at 14:48
Basile Starynkevitch
7,9231940
7,9231940
2
AppArmor is also supported on Debian.
â sebasth
Oct 8 '17 at 14:51
add a comment |Â
2
AppArmor is also supported on Debian.
â sebasth
Oct 8 '17 at 14:51
2
2
AppArmor is also supported on Debian.
â sebasth
Oct 8 '17 at 14:51
AppArmor is also supported on Debian.
â sebasth
Oct 8 '17 at 14:51
add a comment |Â
3
The answer to this may change over releases of these distributions; can you pin your question to specific versions?
â Jeff Schaller
Oct 8 '17 at 14:17