mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-27 23:39:28 -05:00
Update control
This commit is contained in:
parent
ce97e5ed82
commit
ec5fcf813b
7
debian/control
vendored
7
debian/control
vendored
@ -84,6 +84,13 @@ Description: enhances misc security settings
|
|||||||
* Bluetooth is blacklisted to reduce attack surface. Bluetooth also has
|
* Bluetooth is blacklisted to reduce attack surface. Bluetooth also has
|
||||||
a history of security concerns.
|
a history of security concerns.
|
||||||
https://en.wikipedia.org/wiki/Bluetooth#History_of_security_concerns
|
https://en.wikipedia.org/wiki/Bluetooth#History_of_security_concerns
|
||||||
|
.
|
||||||
|
* A systemd service restricts /proc/cpuinfo, /proc/bus, /proc/scsi and
|
||||||
|
/sys to the root user only. This hides a lot of hardware identifiers from
|
||||||
|
unprivileged users and increases security as /sys exposes a lot of information
|
||||||
|
that shouldn't be accessible to unprivileged users. As this will break many
|
||||||
|
things, it is disabled by default and can optionally be enabled by running
|
||||||
|
`systemctl enable hide-hardware-info.service` as root.
|
||||||
.
|
.
|
||||||
Uncommon network protocols are blacklisted:
|
Uncommon network protocols are blacklisted:
|
||||||
These are rarely used and may have unknown vulnerabilities.
|
These are rarely used and may have unknown vulnerabilities.
|
||||||
|
Loading…
Reference in New Issue
Block a user