master #36

Merged
asmeron merged 6 commits from YanTheKaller/libublsettings:master into master 12 months ago
Collaborator
There is no content yet.
YanTheKaller added 2 commits 12 months ago
user-166 requested changes 12 months ago
FILE *file = fopen(file_path,"w");
struct passwd *user = getpwnam(yon_ubl_root_user_get());
chown(file_path,user->pw_uid,user->pw_gid);
chmod(file_path,0777);
Collaborator

Тут действительно нужны 777, а не 775?

Тут действительно нужны 777, а не 775?
Poster
Collaborator

775 значит ставить везде?

775 значит ставить везде?
Poster
Collaborator

или если поменять владельца с рута на пользователя, то это можно уже не делать?

или если поменять владельца с рута на пользователя, то это можно уже не делать?
YanTheKaller added 1 commit 12 months ago
Poster
Collaborator
https://gitea.ublinux.ru/Applications/libublsettings/commit/cf0913d1d5c826fa5102f31cd3ca64c02a720e73
YanTheKaller added 1 commit 12 months ago
YanTheKaller added 2 commits 12 months ago
user-166 approved these changes 12 months ago
asmeron merged commit 9e161b53e1 into master 12 months ago

Reviewers

user-166 approved these changes 12 months ago
The pull request has been merged as 9e161b53e1.
Sign in to join this conversation.
Loading…
There is no content yet.