Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45405
b: refs/heads/master
c: 7979512
h: refs/heads/master
i:
  45403: 5545df0
v: v3
  • Loading branch information
Paul Moore authored and David S. Miller committed Jan 9, 2007
1 parent 2bc6e7d commit 5016368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 86112ffdccab3ee75bc9d9dfae6745df73189e37
refs/heads/master: 797951200679f1d5ea12a2e58cc7bdbc2848764c
4 changes: 2 additions & 2 deletions trunk/security/selinux/ss/services.c
Original file line number Diff line number Diff line change
Expand Up @@ -2491,9 +2491,9 @@ static int selinux_netlbl_socket_setsid(struct socket *sock, u32 sid)

rc = netlbl_socket_setattr(sock, &secattr);
if (rc == 0) {
spin_lock(&sksec->nlbl_lock);
spin_lock_bh(&sksec->nlbl_lock);
sksec->nlbl_state = NLBL_LABELED;
spin_unlock(&sksec->nlbl_lock);
spin_unlock_bh(&sksec->nlbl_lock);
}

netlbl_socket_setsid_return:
Expand Down

0 comments on commit 5016368

Please sign in to comment.