mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
fix
This commit is contained in:
parent
7112eac3be
commit
a7629b98cf
@ -180,7 +180,7 @@ _tmp() {
|
|||||||
_var() {
|
_var() {
|
||||||
mount_folder="$NEWROOT/var"
|
mount_folder="$NEWROOT/var"
|
||||||
## noexec: Not possible. Reason:
|
## noexec: Not possible. Reason:
|
||||||
## Debian stores executable maintainer scripts in /var/lib/dpkg/info/ folder.
|
## Debian stores executable maintainer scripts in /var/lib/dpkg/info folder.
|
||||||
intended_mount_options="nosuid,nodev"
|
intended_mount_options="nosuid,nodev"
|
||||||
remount_secure "$@"
|
remount_secure "$@"
|
||||||
}
|
}
|
||||||
|
@ -9,3 +9,6 @@ security-misc: no-manual-page [usr/bin/pkexec.security-misc]
|
|||||||
|
|
||||||
## Non-ideal but still a good solution.
|
## Non-ideal but still a good solution.
|
||||||
security-misc: file-in-unusual-dir [var/cache/security-misc/state-files/placeholder]
|
security-misc: file-in-unusual-dir [var/cache/security-misc/state-files/placeholder]
|
||||||
|
|
||||||
|
## False-positive. Just a comment mentioning dpkg's folder.
|
||||||
|
security-misc: uses-dpkg-database-directly [usr/bin/remount-secure]
|
||||||
|
Loading…
Reference in New Issue
Block a user