projects
/
platform
/
core
/
system
/
swap-manager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46a521
)
smack: remove unused macro definitions
89/317789/1
accepted/tizen_unified
tizen
accepted/tizen/unified/20250108.103339
author
Dongkyun Son
<dongkyun.s@samsung.com>
Wed, 8 Jan 2025 01:58:26 +0000
(10:58 +0900)
committer
Dongkyun Son
<dongkyun.s@samsung.com>
Wed, 8 Jan 2025 02:00:34 +0000
(11:00 +0900)
Change-Id: I3c821f21e09a4d5aa0d9ebfbd08466dbe02d5957
Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
daemon/smack.c
patch
|
blob
|
history
diff --git
a/daemon/smack.c
b/daemon/smack.c
index c77d1c034bd029d6359bf639167bad64af82b3f4..eaa846511af0aae5f593acc671f4e0a0853aa76d 100644
(file)
--- a/
daemon/smack.c
+++ b/
daemon/smack.c
@@
-34,9
+34,6
@@
#include <sys/xattr.h>
#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);