Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34682
b: refs/heads/master
c: 4eb327b
h: refs/heads/master
v: v3
  • Loading branch information
Venkat Yekkirala authored and David S. Miller committed Sep 22, 2006
1 parent 29bc215 commit 638e22a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 161643660129dd7d98f0b12418c0a2710ffa7db6
refs/heads/master: 4eb327b517cf85f6cb7dcd5691e7b748cbe8c343
2 changes: 1 addition & 1 deletion trunk/security/selinux/ss/services.c
Original file line number Diff line number Diff line change
Expand Up @@ -1841,7 +1841,7 @@ int security_sid_mls_copy(u32 sid, u32 mls_sid, u32 *new_sid)
u32 len;
int rc = 0;

if (!ss_initialized) {
if (!ss_initialized || !selinux_mls_enabled) {
*new_sid = sid;
goto out;
}
Expand Down

0 comments on commit 638e22a

Please sign in to comment.