9f0e32eab4
Move content from stx-gplv3 into stx-integ Packages will be relocated to stx-integ: base/ anaconda crontabs dnsmasq rsync database/ python-psycopg2 filesystem/ parted grub/ grub2 security/ python-keyring Change-Id: I17163dbff41222985a29228a8b42c919a86d1e67 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
13 lines
554 B
Diff
13 lines
554 B
Diff
Index: keyring-5.3/keyring/backends/file.py
|
|
===================================================================
|
|
--- keyring-5.3.orig/keyring/backends/file.py
|
|
+++ keyring-5.3/keyring/backends/file.py
|
|
@@ -151,6 +151,7 @@ class BaseKeyring(FileBacked, KeyringBac
|
|
pass
|
|
# must have the lock file with the correct group permissisions g+rw
|
|
os.chmod(lockdir + "/" + lockfile, stat.S_IRWXG | stat.S_IRWXU)
|
|
+ os.chown(lockdir + "/" + lockfile,-1,345)
|
|
|
|
|
|
def delete_password(self, service, username):
|