Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
6c1b2b1d
Unverified
Commit
6c1b2b1d
authored
Oct 18, 2013
by
Stéphane Graber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lsm.h: Fix inline definition
Signed-off-by:
Stéphane Graber
<
stgraber@ubuntu.com
>
parent
55a204f9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lsm.h
src/lxc/lsm/lsm.h
+1
-1
No files found.
src/lxc/lsm/lsm.h
View file @
6c1b2b1d
...
...
@@ -50,7 +50,7 @@ static inline void lsm_init(void) { }
static
inline
int
lsm_enabled
(
void
)
{
return
0
;
}
static
inline
const
char
*
lsm_name
(
void
)
{
return
"none"
;
}
static
inline
char
*
lsm_process_label_get
(
pid_t
pid
)
{
return
NULL
;
}
static
inline
int
lsm_process_label_set
(
char
*
label
,
int
use_default
,
int
on_exec
)
{
return
0
;
}
static
inline
int
lsm_process_label_set
(
c
onst
c
har
*
label
,
int
use_default
,
int
on_exec
)
{
return
0
;
}
static
inline
int
lsm_proc_mount
(
struct
lxc_conf
*
lxc_conf
)
{
return
0
;
}
static
inline
void
lsm_proc_unmount
(
struct
lxc_conf
*
lxc_conf
)
{
}
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment