summaryrefslogtreecommitdiff
path: root/src/sdpd-server.c
diff options
context:
space:
mode:
authorBrian Gix <brian.gix@intel.com>2021-02-23 10:46:15 -0800
committerBrian Gix <brian.gix@intel.com>2021-02-23 16:59:46 -0800
commita508def9a91abc5ba16bbc64169e76974130db76 (patch)
treea95bbff579d5f6d1011f66d9282643d16c92870c /src/sdpd-server.c
parent0fea1b365a81e88279f21ce030fc5a3ad8b61ea9 (diff)
downloadbluez-a508def9a91abc5ba16bbc64169e76974130db76.tar.gz
src: Cleanup deprecated symbolic file permissions
Diffstat (limited to 'src/sdpd-server.c')
-rw-r--r--src/sdpd-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdpd-server.c b/src/sdpd-server.c
index dfd8b1f00..306b92a44 100644
--- a/src/sdpd-server.c
+++ b/src/sdpd-server.c
@@ -130,7 +130,7 @@ static int init_server(uint16_t mtu, int master, int compat)
return -1;
}
- chmod(SDP_UNIX_PATH, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
+ chmod(SDP_UNIX_PATH, 0660);
return 0;
}