sudo in pisi-2.0/main

This commit is contained in:
Ertuğrul Erata
2015-07-19 23:43:10 +03:00
parent d07f6d068e
commit aaf3b479e4
9 changed files with 278 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#%PAM-1.0
auth include sudo
account include sudo
password include sudo
session optional pam_keyinit.so force revoke
session required pam_limits.so
+7
View File
@@ -0,0 +1,7 @@
#%PAM-1.0
auth include system-auth
account include system-auth
password include system-auth
session optional pam_keyinit.so revoke
session required pam_limits.so
+1
View File
@@ -0,0 +1 @@
d /run/sudo 0711 root root -
+32
View File
@@ -0,0 +1,32 @@
# sudoers file.
#
# This file MUST be edited with the 'visudo' command as root.
#
# See the sudoers man page for the details on how to write a sudoers file.
#
# Prevent environment variables from influencing programs in an
# unexpected or harmful way (CVE-2005-2959, CVE-2005-4158, CVE-2006-0151)
Defaults always_set_home
Defaults env_reset
Defaults env_keep = "COLORS DISPLAY HOSTNAME HISTSIZE INPUTRC KDEDIR LS_COLORS"
Defaults env_keep += "MAIL PS1 PS2 QTDIR USERNAME LANG LC_ADDRESS LC_CTYPE"
Defaults env_keep += "LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES"
Defaults env_keep += "LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE"
Defaults env_keep += "LC_TIME LC_ALL LANGUAGE LINGUAS _XKB_CHARSET XAUTHORITY"
#Defaults env_keep += "XDG_SESSION_COOKIE"
# Comment out the preceding line and uncomment the following one if you need
# to use special input methods. This may allow users to compromise the root
# account if they are allowed to run commands without authentication.
#Defaults env_keep = "LANG LC_ADDRESS LC_CTYPE LC_COLLATE LC_IDENTIFICATION LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER LC_TELEPHONE LC_TIME LC_ALL LANGUAGE LINGUAS XDG_SESSION_COOKIE XMODIFIERS GTK_IM_MODULE QT_IM_MODULE QT_IM_SWITCHER"
# User privilege specification
root ALL=(ALL) ALL
# Uncomment to allow people in group wheel to run all commands
%wheel ALL=(ALL) ALL
# Same thing without a password
#%wheel ALL=(ALL) NOPASSWD: ALL
+36
View File
@@ -0,0 +1,36 @@
# sudo.
# Copyright (C) 1993-1996,1998-2004 Todd C. Miller <Todd.Miller@courtesan.com>
# This file is distributed under the same license as the sudo package.
# Bahadır Kandemir <bahadir@pardus.org.tr>, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: sudo\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-12-06 17:24+0200\n"
"PO-Revision-Date: 2011-01-07 10:11+0200\n"
"Last-Translator: Bahadır Kandemir <bahadir@pardus.org.tr>\n"
"Language-Team: Bahadır Kandemir <bahadir@pardus.org.tr>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: check.c:138
msgid ""
"\n"
"We trust you have received the usual lecture from the local System\n"
"Administrator. It usually boils down to these three things:\n"
"\n"
" #1) Respect the privacy of others.\n"
" #2) Think before you type.\n"
" #3) With great power comes great responsibility.\n"
"\n"
msgstr ""
"\n"
"Sistem yöneticinizin gerekli bilgilendirmeyi yaptığını varsayıyoruz.\n"
"Bilgilendirme, genellikle aşağıdaki maddelerle ilgilidir:\n"
"\n"
" #1) Diğerlerinin mahremiyetine saygı gösterin.\n"
" #2) Yazmadan önce düşünün.\n"
" #3) Büyük güç büyük sorumluluk getirir.\n"
"\n"