mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-02-06 09:09:29 +07:00
copyright
This commit is contained in:
parent
f4843b1deb
commit
bb72c1278d
@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
## Copyright (C) 2019 - 2020 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||||
|
## See the file COPYING for copying conditions.
|
||||||
|
|
||||||
if test -x /usr/lib/security-misc/remove-system.map ; then
|
if test -x /usr/lib/security-misc/remove-system.map ; then
|
||||||
/usr/lib/security-misc/remove-system.map
|
/usr/lib/security-misc/remove-system.map
|
||||||
fi
|
fi
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
# Disable coredumps.
|
## Copyright (C) 2019 - 2020 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||||
|
## See the file COPYING for copying conditions.
|
||||||
|
|
||||||
|
## Disable coredumps.
|
||||||
* hard core 0
|
* hard core 0
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<!-- ## Copyright (C) 2019 - 2020 ENCRYPTED SUPPORT LP <adrelanos@riseup.net> -->
|
||||||
|
<!-- ## See the file COPYING for copying conditions. -->
|
||||||
|
|
||||||
<!-- Configuration for Thunar. -->
|
<!-- Configuration for Thunar. -->
|
||||||
<!-- Changes date style to iso format. -->
|
<!-- Changes date style to iso format. -->
|
||||||
<!-- Disable thumbnails. -->
|
<!-- Disable thumbnails. -->
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
//#### Copyright (C) 2019 - 2020 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||||
|
//#### See the file COPYING for copying conditions.
|
||||||
|
|
||||||
//#### meta start
|
//#### meta start
|
||||||
//#### project Whonix and Kicksecure
|
//#### project Whonix and Kicksecure
|
||||||
//#### category security and apps
|
//#### category security and apps
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
## Copyright (C) 2019 - 2020 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||||
|
## See the file COPYING for copying conditions.
|
||||||
|
|
||||||
if ! passwd_output="$(passwd -S "$PAM_USER" 2>/dev/null)" ; then
|
if ! passwd_output="$(passwd -S "$PAM_USER" 2>/dev/null)" ; then
|
||||||
echo "$0: ERROR: user \"$PAM_USER\" does not exist." >&2
|
echo "$0: ERROR: user \"$PAM_USER\" does not exist." >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user