mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-24 05:49:54 -05:00
remove unicode
This commit is contained in:
parent
fcaec49675
commit
55d16e1602
@ -400,7 +400,7 @@ executing `systemctl enable hide-hardware-info.service` as root.
|
||||
|
||||
* Linux Kernel Runtime Guard (LKRG)
|
||||
* tirdad - TCP ISN CPU Information Leak Protection.
|
||||
* Kicksecure ™ - a security-hardened Linux Distribution
|
||||
* Kicksecure (TM) - a security-hardened Linux Distribution
|
||||
* And more.
|
||||
* https://www.kicksecure.com/wiki/Linux_Kernel_Runtime_Guard_LKRG
|
||||
* https://github.com/Kicksecure/tirdad
|
||||
|
@ -6,6 +6,6 @@
|
||||
## configuration. When security-misc is updated, this file may be overwritten.
|
||||
|
||||
## required for performing password validation from unprivileged user
|
||||
## processes such as KScreenLocker’s unlock prompt
|
||||
## processes such as KScreenLocker's unlock prompt
|
||||
/usr/sbin/unix_chkpwd exactwhitelist
|
||||
/sbin/unix_chkpwd exactwhitelist
|
||||
|
@ -464,7 +464,7 @@ set_file_perms() {
|
||||
parse_config_folder() {
|
||||
# Query contents of password and group databases only once and buffer them
|
||||
#
|
||||
# If we don’t buffer we sometimes get incorrect results when checking for entries using
|
||||
# If we don't buffer we sometimes get incorrect results when checking for entries using
|
||||
# `if getent passwd | grep -q '^root:'; …` since `grep` exits after the first match in
|
||||
# this case causing `getent` to receive SIGPIPE, which then fails the pipeline since
|
||||
# `set -o pipefail` is set for this script.
|
||||
|
Loading…
x
Reference in New Issue
Block a user