mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-12-26 01:09:26 -05:00
Create remove-system.map
This commit is contained in:
parent
01c839c815
commit
382e336f69
6
usr/lib/security-misc/remove-system.map
Normal file
6
usr/lib/security-misc/remove-system.map
Normal file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Removes the System.map files as they are only used for debugging or malware.
|
||||
if [ -f /boot/System.map-* ]; then
|
||||
rm /boot/System.map-*
|
||||
fi
|
Loading…
Reference in New Issue
Block a user