From: Dongkyun Son Date: Wed, 8 Jan 2025 01:58:26 +0000 (+0900) Subject: smack: remove unused macro definitions X-Git-Tag: accepted/tizen/unified/20250108.103339^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fcore%2Fsystem%2Fswap-manager.git smack: remove unused macro definitions Change-Id: I3c821f21e09a4d5aa0d9ebfbd08466dbe02d5957 Signed-off-by: Dongkyun Son --- diff --git a/daemon/smack.c b/daemon/smack.c index c77d1c0..eaa8465 100644 --- a/daemon/smack.c +++ b/daemon/smack.c @@ -34,9 +34,6 @@ #include #include "smack.h" -#define SELF_LABEL_FILE "/proc/self/attr/current" -#define SMACK_LABEL_LEN 255 - void fd_setup_attributes(int fd) { fsetxattr(fd, "security.SMACK64IPIN", "*", 1, 0);