snap applications without permissions to write to home directory when using sssd Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)VSFTPD proper permission for root userNo space left on left on Drive after deleting everything. /dev/sda6 100% usedPermission denied when running C programs outside the Home directorywww-data user cannot access the files created by dumpcap application in ubuntuTo create a folder in Desktop without permission denied?How to run Visual Studio Code as rootCannot run snap appNextCloud Wont Launchdiscord Permission ErrorsCan conjure-up be used if not allowed to write in user's home directory?
Did Xerox really develop the first LAN?
Is there a service that would inform me whenever a new direct route is scheduled from a given airport?
How to motivate offshore teams and trust them to deliver?
Is there a "higher Segal conjecture"?
Is the address of a local variable a constexpr?
How to recreate this effect in Photoshop?
When to stop saving and start investing?
Bonus calculation: Am I making a mountain out of a molehill?
Is 1 ppb equal to 1 μg/kg?
How can I make names more distinctive without making them longer?
Can Pao de Queijo, and similar foods, be kosher for Passover?
"Seemed to had" is it correct?
Letter Boxed validator
What happens to sewage if there is no river near by?
Do I really need recursive chmod to restrict access to a folder?
3 doors, three guards, one stone
Should I call the interviewer directly, if HR aren't responding?
Models of set theory where not every set can be linearly ordered
Why constant symbols in a language?
How do I keep my slimes from escaping their pens?
Using et al. for a last / senior author rather than for a first author
What would be the ideal power source for a cybernetic eye?
What are the pros and cons of Aerospike nosecones?
Storing hydrofluoric acid before the invention of plastics
snap applications without permissions to write to home directory when using sssd
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)VSFTPD proper permission for root userNo space left on left on Drive after deleting everything. /dev/sda6 100% usedPermission denied when running C programs outside the Home directorywww-data user cannot access the files created by dumpcap application in ubuntuTo create a folder in Desktop without permission denied?How to run Visual Studio Code as rootCannot run snap appNextCloud Wont Launchdiscord Permission ErrorsCan conjure-up be used if not allowed to write in user's home directory?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have set up sssd and joined my 18.04 LTS workstation to the company domain. Most things work OK except for a couple of snap applications. When trying to run them I get errors creating files in ~/snap.
:~$ skype
cannot create user data directory: /home/[domain]/[user]/snap/skype/48: Permission denied
Skype works if I run it as root, however I would prefer not to do that.
The mail app hiri however refuses to let me write in it even if I club it with chmod -R 777
~$ hiri
cannot create user data directory: /home/[domain]/[user]/snap/hiri/55: Permission denied
What am I missing?
permissions skype snap sssd
add a comment |
I have set up sssd and joined my 18.04 LTS workstation to the company domain. Most things work OK except for a couple of snap applications. When trying to run them I get errors creating files in ~/snap.
:~$ skype
cannot create user data directory: /home/[domain]/[user]/snap/skype/48: Permission denied
Skype works if I run it as root, however I would prefer not to do that.
The mail app hiri however refuses to let me write in it even if I club it with chmod -R 777
~$ hiri
cannot create user data directory: /home/[domain]/[user]/snap/hiri/55: Permission denied
What am I missing?
permissions skype snap sssd
Are[domain]
and[user]
actually there, ,[]
and all, or is this an obfuscation?
– waltinator
Aug 10 '18 at 5:31
Mypathlld
script will show you more information. github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"
– waltinator
Aug 10 '18 at 5:33
Hi waltinator, thanks for the respone. [doman] and [user] are indeed obfuscations. Perhaps I'm being overly cautious there? Output: pastebin.com/WZYstUb6
– Paul O'Rorke
Aug 10 '18 at 21:28
I am seeing this permissions failure with more and more snap apps. Inkscape now. Does anyone know how to fix this? Am I the only one with this issue?
– Paul O'Rorke
Aug 30 '18 at 21:07
add a comment |
I have set up sssd and joined my 18.04 LTS workstation to the company domain. Most things work OK except for a couple of snap applications. When trying to run them I get errors creating files in ~/snap.
:~$ skype
cannot create user data directory: /home/[domain]/[user]/snap/skype/48: Permission denied
Skype works if I run it as root, however I would prefer not to do that.
The mail app hiri however refuses to let me write in it even if I club it with chmod -R 777
~$ hiri
cannot create user data directory: /home/[domain]/[user]/snap/hiri/55: Permission denied
What am I missing?
permissions skype snap sssd
I have set up sssd and joined my 18.04 LTS workstation to the company domain. Most things work OK except for a couple of snap applications. When trying to run them I get errors creating files in ~/snap.
:~$ skype
cannot create user data directory: /home/[domain]/[user]/snap/skype/48: Permission denied
Skype works if I run it as root, however I would prefer not to do that.
The mail app hiri however refuses to let me write in it even if I club it with chmod -R 777
~$ hiri
cannot create user data directory: /home/[domain]/[user]/snap/hiri/55: Permission denied
What am I missing?
permissions skype snap sssd
permissions skype snap sssd
asked Aug 10 '18 at 0:32
Paul O'RorkePaul O'Rorke
283
283
Are[domain]
and[user]
actually there, ,[]
and all, or is this an obfuscation?
– waltinator
Aug 10 '18 at 5:31
Mypathlld
script will show you more information. github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"
– waltinator
Aug 10 '18 at 5:33
Hi waltinator, thanks for the respone. [doman] and [user] are indeed obfuscations. Perhaps I'm being overly cautious there? Output: pastebin.com/WZYstUb6
– Paul O'Rorke
Aug 10 '18 at 21:28
I am seeing this permissions failure with more and more snap apps. Inkscape now. Does anyone know how to fix this? Am I the only one with this issue?
– Paul O'Rorke
Aug 30 '18 at 21:07
add a comment |
Are[domain]
and[user]
actually there, ,[]
and all, or is this an obfuscation?
– waltinator
Aug 10 '18 at 5:31
Mypathlld
script will show you more information. github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"
– waltinator
Aug 10 '18 at 5:33
Hi waltinator, thanks for the respone. [doman] and [user] are indeed obfuscations. Perhaps I'm being overly cautious there? Output: pastebin.com/WZYstUb6
– Paul O'Rorke
Aug 10 '18 at 21:28
I am seeing this permissions failure with more and more snap apps. Inkscape now. Does anyone know how to fix this? Am I the only one with this issue?
– Paul O'Rorke
Aug 30 '18 at 21:07
Are
[domain]
and [user]
actually there, ,[]
and all, or is this an obfuscation?– waltinator
Aug 10 '18 at 5:31
Are
[domain]
and [user]
actually there, ,[]
and all, or is this an obfuscation?– waltinator
Aug 10 '18 at 5:31
My
pathlld
script will show you more information. github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"– waltinator
Aug 10 '18 at 5:33
My
pathlld
script will show you more information. github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"– waltinator
Aug 10 '18 at 5:33
Hi waltinator, thanks for the respone. [doman] and [user] are indeed obfuscations. Perhaps I'm being overly cautious there? Output: pastebin.com/WZYstUb6
– Paul O'Rorke
Aug 10 '18 at 21:28
Hi waltinator, thanks for the respone. [doman] and [user] are indeed obfuscations. Perhaps I'm being overly cautious there? Output: pastebin.com/WZYstUb6
– Paul O'Rorke
Aug 10 '18 at 21:28
I am seeing this permissions failure with more and more snap apps. Inkscape now. Does anyone know how to fix this? Am I the only one with this issue?
– Paul O'Rorke
Aug 30 '18 at 21:07
I am seeing this permissions failure with more and more snap apps. Inkscape now. Does anyone know how to fix this? Am I the only one with this issue?
– Paul O'Rorke
Aug 30 '18 at 21:07
add a comment |
1 Answer
1
active
oldest
votes
The issue is due to the user home folder being part of the domain.
$ sudo dpkg-reconfigure apparmor
Then, specify "/home/[DOMAIN]/" as an additional user home directory.
This should resolve the permission issue for all the applications
New contributor
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1064008%2fsnap-applications-without-permissions-to-write-to-home-directory-when-using-sssd%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The issue is due to the user home folder being part of the domain.
$ sudo dpkg-reconfigure apparmor
Then, specify "/home/[DOMAIN]/" as an additional user home directory.
This should resolve the permission issue for all the applications
New contributor
add a comment |
The issue is due to the user home folder being part of the domain.
$ sudo dpkg-reconfigure apparmor
Then, specify "/home/[DOMAIN]/" as an additional user home directory.
This should resolve the permission issue for all the applications
New contributor
add a comment |
The issue is due to the user home folder being part of the domain.
$ sudo dpkg-reconfigure apparmor
Then, specify "/home/[DOMAIN]/" as an additional user home directory.
This should resolve the permission issue for all the applications
New contributor
The issue is due to the user home folder being part of the domain.
$ sudo dpkg-reconfigure apparmor
Then, specify "/home/[DOMAIN]/" as an additional user home directory.
This should resolve the permission issue for all the applications
New contributor
New contributor
answered Apr 12 at 6:32
Shravya BoggarapuShravya Boggarapu
1012
1012
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1064008%2fsnap-applications-without-permissions-to-write-to-home-directory-when-using-sssd%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are
[domain]
and[user]
actually there, ,[]
and all, or is this an obfuscation?– waltinator
Aug 10 '18 at 5:31
My
pathlld
script will show you more information. github.com/waltinator/pathlld.git - Bash script to answer "Why can't I read/write that file?"– waltinator
Aug 10 '18 at 5:33
Hi waltinator, thanks for the respone. [doman] and [user] are indeed obfuscations. Perhaps I'm being overly cautious there? Output: pastebin.com/WZYstUb6
– Paul O'Rorke
Aug 10 '18 at 21:28
I am seeing this permissions failure with more and more snap apps. Inkscape now. Does anyone know how to fix this? Am I the only one with this issue?
– Paul O'Rorke
Aug 30 '18 at 21:07