Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250790
b: refs/heads/master
c: 6b69732
h: refs/heads/master
v: v3
  • Loading branch information
Eric Paris committed Apr 25, 2011
1 parent 0ac26f3 commit 7d9a0bb
Show file tree
Hide file tree
Showing 3 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: a35c6c8368d88deae6890205e73ed330b6df1db7
refs/heads/master: 6b697323a78bed254ee372f71b1a6a2901bb4b7a
2 changes: 1 addition & 1 deletion trunk/security/selinux/include/security.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ extern int selinux_policycap_openperm;
int security_mls_enabled(void);

int security_load_policy(void *data, size_t len);
int security_read_policy(void **data, ssize_t *len);
int security_read_policy(void **data, size_t *len);
size_t security_policydb_len(void);

int security_policycap_supported(unsigned int req_cap);
Expand Down
2 changes: 1 addition & 1 deletion trunk/security/selinux/ss/services.c
Original file line number Diff line number Diff line change
Expand Up @@ -3189,7 +3189,7 @@ int security_netlbl_sid_to_secattr(u32 sid, struct netlbl_lsm_secattr *secattr)
* @len: length of data in bytes
*
*/
int security_read_policy(void **data, ssize_t *len)
int security_read_policy(void **data, size_t *len)
{
int rc;
struct policy_file fp;
Expand Down

0 comments on commit 7d9a0bb

Please sign in to comment.