You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.11/flaggie", line 8, in <module>
sys.exit(entry_point())
^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/flaggie/__main__.py", line 367, in entry_point
sys.exit(main(*sys.argv))
^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/flaggie/__main__.py", line 347, in main
save_config_files(config_files, confirm_cb=confirm_cb)
File "/usr/lib/python3.11/site-packages/flaggie/config.py", line 193, in save_config_files
with tempfile.NamedTemporaryFile(mode="w",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/tempfile.py", line 563, in NamedTemporaryFile
file = _io.open(dir, mode, buffering=buffering,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/tempfile.py", line 560, in opener
fd, name = _mkstemp_inner(dir, prefix, suffix, flags, output_type)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/tempfile.py", line 256, in _mkstemp_inner
fd = _os.open(file, flags, 0o600)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
PermissionError: [Errno 13] Permission denied: '/etc/portage/package.use/tmplx_mj8wo'
What I did:
What I got:
What I expected
Can we just write out to
/tmp
instead? I don't always want to invoke Flaggie from a user that can actually write to/etc/portage/package.use
The text was updated successfully, but these errors were encountered: