projects
/
platform
/
core
/
uifw
/
libds-tizen.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add gbm_server for supporting gbm_bo buffer
[platform/core/uifw/libds-tizen.git]
/
src
/
security.h
1
#ifndef DS_TIZEN_SECURITY_H
2
#define DS_TIZEN_SECURITY_H
3
4
#include <unistd.h>
5
6
bool
7
tizen_security_init(void);
8
9
void
10
tizen_security_finish(void);
11
12
bool
13
tizen_security_check_privilege(pid_t pid, uid_t uid, const char *privilege);
14
15
#endif