X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-devtools%2Fpython%2Ffiles%2Fpython-keyring%2Fchown_keyringlock_file.patch;fp=meta-starlingx%2Fmeta-stx-cloud%2Frecipes-devtools%2Fpython%2Ffiles%2Fpython-keyring%2Fchown_keyringlock_file.patch;h=0000000000000000000000000000000000000000;hb=6fc6934434f70595536a387ece31bc30141cafb5;hp=28c56bc67caa0c110b9ff389e0b87b9e5dd9ea8e;hpb=eb1e26510491ba49de693ab3b0498edcb06be6c5;p=pti%2Frtp.git diff --git a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/files/python-keyring/chown_keyringlock_file.patch b/meta-starlingx/meta-stx-cloud/recipes-devtools/python/files/python-keyring/chown_keyringlock_file.patch deleted file mode 100644 index 28c56bc..0000000 --- a/meta-starlingx/meta-stx-cloud/recipes-devtools/python/files/python-keyring/chown_keyringlock_file.patch +++ /dev/null @@ -1,12 +0,0 @@ -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):