mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-20 08:44:10 -04:00
use must manually enable permission-hardening.service
until development finished
This commit is contained in:
parent
fa6f1e1568
commit
a135ae9400
3 changed files with 5 additions and 5 deletions
|
@ -2,3 +2,6 @@
|
||||||
## See the file COPYING for copying conditions.
|
## See the file COPYING for copying conditions.
|
||||||
|
|
||||||
disable hide-hardware-info.service
|
disable hide-hardware-info.service
|
||||||
|
|
||||||
|
## Disable for now until development finished / tested.
|
||||||
|
disable permission-hardening.service
|
||||||
|
|
|
@ -8,9 +8,7 @@ After=local-fs.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
## Disable for now until development finished / tested.
|
ExecStart=/usr/lib/security-misc/permission-hardening
|
||||||
ExecStart=/bin/true
|
|
||||||
#ExecStart=/usr/lib/security-misc/permission-hardening
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sysinit.target
|
WantedBy=sysinit.target
|
||||||
|
|
|
@ -11,8 +11,7 @@ config_file="/etc/permission-hardening.conf"
|
||||||
|
|
||||||
echo_wrapper() {
|
echo_wrapper() {
|
||||||
echo "run: $@"
|
echo "run: $@"
|
||||||
## TODO
|
"$@"
|
||||||
#"$@"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
add_nosuid_statoverride_entry() {
|
add_nosuid_statoverride_entry() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue