Patrick Schleizer
7e0f1a8701
dpkg-statoverride can actually handle '--file-name'.
2024-07-26 09:08:04 -04:00
Patrick Schleizer
ee037c01a1
Skip file names starting with '--',
...
because this would be interpreted by dpkg-statoverride as an option.
2024-07-26 08:58:44 -04:00
Patrick Schleizer
82d401a7de
sanity test
2024-07-26 08:52:42 -04:00
Patrick Schleizer
0e661bc688
output
2024-07-26 08:49:14 -04:00
Patrick Schleizer
d144f68d1a
output
2024-07-26 08:46:08 -04:00
Patrick Schleizer
05504b9ab2
minor
2024-07-26 08:40:10 -04:00
Patrick Schleizer
d96c0633d4
more use of end of options
2024-07-26 08:39:11 -04:00
Patrick Schleizer
8e40c10c31
comment
2024-07-26 08:31:17 -04:00
Patrick Schleizer
f2c9c2f5d1
output
2024-07-26 08:26:16 -04:00
Patrick Schleizer
2b40ea75e9
cleanup
2024-07-26 08:24:23 -04:00
Patrick Schleizer
6f0551b944
refactoring
2024-07-26 08:23:54 -04:00
Patrick Schleizer
aac450f808
refactoring
2024-07-26 08:22:04 -04:00
Patrick Schleizer
30f46790a4
use end of options whenever possible
2024-07-26 08:21:21 -04:00
Patrick Schleizer
95722d6d79
use long option name
2024-07-26 08:13:33 -04:00
Patrick Schleizer
19f131c742
code simplification
...
https://github.com/Kicksecure/security-misc/pull/251
2024-07-26 08:07:08 -04:00
Patrick Schleizer
9694cf0cd1
output
2024-07-26 07:43:59 -04:00
Ben Grande
652a06c8e9
Only print SUID or SGID values when set
2024-07-25 12:37:21 +02:00
Ben Grande
3b8a3f9b83
Unduplicate stat call
2024-07-25 12:20:16 +02:00
Patrick Schleizer
9231f05891
todo
2024-07-24 13:31:49 -04:00
Patrick Schleizer
4cc1289e89
output
2024-07-24 13:30:30 -04:00
Patrick Schleizer
10c73b326f
fix delimiter parsing
2024-07-24 12:07:26 -04:00
Patrick Schleizer
a16dd8474b
sanity test
2024-07-24 11:50:30 -04:00
Patrick Schleizer
cc2b335ee6
cleanup
2024-07-24 11:48:32 -04:00
Patrick Schleizer
6cadc70a96
output
2024-07-24 11:47:52 -04:00
Patrick Schleizer
cda0d26af7
cannot use NULL inside a bash variable
...
use custom delimiter instead
2024-07-24 11:45:13 -04:00
Patrick Schleizer
4a5312b3a9
output
2024-07-24 11:27:51 -04:00
Patrick Schleizer
3bf1f26c0b
downgrade warning of non-existing folders to info
...
to avoid all users by default getting a warning for expected non-existing folders
2024-07-24 11:20:26 -04:00
Patrick Schleizer
151ca659a9
output
2024-07-24 11:19:15 -04:00
Patrick Schleizer
c9fd2ceb61
downgrade warning of non-existing files to info
...
to avoid all users by default getting a warning for expected non-existing files
2024-07-24 11:13:35 -04:00
Patrick Schleizer
721392901b
remove duplicate test
2024-07-24 11:12:39 -04:00
Patrick Schleizer
9712b5b4e3
output
2024-07-24 11:12:18 -04:00
Patrick Schleizer
00911df5c1
modify call of stat to use NUL delimiter
...
for more robust string parsing
2024-07-24 11:10:56 -04:00
Patrick Schleizer
d536683511
local clean_output_prefix clean_output
2024-07-24 11:03:28 -04:00
Patrick Schleizer
a6e517736b
local stat_output
2024-07-24 11:02:25 -04:00
Patrick Schleizer
ced02fb9e0
add sanity test for file_name output from stat
2024-07-24 11:01:24 -04:00
Patrick Schleizer
b9dfe70a01
check first if file_name is empty
2024-07-24 10:58:05 -04:00
Patrick Schleizer
1cbda79981
check first if array is empty before parsing further
2024-07-24 10:57:13 -04:00
Patrick Schleizer
a077ae54ea
modify call of stat to use NUL delimiter
...
for more robust string parsing
2024-07-24 10:56:08 -04:00
Patrick Schleizer
7200e9bd8c
output
2024-07-24 09:15:02 -04:00
Ben Grande
8be21b6eff
Handle newlines in file names
2024-07-23 19:36:12 +02:00
Ben Grande
aa99de68d3
Log output with defined levels
2024-07-23 18:50:16 +02:00
Ben Grande
06fbcdac1d
Prettify log messages
2024-07-23 09:55:02 +02:00
Ben Grande
7ee1ea2cc7
Unify functions that evaluate commands
2024-07-22 17:06:07 +02:00
Ben Grande
9c3566f524
Delimit file names with null terminator
2024-07-22 16:56:42 +02:00
Ben Grande
b7796a5334
Unify method to find SUID files
2024-07-11 11:04:22 +02:00
Patrick Schleizer
0efee2f50f
usrmerge
...
fixes https://github.com/Kicksecure/security-misc/issues/190
2024-01-17 13:39:56 -05:00
Patrick Schleizer
3ba8fe586e
update permission-hardener.service
...
Which is now only an additional opt-in systemd unit,
because permission-hardener is run by default at security-misc
package installation time.
https://github.com/Kicksecure/security-misc/pull/181
2024-01-16 09:23:54 -05:00
Ben Grande
bc02c72018
Fix unbound variable
...
- Run messages preceded by INFO;
- Comment unknown unused variables;
- Remove unnecessary variables; and
- Deal with unbound variable due to subshell by writing to a file;
2024-01-02 17:08:45 +01:00
Ben Grande
abf72c2ee4
Rename file permission hardening script
...
Hardener as the script is the agent that is hardening the file
permissions.
2024-01-02 13:34:29 +01:00