Fully deprecate <mount_point>/.core folder

Symlinks are preserved for backwards compatibility
This commit is contained in:
topjohnwu
2018-11-15 22:55:28 -05:00
parent ee4548230b
commit 572e078d87
4 changed files with 49 additions and 42 deletions
-3
View File
@@ -20,9 +20,6 @@
#include "selinux.h"
#include "flags.h"
int setup_done = 0;
int seperate_vendor = 0;
static void get_client_cred(int fd, struct ucred *cred) {
socklen_t ucred_length = sizeof(*cred);
if(getsockopt(fd, SOL_SOCKET, SO_PEERCRED, cred, &ucred_length))