saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -26,13 +26,13 @@
|
||||
# MaxOpenFilesForUser 20 #limit user to open x files on same time
|
||||
# MaxWriteFilesForUser 10 #limit user to x upload on same time
|
||||
# MaxReadFilesForUser 10 #limit user to x download on same time
|
||||
DefaultRights 0664 0775 #Set default rights for new file and new directory
|
||||
DefaultRights 0640 0770 #Set default rights for new file and new directory
|
||||
# MinimumRights 0400 0700 #Set minimum rights for files and dirs
|
||||
|
||||
# PathDenyFilter "^\." #deny upload of directory/file which match this extented POSIX regex
|
||||
|
||||
ShowLinksAsLinks false #show links as their destinations
|
||||
# ConnectionMaxLife 1d #limits connection lifetime to 1 day
|
||||
ConnectionMaxLife 1d #limits connection lifetime to 1 day
|
||||
|
||||
# Charset "ISO-8859-15" #set charset of computer
|
||||
# GMTTime +1 #set GMT Time (change if necessary)
|
||||
|
||||
@@ -109,7 +109,7 @@ PermitTunnel no
|
||||
ChrootDirectory none
|
||||
VersionAddendum Fuck_Off!
|
||||
|
||||
AllowUsers root vampi madalin sonykss smiti sara
|
||||
AllowUsers root vampi madalin smiti sara laser
|
||||
Banner /etc/issue.net
|
||||
|
||||
# Accept locale-related environment variables
|
||||
@@ -120,6 +120,7 @@ AcceptEnv XMODIFIERS
|
||||
|
||||
# override default of no subsystems
|
||||
Subsystem sftp /usr/libexec/openssh/sftp-server -f AUTHPRIV -l INFO
|
||||
#Subsystem sftp internal-sftp
|
||||
|
||||
### Example of overriding settings on a per-user basis
|
||||
Match User root
|
||||
@@ -134,11 +135,11 @@ Match User vampi
|
||||
Match User madalin
|
||||
PermitTTY yes
|
||||
|
||||
Match User sonykss
|
||||
PermitTTY yes
|
||||
|
||||
Match User smiti
|
||||
PermitTTY yes
|
||||
|
||||
Match user sara
|
||||
PermitTTY yes
|
||||
|
||||
Match user laser
|
||||
PermitTTY yes
|
||||
|
||||
Reference in New Issue
Block a user