diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/smack/smackfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/smack/smackfs.c b/security/smack/smackfs.c index 5498c4a2d1ae..381eecffe516 100644 --- a/security/smack/smackfs.c +++ b/security/smack/smackfs.c | |||
@@ -1514,7 +1514,7 @@ static ssize_t smk_write_access(struct file *file, const char __user *buf, | |||
1514 | data[0] = res == 0 ? '1' : '0'; | 1514 | data[0] = res == 0 ? '1' : '0'; |
1515 | data[1] = '\0'; | 1515 | data[1] = '\0'; |
1516 | 1516 | ||
1517 | simple_transaction_set(file, 1); | 1517 | simple_transaction_set(file, 2); |
1518 | return SMK_LOADLEN; | 1518 | return SMK_LOADLEN; |
1519 | } | 1519 | } |
1520 | 1520 | ||