mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-08-02 16:06:08 -04:00
move /usr/lib/security-misc to /usr/libexec/security-misc as per lintian FHS
This commit is contained in:
parent
4fadaad8c0
commit
50bdd097df
20 changed files with 57 additions and 57 deletions
|
@ -3,6 +3,6 @@
|
|||
## Copyright (C) 2019 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
if [ -x /usr/lib/security-misc/panic-on-oops ]; then
|
||||
sudo --non-interactive /usr/lib/security-misc/panic-on-oops
|
||||
if [ -x /usr/libexec/security-misc/panic-on-oops ]; then
|
||||
sudo --non-interactive /usr/libexec/security-misc/panic-on-oops
|
||||
fi
|
||||
|
|
|
@ -3,6 +3,6 @@
|
|||
## Copyright (C) 2019 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
if test -x /usr/lib/security-misc/remove-system.map ; then
|
||||
/usr/lib/security-misc/remove-system.map
|
||||
if test -x /usr/libexec/security-misc/remove-system.map ; then
|
||||
/usr/libexec/security-misc/remove-system.map
|
||||
fi
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
## See the file COPYING for copying conditions.
|
||||
|
||||
## REVIEW: is it ok that users can find out the PATH setting of root?
|
||||
#%sudo ALL=NOPASSWD: /usr/lib/security-misc/echo-path
|
||||
#%sudo ALL=NOPASSWD: /usr/libexec/security-misc/echo-path
|
||||
|
||||
## xfpm-power-backlight-helper demands environment variable PKEXEC_UID to be
|
||||
## set. Would otherwise error out with the following error message:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
## Copyright (C) 2012 - 2021 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
user ALL=NOPASSWD: /usr/lib/security-misc/panic-on-oops
|
||||
%sudo ALL=NOPASSWD: /usr/lib/security-misc/panic-on-oops
|
||||
user ALL=NOPASSWD: /usr/libexec/security-misc/panic-on-oops
|
||||
%sudo ALL=NOPASSWD: /usr/libexec/security-misc/panic-on-oops
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue